Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::BatchWriteRequest.
The request for Firestore.BatchWrite.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
-
(::String) — Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
#database=
def database=(value) -> ::String
-
value (::String) — Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
-
(::String) — Required. The database name. In the format:
projects/{project_id}/databases/{database_id}
.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with this batch write.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Labels associated with this batch write.
- (::Google::Protobuf::Map{::String => ::String}) — Labels associated with this batch write.
#writes
def writes() -> ::Array<::Google::Cloud::Firestore::V1::Write>
-
(::Array<::Google::Cloud::Firestore::V1::Write>) — The writes to apply.
Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request.
#writes=
def writes=(value) -> ::Array<::Google::Cloud::Firestore::V1::Write>
-
value (::Array<::Google::Cloud::Firestore::V1::Write>) — The writes to apply.
Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request.
-
(::Array<::Google::Cloud::Firestore::V1::Write>) — The writes to apply.
Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request.