bucket property
Output only. The communication channel between the datacenter connector and Google Cloud.
Implementation
@$pb.TagNumber(10)
$core.String get bucket => $_getSZ(7);
Implementation
@$pb.TagNumber(10)
set bucket($core.String v) {
$_setString(7, v);
}