public interface ListValueOrBuilder extends MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getValues(int index)
Repeated field of dynamically typed values.
|
int |
getValuesCount()
Repeated field of dynamically typed values.
|
List<Value> |
getValuesList()
Repeated field of dynamically typed values.
|
getDefaultInstanceForType, isInitialized
List<Value> getValuesList()
Repeated field of dynamically typed values.
repeated .google.protobuf.Value values = 1;
Value getValues(int index)
Repeated field of dynamically typed values.
repeated .google.protobuf.Value values = 1;
int getValuesCount()
Repeated field of dynamically typed values.
repeated .google.protobuf.Value values = 1;
Copyright © 2008–2021. All rights reserved.