public static interface StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract double getValues(int index) Required. Matches values of the parent parameter of 'DISCRETE' type.
All values must exist in discrete_value_spec of parent parameter.
The Epsilon of the value matching is 1e-10.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| double | The values at the given index. |
getValuesCount()
public abstract int getValuesCount() Required. Matches values of the parent parameter of 'DISCRETE' type.
All values must exist in discrete_value_spec of parent parameter.
The Epsilon of the value matching is 1e-10.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The count of values. |
getValuesList()
public abstract List<Double> getValuesList() Required. Matches values of the parent parameter of 'DISCRETE' type.
All values must exist in discrete_value_spec of parent parameter.
The Epsilon of the value matching is 1e-10.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<Double> | A list containing the values. |