accountId property
Required. The account id that is used to generate the service account
email address and a stable unique id. It is unique within a project,
must be 6-30 characters long, and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9]) to comply with RFC1035.
Implementation
@$pb.TagNumber(2)
$core.String get accountId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set accountId($core.String value) => $_setString(1, value);