Class: Google::Cloud::Sql::V1::GetBackupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_backups.rb

Overview

The request payload to get the backup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the backup to retrieve. Format: projects/{project}/backups/{backup}.

Returns:

  • (::String)

    Required. The name of the backup to retrieve. Format: projects/{project}/backups/{backup}



42
43
44
45
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_backups.rb', line 42

class GetBackupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end