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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTexts(int index)The fragments of text from the resource that caused the policy finding.com.google.protobuf.ByteStringgetTextsBytes(int index)The fragments of text from the resource that caused the policy finding.intgetTextsCount()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.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.
-
-