From 6c5f0551182d8afa1d84f6265e982427a09f863d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 26 Apr 2024 13:05:48 +0000 Subject: [PATCH] feat: Automated regeneration of CloudFunctions client --- .../lib/google_api/cloud_functions/v1/metadata.ex | 2 +- .../lib/google_api/cloud_functions/v1/model/cloud_function.ex | 2 +- .../lib/google_api/cloud_functions/v2/metadata.ex | 2 +- clients/cloud_functions/mix.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/cloud_functions/lib/google_api/cloud_functions/v1/metadata.ex b/clients/cloud_functions/lib/google_api/cloud_functions/v1/metadata.ex index 984f9b6d45..ed9c5c3ff5 100644 --- a/clients/cloud_functions/lib/google_api/cloud_functions/v1/metadata.ex +++ b/clients/cloud_functions/lib/google_api/cloud_functions/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudFunctions.V1 do API client metadata for GoogleApi.CloudFunctions.V1. """ - @discovery_revision "20240307" + @discovery_revision "20240418" def discovery_revision(), do: @discovery_revision end diff --git a/clients/cloud_functions/lib/google_api/cloud_functions/v1/model/cloud_function.ex b/clients/cloud_functions/lib/google_api/cloud_functions/v1/model/cloud_function.ex index 4faa8d2b34..c8884100a6 100644 --- a/clients/cloud_functions/lib/google_api/cloud_functions/v1/model/cloud_function.ex +++ b/clients/cloud_functions/lib/google_api/cloud_functions/v1/model/cloud_function.ex @@ -50,7 +50,7 @@ defmodule GoogleApi.CloudFunctions.V1.Model.CloudFunction do * `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The last update timestamp of a Cloud Function. * `ingressSettings` (*type:* `String.t`, *default:* `nil`) - The ingress settings for the function, controlling what traffic can reach it. * `serviceAccountEmail` (*type:* `String.t`, *default:* `nil`) - The email of the function's service account. If empty, defaults to `{project_id}@appspot.gserviceaccount.com`. - * `dockerRepository` (*type:* `String.t`, *default:* `nil`) - User managed repository created in Artifact Registry optionally with a customer managed encryption key. If specified, deployments will use Artifact Registry. If unspecified and the deployment is eligible to use Artifact Registry, GCF will create and use a repository named 'gcf-artifacts' for every deployed region. This is the repository to which the function docker image will be pushed after it is built by Cloud Build. It must match the pattern `projects/{project}/locations/{location}/repositories/{repository}`. Cross-project repositories are not supported. Cross-location repositories are not supported. Repository format must be 'DOCKER'. + * `dockerRepository` (*type:* `String.t`, *default:* `nil`) - User-managed repository created in Artifact Registry to which the function's Docker image will be pushed after it is built by Cloud Build. May optionally be encrypted with a customer-managed encryption key (CMEK). If unspecified and `docker_registry` is not explicitly set to `CONTAINER_REGISTRY`, GCF will create and use a default Artifact Registry repository named 'gcf-artifacts' in the region. It must match the pattern `projects/{project}/locations/{location}/repositories/{repository}`. Cross-project repositories are not supported. Cross-location repositories are not supported. Repository format must be 'DOCKER'. * `httpsTrigger` (*type:* `GoogleApi.CloudFunctions.V1.Model.HttpsTrigger.t`, *default:* `nil`) - An HTTPS endpoint type of source that can be triggered via URL. * `status` (*type:* `String.t`, *default:* `nil`) - Output only. Status of the function deployment. * `versionId` (*type:* `String.t`, *default:* `nil`) - Output only. The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created. diff --git a/clients/cloud_functions/lib/google_api/cloud_functions/v2/metadata.ex b/clients/cloud_functions/lib/google_api/cloud_functions/v2/metadata.ex index 74f530fc8f..a268913a0a 100644 --- a/clients/cloud_functions/lib/google_api/cloud_functions/v2/metadata.ex +++ b/clients/cloud_functions/lib/google_api/cloud_functions/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudFunctions.V2 do API client metadata for GoogleApi.CloudFunctions.V2. """ - @discovery_revision "20240307" + @discovery_revision "20240418" def discovery_revision(), do: @discovery_revision end diff --git a/clients/cloud_functions/mix.exs b/clients/cloud_functions/mix.exs index 82321505f8..e13d2297a9 100644 --- a/clients/cloud_functions/mix.exs +++ b/clients/cloud_functions/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.CloudFunctions.Mixfile do use Mix.Project - @version "0.37.0" + @version "0.37.1" def project() do [