Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.addAllKeys(Iterable<? extends Key> values)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.addKeys(int index,
Key.Builder builderForValue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.addKeys(int index,
Key value)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.addKeys(Key.Builder builderForValue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.addKeys(Key value)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.clear() |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.clearKeys()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.clone() |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.mergeFrom(AllocateIdsResponse other) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AllocateIdsResponse.Builder |
AllocateIdsResponse.newBuilder() |
static AllocateIdsResponse.Builder |
AllocateIdsResponse.newBuilder(AllocateIdsResponse prototype) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.newBuilderForType() |
protected AllocateIdsResponse.Builder |
AllocateIdsResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.removeKeys(int index)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.setKeys(int index,
Key.Builder builderForValue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.setKeys(int index,
Key value)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
|
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AllocateIdsResponse.Builder |
AllocateIdsResponse.toBuilder() |
Copyright © 2023 Google LLC. All rights reserved.