public static interface StudySpec.ParameterSpec.ConditionalParameterSpec.IntValueConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getValues(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<Long> |
getValuesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];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];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];index - The index of the element to return.Copyright © 2024 Google LLC. All rights reserved.