containsSecrets property
Output only. Whether or not the Backup contains Kubernetes Secrets.
Controlled by the parent BackupPlan's
google.cloud.gkebackup.v1.BackupPlan.BackupConfig.include_secrets
value.
Implementation
@$pb.TagNumber(16)
$core.bool get containsSecrets => $_getBF(15);
Implementation
@$pb.TagNumber(16)
set containsSecrets($core.bool v) {
$_setBool(15, v);
}