serviceAccount property

  1. @TagNumber(5)
String get serviceAccount

The service account to use in the connector when communicating with the cloud.

Implementation

@$pb.TagNumber(5)
$core.String get serviceAccount => $_getSZ(3);
  1. @TagNumber(5)
set serviceAccount (String v)

Implementation

@$pb.TagNumber(5)
set serviceAccount($core.String v) { $_setString(3, v); }