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 Type
    Method
    Description
    List of text found in the resource's destination page.
    com.google.protobuf.ByteString
    List of text found in the resource's destination page.
    int
    List 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • getDestinationTextsList

      List<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

      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.