| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
ListValue |
ListValue.Builder.build() |
ListValue |
ListValue.Builder.buildPartial() |
static ListValue |
ListValue.getDefaultInstance() |
ListValue |
ListValue.getDefaultInstanceForType() |
ListValue |
ListValue.Builder.getDefaultInstanceForType() |
ListValue |
ValueOrBuilder.getListValue()
Represents a repeated `Value`.
|
ListValue |
Value.getListValue()
Represents a repeated `Value`.
|
ListValue |
Value.Builder.getListValue()
Represents a repeated `Value`.
|
static ListValue |
ListValue.parseDelimitedFrom(InputStream input) |
static ListValue |
ListValue.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(byte[] data) |
static ListValue |
ListValue.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(ByteString data) |
static ListValue |
ListValue.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(CodedInputStream input) |
static ListValue |
ListValue.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(InputStream input) |
static ListValue |
ListValue.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Parser<ListValue> |
ListValue.getParserForType() |
static Parser<ListValue> |
ListValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListValue.Builder |
ListValue.Builder.mergeFrom(ListValue other) |
Value.Builder |
Value.Builder.mergeListValue(ListValue value)
Represents a repeated `Value`.
|
static ListValue.Builder |
ListValue.newBuilder(ListValue prototype) |
Value.Builder |
Value.Builder.setListValue(ListValue value)
Represents a repeated `Value`.
|
Copyright © 2008–2016 Google. All rights reserved.