public interface StringArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getValues(int index)
A list of string values.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
A list of string values.
|
int |
getValuesCount()
A list of string values.
|
List<String> |
getValuesList()
A list of string values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
A list of string values.
repeated string values = 1;int getValuesCount()
A list of string values.
repeated string values = 1;String getValues(int index)
A list of string values.
repeated string values = 1;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
A list of string values.
repeated string values = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.