secondaryConfig property
Cross Region replication config specific to SECONDARY cluster.
Implementation
@$pb.TagNumber(22)
Cluster_SecondaryConfig get secondaryConfig => $_getN(19);
Implementation
@$pb.TagNumber(22)
set secondaryConfig(Cluster_SecondaryConfig v) {
setField(22, v);
}