Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::DeleteDatabaseRequest.
The request for FirestoreAdmin.DeleteDatabase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
Returns
- (::String) — The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
#name
def name() -> ::String
Returns
-
(::String) — Required. A name of the form
projects/{project_id}/databases/{database_id}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. A name of the form
projects/{project_id}/databases/{database_id}
Returns
-
(::String) — Required. A name of the form
projects/{project_id}/databases/{database_id}