public interface ValueValidationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getValues(int index)
Required.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<String> |
getValuesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
Required. List of allowed values for the parameter.
repeated string values = 1;int getValuesCount()
Required. List of allowed values for the parameter.
repeated string values = 1;String getValues(int index)
Required. List of allowed values for the parameter.
repeated string values = 1;com.google.protobuf.ByteString getValuesBytes(int index)
Required. List of allowed values for the parameter.
repeated string values = 1;Copyright © 2019 Google LLC. All rights reserved.