Interface PolicyTopicEvidence.DestinationTextListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDestinationTexts​(int index)
      List of text found in the resource's destination page.
      com.google.protobuf.ByteString getDestinationTextsBytes​(int index)
      List of text found in the resource's destination page.
      int getDestinationTextsCount()
      List of text found in the resource's destination page.
      java.util.List<java.lang.String> getDestinationTextsList()
      List of text found in the resource's destination page.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDestinationTextsList

        java.util.List<java.lang.String> getDestinationTextsList()
         List of text found in the resource's destination page.
         
        repeated string destination_texts = 2;
        Returns:
        A list containing the destinationTexts.
      • getDestinationTextsCount

        int getDestinationTextsCount()
         List of text found in the resource's destination page.
         
        repeated string destination_texts = 2;
        Returns:
        The count of destinationTexts.
      • getDestinationTexts

        java.lang.String getDestinationTexts​(int index)
         List of text found in the resource's destination page.
         
        repeated string destination_texts = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The destinationTexts at the given index.
      • getDestinationTextsBytes

        com.google.protobuf.ByteString getDestinationTextsBytes​(int index)
         List of text found in the resource's destination page.
         
        repeated string destination_texts = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the destinationTexts at the given index.