Class: Google::Cloud::GkeBackup::V1::RestoreConfig::RestoreOrder::GroupKindDependency
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::RestoreConfig::RestoreOrder::GroupKindDependency
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/restore.rb
Overview
Defines a dependency between two group kinds.
Instance Attribute Summary collapse
-
#requiring ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Required.
-
#satisfying ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Required.
Instance Attribute Details
#requiring ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Returns Required. The requiring group kind requires that the other group kind be restored first.
502 503 504 505 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 502 class GroupKindDependency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfying ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Returns Required. The satisfying group kind must be restored first in order to satisfy the dependency.
502 503 504 505 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 502 class GroupKindDependency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |