serviceAccount property
The service account to use in the connector when communicating with the cloud.
Implementation
@$pb.TagNumber(5)
$core.String get serviceAccount => $_getSZ(3);
Implementation
@$pb.TagNumber(5)
set serviceAccount($core.String v) {
$_setString(3, v);
}