public static interface StudySpec.ParameterSpec.ConditionalParameterSpec.CategoricalValueConditionOrBuilder
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. Matches values of the parent parameter of 'CATEGORICAL' type. All values must exist in `categorical_value_spec` of parent parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];int getValuesCount()
Required. Matches values of the parent parameter of 'CATEGORICAL' type. All values must exist in `categorical_value_spec` of parent parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];String getValues(int index)
Required. Matches values of the parent parameter of 'CATEGORICAL' type. All values must exist in `categorical_value_spec` of parent parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
Required. Matches values of the parent parameter of 'CATEGORICAL' type. All values must exist in `categorical_value_spec` of parent parameter.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.