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
Modifier and TypeMethodDescriptiongetDestinationTexts(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.intList of text found in the resource's destination page.List of text found in the resource's destination page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-