cluster property

  1. @TagNumber(1)
String cluster

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);
  1. @TagNumber(1)
void cluster=(String v)

Implementation

@$pb.TagNumber(1)
set cluster($core.String v) { $_setString(0, v); }