public static final class ReserveIdsRequest.Builder extends GeneratedMessageV3.Builder<ReserveIdsRequest.Builder> implements ReserveIdsRequestOrBuilder
The request for
Datastore.ReserveIds.
Protobuf type google.datastore.v1.ReserveIdsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllKeys(Iterable<? extends Key> values)
public ReserveIdsRequest.Builder addAllKeys(Iterable<? extends Key> values)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.datastore.v1.Key>
|
addKeys(Key value)
public ReserveIdsRequest.Builder addKeys(Key value)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | Key
|
addKeys(Key.Builder builderForValue)
public ReserveIdsRequest.Builder addKeys(Key.Builder builderForValue)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
addKeys(int index, Key value)
public ReserveIdsRequest.Builder addKeys(int index, Key value)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters |
---|
Name | Description |
index | int
|
value | Key
|
addKeys(int index, Key.Builder builderForValue)
public ReserveIdsRequest.Builder addKeys(int index, Key.Builder builderForValue)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
addKeysBuilder()
public Key.Builder addKeysBuilder()
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
addKeysBuilder(int index)
public Key.Builder addKeysBuilder(int index)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReserveIdsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReserveIdsRequest build()
buildPartial()
public ReserveIdsRequest buildPartial()
clear()
public ReserveIdsRequest.Builder clear()
Overrides
clearDatabaseId()
public ReserveIdsRequest.Builder clearDatabaseId()
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default
database.
string database_id = 9;
clearField(Descriptors.FieldDescriptor field)
public ReserveIdsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearKeys()
public ReserveIdsRequest.Builder clearKeys()
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public ReserveIdsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProjectId()
public ReserveIdsRequest.Builder clearProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
clone()
public ReserveIdsRequest.Builder clone()
Overrides
getDatabaseId()
public String getDatabaseId()
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default
database.
string database_id = 9;
Returns |
---|
Type | Description |
String | The databaseId.
|
getDatabaseIdBytes()
public ByteString getDatabaseIdBytes()
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default
database.
string database_id = 9;
Returns |
---|
Type | Description |
ByteString | The bytes for databaseId.
|
getDefaultInstanceForType()
public ReserveIdsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getKeys(int index)
public Key getKeys(int index)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Key | |
getKeysBuilder(int index)
public Key.Builder getKeysBuilder(int index)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
getKeysBuilderList()
public List<Key.Builder> getKeysBuilderList()
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
getKeysCount()
public int getKeysCount()
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
getKeysList()
public List<Key> getKeysList()
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
getKeysOrBuilder(int index)
public KeyOrBuilder getKeysOrBuilder(int index)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
getKeysOrBuilderList()
public List<? extends KeyOrBuilder> getKeysOrBuilderList()
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.datastore.v1.KeyOrBuilder> | |
getProjectId()
public String getProjectId()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for projectId.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReserveIdsRequest other)
public ReserveIdsRequest.Builder mergeFrom(ReserveIdsRequest other)
public ReserveIdsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReserveIdsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReserveIdsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeKeys(int index)
public ReserveIdsRequest.Builder removeKeys(int index)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
setDatabaseId(String value)
public ReserveIdsRequest.Builder setDatabaseId(String value)
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default
database.
string database_id = 9;
Parameter |
---|
Name | Description |
value | String
The databaseId to set.
|
setDatabaseIdBytes(ByteString value)
public ReserveIdsRequest.Builder setDatabaseIdBytes(ByteString value)
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default
database.
string database_id = 9;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for databaseId to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ReserveIdsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setKeys(int index, Key value)
public ReserveIdsRequest.Builder setKeys(int index, Key value)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
Parameters |
---|
Name | Description |
index | int
|
value | Key
|
setKeys(int index, Key.Builder builderForValue)
public ReserveIdsRequest.Builder setKeys(int index, Key.Builder builderForValue)
Required. A list of keys with complete key paths whose numeric IDs should
not be auto-allocated.
repeated .google.datastore.v1.Key keys = 1 [(.google.api.field_behavior) = REQUIRED];
setProjectId(String value)
public ReserveIdsRequest.Builder setProjectId(String value)
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The projectId to set.
|
setProjectIdBytes(ByteString value)
public ReserveIdsRequest.Builder setProjectIdBytes(ByteString value)
Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for projectId to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReserveIdsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReserveIdsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides