Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
ArrayValue |
ArrayValue.Builder.build() |
ArrayValue |
ArrayValue.Builder.buildPartial() |
ArrayValue |
ValueOrBuilder.getArrayValue()
An array value.
|
ArrayValue |
Value.getArrayValue()
An array value.
|
ArrayValue |
Value.Builder.getArrayValue()
An array value.
|
static ArrayValue |
ArrayValue.getDefaultInstance() |
ArrayValue |
ArrayValue.getDefaultInstanceForType() |
ArrayValue |
ArrayValue.Builder.getDefaultInstanceForType() |
static ArrayValue |
ArrayValue.parseDelimitedFrom(InputStream input) |
static ArrayValue |
ArrayValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrayValue |
ArrayValue.parseFrom(byte[] data) |
static ArrayValue |
ArrayValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrayValue |
ArrayValue.parseFrom(ByteBuffer data) |
static ArrayValue |
ArrayValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrayValue |
ArrayValue.parseFrom(com.google.protobuf.ByteString data) |
static ArrayValue |
ArrayValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrayValue |
ArrayValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static ArrayValue |
ArrayValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ArrayValue |
ArrayValue.parseFrom(InputStream input) |
static ArrayValue |
ArrayValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ArrayValue> |
ArrayValue.getParserForType() |
static com.google.protobuf.Parser<ArrayValue> |
ArrayValue.parser() |
Modifier and Type | Method and Description |
---|---|
Value.Builder |
Value.Builder.mergeArrayValue(ArrayValue value)
An array value.
|
ArrayValue.Builder |
ArrayValue.Builder.mergeFrom(ArrayValue other) |
static ArrayValue.Builder |
ArrayValue.newBuilder(ArrayValue prototype) |
Value.Builder |
Value.Builder.setArrayValue(ArrayValue value)
An array value.
|
Copyright © 2023 Google LLC. All rights reserved.