Interface PolicyTopicEvidence.TextListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String 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 getTextsCount()
      The fragments of text from the resource that caused the policy finding.
      java.util.List<java.lang.String> getTextsList()
      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 Detail

      • getTextsList

        java.util.List<java.lang.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

        java.lang.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.