Class RollbackRequest.Builder (3.3.0)

public static final class RollbackRequest.Builder extends GeneratedMessage.Builder<RollbackRequest.Builder> implements RollbackRequestOrBuilder

The request for Datastore.Rollback.

Protobuf type google.datastore.v1.RollbackRequest

Static 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
Overrides

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.

clearRequestOptions()

public RollbackRequest.Builder clearRequestOptions()

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RollbackRequest.Builder

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
Overrides

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.

getRequestOptions()

public RequestOptions getRequestOptions()

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RequestOptions

The requestOptions.

getRequestOptionsBuilder()

public RequestOptions.Builder getRequestOptionsBuilder()

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RequestOptions.Builder

getRequestOptionsOrBuilder()

public RequestOptionsOrBuilder getRequestOptionsOrBuilder()

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
RequestOptionsOrBuilder

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.

hasRequestOptions()

public boolean hasRequestOptions()

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the requestOptions field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RollbackRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RollbackRequest.Builder
Overrides

mergeRequestOptions(RequestOptions value)

public RollbackRequest.Builder mergeRequestOptions(RequestOptions value)

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value RequestOptions
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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for projectId to set.

Returns
Type Description
RollbackRequest.Builder

This builder for chaining.

setRequestOptions(RequestOptions value)

public RollbackRequest.Builder setRequestOptions(RequestOptions value)

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value RequestOptions
Returns
Type Description
RollbackRequest.Builder

setRequestOptions(RequestOptions.Builder builderForValue)

public RollbackRequest.Builder setRequestOptions(RequestOptions.Builder builderForValue)

Optional. The options for this request.

.google.datastore.v1.RequestOptions request_options = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue RequestOptions.Builder
Returns
Type Description
RollbackRequest.Builder

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 ByteString

The transaction to set.

Returns
Type Description
RollbackRequest.Builder

This builder for chaining.