public static interface StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract long getValues(int index) Required. Matches values of the parent parameter of 'INTEGER' type.
All values must lie in integer_value_spec of parent parameter.
repeated int64 values = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
long |
The values at the given index. |
getValuesCount()
public abstract int getValuesCount() Required. Matches values of the parent parameter of 'INTEGER' type.
All values must lie in integer_value_spec of parent parameter.
repeated int64 values = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
public abstract List<Long> getValuesList() Required. Matches values of the parent parameter of 'INTEGER' type.
All values must lie in integer_value_spec of parent parameter.
repeated int64 values = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Long> |
A list containing the values. |