Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
MutationResult |
MutationResult.Builder.build() |
MutationResult |
MutationResult.Builder.buildPartial() |
static MutationResult |
MutationResult.getDefaultInstance() |
MutationResult |
MutationResult.getDefaultInstanceForType() |
MutationResult |
MutationResult.Builder.getDefaultInstanceForType() |
MutationResult |
CommitResponseOrBuilder.getMutationResults(int index)
The result of performing the mutations.
|
MutationResult |
CommitResponse.getMutationResults(int index)
The result of performing the mutations.
|
MutationResult |
CommitResponse.Builder.getMutationResults(int index)
The result of performing the mutations.
|
static MutationResult |
MutationResult.parseDelimitedFrom(InputStream input) |
static MutationResult |
MutationResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutationResult |
MutationResult.parseFrom(byte[] data) |
static MutationResult |
MutationResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutationResult |
MutationResult.parseFrom(ByteBuffer data) |
static MutationResult |
MutationResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutationResult |
MutationResult.parseFrom(com.google.protobuf.ByteString data) |
static MutationResult |
MutationResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutationResult |
MutationResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static MutationResult |
MutationResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MutationResult |
MutationResult.parseFrom(InputStream input) |
static MutationResult |
MutationResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<MutationResult> |
CommitResponseOrBuilder.getMutationResultsList()
The result of performing the mutations.
|
List<MutationResult> |
CommitResponse.getMutationResultsList()
The result of performing the mutations.
|
List<MutationResult> |
CommitResponse.Builder.getMutationResultsList()
The result of performing the mutations.
|
com.google.protobuf.Parser<MutationResult> |
MutationResult.getParserForType() |
static com.google.protobuf.Parser<MutationResult> |
MutationResult.parser() |
Modifier and Type | Method and Description |
---|---|
CommitResponse.Builder |
CommitResponse.Builder.addMutationResults(int index,
MutationResult value)
The result of performing the mutations.
|
CommitResponse.Builder |
CommitResponse.Builder.addMutationResults(MutationResult value)
The result of performing the mutations.
|
MutationResult.Builder |
MutationResult.Builder.mergeFrom(MutationResult other) |
static MutationResult.Builder |
MutationResult.newBuilder(MutationResult prototype) |
CommitResponse.Builder |
CommitResponse.Builder.setMutationResults(int index,
MutationResult value)
The result of performing the mutations.
|
Modifier and Type | Method and Description |
---|---|
CommitResponse.Builder |
CommitResponse.Builder.addAllMutationResults(Iterable<? extends MutationResult> values)
The result of performing the mutations.
|
Copyright © 2023 Google LLC. All rights reserved.