Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::CommitRequest (v0.4.8)

Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::CommitRequest.

The request for Firestore.Commit.

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) — If set, applies all writes in this transaction, and commits it.

#transaction=

def transaction=(value) -> ::String
Parameter
  • value (::String) — If set, applies all writes in this transaction, and commits it.
Returns
  • (::String) — If set, applies all writes in this transaction, and commits it.

#writes

def writes() -> ::Array<::Google::Cloud::Firestore::V1::Write>
Returns

#writes=

def writes=(value) -> ::Array<::Google::Cloud::Firestore::V1::Write>
Parameter
Returns