public static interface ResponseMessage.TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getText(int index)
A collection of text responses.
|
com.google.protobuf.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, hasOneofList<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.com.google.protobuf.ByteString getTextBytes(int index)
A collection of text responses.
repeated string text = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.