Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::CreateBackupRequest.
The request payload to create the backup
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::Google::Cloud::Sql::V1::Backup
Returns
- (::Google::Cloud::Sql::V1::Backup) — Required. The Backup to create.
#backup=
def backup=(value) -> ::Google::Cloud::Sql::V1::Backup
Parameter
- value (::Google::Cloud::Sql::V1::Backup) — Required. The Backup to create.
Returns
- (::Google::Cloud::Sql::V1::Backup) — Required. The Backup to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource where this backup is created. Format: projects/{project}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource where this backup is created. Format: projects/{project}
Returns
- (::String) — Required. The parent resource where this backup is created. Format: projects/{project}