publicstaticfinalclass AllocateIdsResponse.BuilderextendsGeneratedMessageV3.Builder<AllocateIdsResponse.Builder>implementsAllocateIdsResponseOrBuilder
The response for
Datastore.AllocateIds.
Protobuf type google.datastore.v1.AllocateIdsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addAllKeys(Iterable<? extends Key> values)
publicAllocateIdsResponse.BuilderaddAllKeys(Iterable<?extendsKey>values)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.datastore.v1.Key>
|
addKeys(Key value)
publicAllocateIdsResponse.BuilderaddKeys(Keyvalue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
value |
Key
|
addKeys(Key.Builder builderForValue)
publicAllocateIdsResponse.BuilderaddKeys(Key.BuilderbuilderForValue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
addKeys(int index, Key value)
publicAllocateIdsResponse.BuilderaddKeys(intindex,Keyvalue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameters |
| Name |
Description |
index |
int
|
value |
Key
|
addKeys(int index, Key.Builder builderForValue)
publicAllocateIdsResponse.BuilderaddKeys(intindex,Key.BuilderbuilderForValue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
addKeysBuilder()
publicKey.BuilderaddKeysBuilder()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
addKeysBuilder(int index)
publicKey.BuilderaddKeysBuilder(intindex)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicAllocateIdsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicAllocateIdsResponsebuild()
buildPartial()
publicAllocateIdsResponsebuildPartial()
clear()
publicAllocateIdsResponse.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicAllocateIdsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearKeys()
publicAllocateIdsResponse.BuilderclearKeys()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
publicAllocateIdsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicAllocateIdsResponse.Builderclone()
Overrides
getDefaultInstanceForType()
publicAllocateIdsResponsegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getKeys(int index)
publicKeygetKeys(intindex)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Key |
getKeysBuilder(int index)
publicKey.BuildergetKeysBuilder(intindex)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
index |
int
|
getKeysBuilderList()
publicList<Key.Builder>getKeysBuilderList()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
getKeysCount()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Returns |
| Type |
Description |
int |
getKeysList()
publicList<Key>getKeysList()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
getKeysOrBuilder(int index)
publicKeyOrBuildergetKeysOrBuilder(intindex)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
index |
int
|
getKeysOrBuilderList()
publicList<?extendsKeyOrBuilder>getKeysOrBuilderList()
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Returns |
| Type |
Description |
List<? extends com.google.datastore.v1.KeyOrBuilder> |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(AllocateIdsResponse other)
publicAllocateIdsResponse.BuildermergeFrom(AllocateIdsResponseother)
publicAllocateIdsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicAllocateIdsResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalAllocateIdsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
removeKeys(int index)
publicAllocateIdsResponse.BuilderremoveKeys(intindex)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameter |
| Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
publicAllocateIdsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setKeys(int index, Key value)
publicAllocateIdsResponse.BuildersetKeys(intindex,Keyvalue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
| Parameters |
| Name |
Description |
index |
int
|
value |
Key
|
setKeys(int index, Key.Builder builderForValue)
publicAllocateIdsResponse.BuildersetKeys(intindex,Key.BuilderbuilderForValue)
The keys specified in the request (in the same order), each with
its key path completed with a newly allocated ID.
repeated .google.datastore.v1.Key keys = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicAllocateIdsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalAllocateIdsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides