Package com.google.api.expr.v1alpha1
Interface ListValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListValue
,ListValue.Builder
public interface ListValueOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues
(int index) The ordered values in the list.int
The ordered values in the list.The ordered values in the list.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValuesList
The ordered values in the list.
repeated .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
-
getValues
The ordered values in the list.
repeated .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
-
getValuesCount
int getValuesCount()The ordered values in the list.
repeated .google.api.expr.v1alpha1.Value values = 1 [json_name = "values"];
-