Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
protected List<Mutation> |
BaseDatastoreBatchWriter.toMutationPbList() |
Modifier and Type | Method and Description |
---|---|
Mutation |
Mutation.Builder.build() |
Mutation |
Mutation.Builder.buildPartial() |
static Mutation |
Mutation.getDefaultInstance() |
Mutation |
Mutation.getDefaultInstanceForType() |
Mutation |
Mutation.Builder.getDefaultInstanceForType() |
Mutation |
CommitRequestOrBuilder.getMutations(int index)
The mutations to perform.
|
Mutation |
CommitRequest.getMutations(int index)
The mutations to perform.
|
Mutation |
CommitRequest.Builder.getMutations(int index)
The mutations to perform.
|
static Mutation |
Mutation.parseDelimitedFrom(InputStream input) |
static Mutation |
Mutation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(byte[] data) |
static Mutation |
Mutation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(ByteBuffer data) |
static Mutation |
Mutation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(com.google.protobuf.ByteString data) |
static Mutation |
Mutation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(com.google.protobuf.CodedInputStream input) |
static Mutation |
Mutation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
Mutation.parseFrom(InputStream input) |
static Mutation |
Mutation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Mutation> |
CommitRequestOrBuilder.getMutationsList()
The mutations to perform.
|
List<Mutation> |
CommitRequest.getMutationsList()
The mutations to perform.
|
List<Mutation> |
CommitRequest.Builder.getMutationsList()
The mutations to perform.
|
com.google.protobuf.Parser<Mutation> |
Mutation.getParserForType() |
static com.google.protobuf.Parser<Mutation> |
Mutation.parser() |
Modifier and Type | Method and Description |
---|---|
CommitRequest.Builder |
CommitRequest.Builder.addMutations(int index,
Mutation value)
The mutations to perform.
|
CommitRequest.Builder |
CommitRequest.Builder.addMutations(Mutation value)
The mutations to perform.
|
Mutation.Builder |
Mutation.Builder.mergeFrom(Mutation other) |
static Mutation.Builder |
Mutation.newBuilder(Mutation prototype) |
CommitRequest.Builder |
CommitRequest.Builder.setMutations(int index,
Mutation value)
The mutations to perform.
|
Modifier and Type | Method and Description |
---|---|
CommitRequest.Builder |
CommitRequest.Builder.addAllMutations(Iterable<? extends Mutation> values)
The mutations to perform.
|
Copyright © 2023 Google LLC. All rights reserved.