Interface PolicyTopicEvidence.DestinationTextListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyTopicEvidence.DestinationTextList,PolicyTopicEvidence.DestinationTextList.Builder
- Enclosing class:
- PolicyTopicEvidence
public static interface PolicyTopicEvidence.DestinationTextListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDestinationTexts(int index)List of text found in the resource's destination page.com.google.protobuf.ByteStringgetDestinationTextsBytes(int index)List of text found in the resource's destination page.intgetDestinationTextsCount()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.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.
-
-