Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::CreateDatabaseRequest.
Message for CreateDatabase request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::Google::Cloud::AlloyDB::V1alpha::Database
Returns
- (::Google::Cloud::AlloyDB::V1alpha::Database) — Required. The resource being created.
#database=
def database=(value) -> ::Google::Cloud::AlloyDB::V1alpha::Database
Parameter
- value (::Google::Cloud::AlloyDB::V1alpha::Database) — Required. The resource being created.
Returns
- (::Google::Cloud::AlloyDB::V1alpha::Database) — Required. The resource being created.
#database_id
def database_id() -> ::String
Returns
- (::String) — Required. ID of the requesting object.
#database_id=
def database_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the requesting object.
Returns
- (::String) — Required. ID of the requesting object.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Value for parent.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Value for parent.
Returns
- (::String) — Required. Value for parent.