Skip to content

Commit

Permalink
feat: ListFunctions now include metadata which indicates whether a fu…
Browse files Browse the repository at this point in the history
…nction is a `GEN_1` or `GEN_2` function

feat: KMS crypto keys can now be specified when uploading function source code, enabling source code to be encrypted at rest with a user-managed encryption key
feat: You can now specify concurrency and cpu of a gen 2 function through the Function API, without needing to modify the underlying Cloud Run service

PiperOrigin-RevId: 534929457
  • Loading branch information
Google APIs authored and Copybara-Service committed May 24, 2023
1 parent 4e11317 commit 1c8b678
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 56 deletions.
1 change: 1 addition & 0 deletions google/cloud/functions/v2beta/cloudfunctions_v2beta.yaml
Expand Up @@ -10,6 +10,7 @@ apis:
- name: google.longrunning.Operations

types:
- name: google.cloud.functions.v2beta.LocationMetadata
- name: google.cloud.functions.v2beta.OperationMetadata

documentation:
Expand Down

0 comments on commit 1c8b678

Please sign in to comment.