public static final class RollbackRequest.Builder extends GeneratedMessage.Builder<RollbackRequest.Builder> implements RollbackRequestOrBuilderThe request for Firestore.Rollback.
Protobuf type google.firestore.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 |
|
clearDatabase()
public RollbackRequest.Builder clearDatabase() Required. The database name. In the format:
projects/{project_id}/databases/{database_id}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
clearTransaction()
public RollbackRequest.Builder clearTransaction()Required. The transaction to roll back.
bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
getDatabase()
public String getDatabase() Required. The database name. In the format:
projects/{project_id}/databases/{database_id}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The database. |
getDatabaseBytes()
public ByteString getDatabaseBytes() Required. The database name. In the format:
projects/{project_id}/databases/{database_id}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for database. |
getDefaultInstanceForType()
public RollbackRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RollbackRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTransaction()
public ByteString getTransaction()Required. The transaction to roll back.
bytes transaction = 2 [(.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 |
|
setDatabase(String value)
public RollbackRequest.Builder setDatabase(String value) Required. The database name. In the format:
projects/{project_id}/databases/{database_id}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe database to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
setDatabaseBytes(ByteString value)
public RollbackRequest.Builder setDatabaseBytes(ByteString value) Required. The database name. In the format:
projects/{project_id}/databases/{database_id}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for database to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |
setTransaction(ByteString value)
public RollbackRequest.Builder setTransaction(ByteString value)Required. The transaction to roll back.
bytes transaction = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe transaction to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackRequest.Builder |
This builder for chaining. |