From d28be09eaee5c27ada59df74a5a7f52cf1a1a282 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 21 Nov 2024 13:19:26 +0000 Subject: [PATCH] feat: Automated regeneration of CloudFunctions client --- .../lib/google_api/cloud_functions/v2/metadata.ex | 2 +- .../lib/google_api/cloud_functions/v2/model/build_config.ex | 2 +- clients/cloud_functions/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 3deec4cc41..cbdfe843d5 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 "20241024" + @discovery_revision "20241117" def discovery_revision(), do: @discovery_revision end diff --git a/clients/cloud_functions/lib/google_api/cloud_functions/v2/model/build_config.ex b/clients/cloud_functions/lib/google_api/cloud_functions/v2/model/build_config.ex index 917666f832..52bb1e62b7 100644 --- a/clients/cloud_functions/lib/google_api/cloud_functions/v2/model/build_config.ex +++ b/clients/cloud_functions/lib/google_api/cloud_functions/v2/model/build_config.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.CloudFunctions.V2.Model.BuildConfig do * `automaticUpdatePolicy` (*type:* `GoogleApi.CloudFunctions.V2.Model.AutomaticUpdatePolicy.t`, *default:* `nil`) - * `build` (*type:* `String.t`, *default:* `nil`) - Output only. The Cloud Build name of the latest successful deployment of the function. * `dockerRegistry` (*type:* `String.t`, *default:* `nil`) - Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen functions, 2nd Gen functions can only use Artifact Registry. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`. - * `dockerRepository` (*type:* `String.t`, *default:* `nil`) - Repository in Artifact Registry to which the function docker image will be pushed after it is built by Cloud Build. If specified by user, it is created and managed by user with a customer managed encryption key. Otherwise, GCF will create and use a repository named 'gcf-artifacts' for every deployed 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'. + * `dockerRepository` (*type:* `String.t`, *default:* `nil`) - Repository in Artifact Registry to which the function docker image will be pushed after it is built by Cloud Build. If specified by user, it is created and managed by user with a customer managed encryption key. Otherwise, GCF will create and use a repository named 'gcf-artifacts' for every deployed region. It must match the pattern `projects/{project}/locations/{location}/repositories/{repository}`. Repository format must be 'DOCKER'. * `entryPoint` (*type:* `String.t`, *default:* `nil`) - The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`. * `environmentVariables` (*type:* `map()`, *default:* `nil`) - User-provided build-time environment variables for the function * `onDeployUpdatePolicy` (*type:* `GoogleApi.CloudFunctions.V2.Model.OnDeployUpdatePolicy.t`, *default:* `nil`) - diff --git a/clients/cloud_functions/mix.exs b/clients/cloud_functions/mix.exs index fcc0ae8241..b1d4b2b401 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.41.1" + @version "0.41.2" def project() do [