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, isInitializedList<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–2022. All rights reserved.