cluster property
The source cluster from which this Backup was created. Valid formats:
projects/*/locations/*/clusters/*projects/*/zones/*/clusters/*
This is inherited from the parent BackupPlan's
google.cloud.gkebackup.v1.BackupPlan.cluster field.
Implementation
@$pb.TagNumber(1)
$core.String get cluster => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set cluster($core.String v) {
$_setString(0, v);
}