Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::CreateDatabaseRequest.
The request for FirestoreAdmin.CreateDatabase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::Google::Cloud::Firestore::Admin::V1::Database
- (::Google::Cloud::Firestore::Admin::V1::Database) — Required. The Database to create.
#database=
def database=(value) -> ::Google::Cloud::Firestore::Admin::V1::Database
- value (::Google::Cloud::Firestore::Admin::V1::Database) — Required. The Database to create.
- (::Google::Cloud::Firestore::Admin::V1::Database) — Required. The Database to create.
#database_id
def database_id() -> ::String
-
(::String) — Required. The ID to use for the database, which will become the final
component of the database's resource name.
This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
"(default)" database id is also valid.
#database_id=
def database_id=(value) -> ::String
-
value (::String) — Required. The ID to use for the database, which will become the final
component of the database's resource name.
This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
"(default)" database id is also valid.
-
(::String) — Required. The ID to use for the database, which will become the final
component of the database's resource name.
This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.
"(default)" database id is also valid.
#parent
def parent() -> ::String
-
(::String) — Required. A parent name of the form
projects/{project_id}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. A parent name of the form
projects/{project_id}
-
(::String) — Required. A parent name of the form
projects/{project_id}