public interface ValueValidationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getValues(int index)
Required.
|
ByteString |
getValuesBytes(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<String> |
getValuesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getValuesList()
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
int getValuesCount()
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
String getValues(int index)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the element to return.ByteString getValuesBytes(int index)
Required. List of allowed values for the parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.