Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::RestoreConfig::RestoreOrder::GroupKindDependency.
Defines a dependency between two group kinds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#requiring
def requiring() -> ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Returns
- (::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind) — Required. The requiring group kind requires that the other group kind be restored first.
#requiring=
def requiring=(value) -> ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Parameter
- value (::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind) — Required. The requiring group kind requires that the other group kind be restored first.
Returns
- (::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind) — Required. The requiring group kind requires that the other group kind be restored first.
#satisfying
def satisfying() -> ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Returns
- (::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind) — Required. The satisfying group kind must be restored first in order to satisfy the dependency.
#satisfying=
def satisfying=(value) -> ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Parameter
- value (::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind) — Required. The satisfying group kind must be restored first in order to satisfy the dependency.
Returns
- (::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind) — Required. The satisfying group kind must be restored first in order to satisfy the dependency.