public static interface ResponseMessage.TextOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getText(int index)
A collection of text responses.
|
ByteString |
getTextBytes(int index)
A collection of text responses.
|
int |
getTextCount()
A collection of text responses.
|
List<String> |
getTextList()
A collection of text responses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getTextList()
A collection of text responses.
repeated string text = 1;
int getTextCount()
A collection of text responses.
repeated string text = 1;
String getText(int index)
A collection of text responses.
repeated string text = 1;
index
- The index of the element to return.ByteString getTextBytes(int index)
A collection of text responses.
repeated string text = 1;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.