cluster property

  1. @TagNumber(7)
String cluster

Output only. The target cluster into which this Restore will restore data. Valid formats:

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

Inherited from parent RestorePlan's google.cloud.gkebackup.v1.RestorePlan.cluster value.

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); }