clusterId property

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

Implementation

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