Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…9551)

Co-authored-by: Adam Cole <[email protected]>
  • Loading branch information
accole and accole55 authored Nov 30, 2023
1 parent d9e4431 commit 2e9ce47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mmv1/products/cloudfunctions2/Function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,10 @@ properties:
default_from_api: true
- !ruby/object:Api::Type::String
name: 'serviceAccountEmail'
description: 'The email of the service account for this function.'
description: |
Optional. The email of the trigger's service account. The service account
must have permission to invoke Cloud Run services. If empty, defaults to the
Compute Engine default service account: {project_number}[email protected].
default_from_api: true
- !ruby/object:Api::Type::Enum
name: 'retryPolicy'
Expand Down

0 comments on commit 2e9ce47

Please sign in to comment.