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