clusterId property

  1. @TagNumber.new(1)
String get clusterId

Required. The AlloyDB cluster ID that this connection profile is associated with.

Implementation

@$pb.TagNumber(1)
$core.String get clusterId => $_getSZ(0);
  1. @TagNumber.new(1)
set clusterId (String v)

Implementation

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