Class: Google::Cloud::Spanner::Admin::Database::V1::CreateBackupScheduleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/database/v1/backup_schedule.rb

Overview

The request for CreateBackupSchedule.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_schedule::Google::Cloud::Spanner::Admin::Database::V1::BackupSchedule

Returns Required. The backup schedule to create.

Returns:



126
127
128
129
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 126

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

#backup_schedule_id::String

Returns Required. The Id to use for the backup schedule. The backup_schedule_id appended to parent forms the full backup schedule name of the form projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.

Returns:

  • (::String)

    Required. The Id to use for the backup schedule. The backup_schedule_id appended to parent forms the full backup schedule name of the form projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.



126
127
128
129
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 126

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

#parent::String

Returns Required. The name of the database that this backup schedule applies to.

Returns:

  • (::String)

    Required. The name of the database that this backup schedule applies to.



126
127
128
129
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 126

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