Class: Google::Cloud::GkeBackup::V1::GetBackupPlanRequest

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

Overview

Request message for GetBackupPlan.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Fully qualified BackupPlan name. Format: projects//locations//backupPlans/*.

Returns:

  • (::String)

    Required. Fully qualified BackupPlan name. Format: projects//locations//backupPlans/*



133
134
135
136
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 133

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