Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::CreateBackupRequest (v0.1.0)

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

#backup=

def backup=(value) -> ::Google::Cloud::Sql::V1::Backup
Parameter
Returns

#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}