Class: Google::Cloud::NetApp::V1::GetBackupPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::GetBackupPolicyRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |