Class: Google::Cloud::NetApp::V1::GetBackupPolicyRequest

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

Overview

GetBackupPolicyRequest gets the state of a backupPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The backupPolicy resource name, in the format projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}.

Returns:

  • (::String)

    Required. The backupPolicy resource name, in the format projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}



121
122
123
124
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 121

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