serviceAccountEmail property

  1. @TagNumber(6)
String get serviceAccountEmail

Optional. The email of the trigger's service account. The service account must have permission to invoke Cloud Run services, the permission is run.routes.invoke. If empty, defaults to the Compute Engine default service account: {project_number}-compute@developer.gserviceaccount.com.

Implementation

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

Implementation

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