Class: Google::Cloud::GkeBackup::V1::GetBackupPlanBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::GetBackupPlanBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for GetBackupPlanBinding.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Fully qualified BackupPlanBinding name.
Format:
projects/*/locations/*/backupChannels/*/backupPlanBindings/*
.
361 362 363 364 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 361 class GetBackupPlanBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |