containsSecrets property

  1. @TagNumber.new(16)
bool get containsSecrets

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);
  1. @TagNumber.new(16)
set containsSecrets (bool v)

Implementation

@$pb.TagNumber(16)
set containsSecrets($core.bool v) {
  $_setBool(15, v);
}