Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::RollbackRequest.
The request for Firestore.Rollback.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
Returns
-
(::String) — Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
#database=
def database=(value) -> ::String
Parameter
-
value (::String) — Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
Returns
-
(::String) — Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
#transaction
def transaction() -> ::String
Returns
- (::String) — Required. The transaction to roll back.
#transaction=
def transaction=(value) -> ::String
Parameter
- value (::String) — Required. The transaction to roll back.
Returns
- (::String) — Required. The transaction to roll back.