public static final class RollbackRequest.Builder extends GeneratedMessage.Builder<RollbackRequest.Builder> implements RollbackRequestOrBuilderThe request for Datastore.Rollback.
Protobuf type google.datastore.v1.RollbackRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RollbackRequest.BuilderImplements
RollbackRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RollbackRequest build()| Returns | |
|---|---|
| Type | Description |
RollbackRequest |
|
buildPartial()
public RollbackRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
RollbackRequest |
|
clear()
public RollbackRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
|
clearDatabaseId()
public RollbackRequest.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;
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
clearProjectId()
public RollbackRequest.Builder clearProjectId()Required. The ID of the project against which to make the request.
string project_id = 8 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
clearTransaction()
public RollbackRequest.Builder clearTransaction()Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.
bytes transaction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
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 RollbackRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RollbackRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getTransaction()
public ByteString getTransaction()Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.
bytes transaction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The transaction. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RollbackRequest other)
public RollbackRequest.Builder mergeFrom(RollbackRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RollbackRequest |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RollbackRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RollbackRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
|
setDatabaseId(String value)
public RollbackRequest.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 |
StringThe databaseId to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
setDatabaseIdBytes(ByteString value)
public RollbackRequest.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 |
ByteStringThe bytes for databaseId to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
setProjectId(String value)
public RollbackRequest.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 |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public RollbackRequest.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 |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
setTransaction(ByteString value)
public RollbackRequest.Builder setTransaction(ByteString value)Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.
bytes transaction = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe transaction to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |