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

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 GetBackupSchedule.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the schedule to retrieve. Values are of the form projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.

Returns:

  • (::String)

    Required. The name of the schedule to retrieve. Values are of the form projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.



138
139
140
141
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 138

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