serviceAccountEmail property

  1. @TagNumber(10)
String get serviceAccountEmail

The email of the service's service account. If empty, defaults to {project_number}-compute@developer.gserviceaccount.com.

Implementation

@$pb.TagNumber(10)
$core.String get serviceAccountEmail => $_getSZ(8);
  1. @TagNumber(10)
set serviceAccountEmail (String v)

Implementation

@$pb.TagNumber(10)
set serviceAccountEmail($core.String v) { $_setString(8, v); }