cluster property

  1. @TagNumber(7)
String cluster

Required. Immutable. The target cluster into which Restores created via this RestorePlan will restore data. NOTE: the cluster's region must be the same as the RestorePlan. Valid formats:

  • projects/*/locations/*/clusters/*
  • projects/*/zones/*/clusters/*

Implementation

@$pb.TagNumber(7)
$core.String get cluster => $_getSZ(6);
  1. @TagNumber(7)
void cluster=(String v)

Implementation

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