Interface PolicyTopicEvidence.TextListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PolicyTopicEvidence.TextList, PolicyTopicEvidence.TextList.Builder
Enclosing class:
PolicyTopicEvidence

public static interface PolicyTopicEvidence.TextListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getTexts(int index)
    The fragments of text from the resource that caused the policy finding.
    com.google.protobuf.ByteString
    getTextsBytes(int index)
    The fragments of text from the resource that caused the policy finding.
    int
    The fragments of text from the resource that caused the policy finding.
    The fragments of text from the resource that caused the policy finding.

    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

    • getTextsList

      List<String> getTextsList()
       The fragments of text from the resource that caused the policy finding.
       
      repeated string texts = 2;
      Returns:
      A list containing the texts.
    • getTextsCount

      int getTextsCount()
       The fragments of text from the resource that caused the policy finding.
       
      repeated string texts = 2;
      Returns:
      The count of texts.
    • getTexts

      String getTexts(int index)
       The fragments of text from the resource that caused the policy finding.
       
      repeated string texts = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The texts at the given index.
    • getTextsBytes

      com.google.protobuf.ByteString getTextsBytes(int index)
       The fragments of text from the resource that caused the policy finding.
       
      repeated string texts = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the texts at the given index.