diff --git a/api_names_out.yaml b/api_names_out.yaml index b4920c38d..6c393f929 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -23559,6 +23559,7 @@ "/cloudfunctions:v1/CloudFunction/buildEnvironmentVariables": build_environment_variables "/cloudfunctions:v1/CloudFunction/buildEnvironmentVariables/build_environment_variable": build_environment_variable "/cloudfunctions:v1/CloudFunction/buildId": build_id +"/cloudfunctions:v1/CloudFunction/buildWorkerPool": build_worker_pool "/cloudfunctions:v1/CloudFunction/description": description "/cloudfunctions:v1/CloudFunction/entryPoint": entry_point "/cloudfunctions:v1/CloudFunction/environmentVariables": environment_variables diff --git a/generated/google-apis-cloudfunctions_v1/CHANGELOG.md b/generated/google-apis-cloudfunctions_v1/CHANGELOG.md index ebeae24f1..2ca6aeca0 100644 --- a/generated/google-apis-cloudfunctions_v1/CHANGELOG.md +++ b/generated/google-apis-cloudfunctions_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-cloudfunctions_v1 +### v0.2.0 (2021-01-14) + +* Regenerated from discovery document revision 20210107 + ### v0.1.0 (2021-01-07) * Regenerated using generator version 0.1.1 diff --git a/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/classes.rb b/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/classes.rb index 9b0d00790..048f87cb9 100644 --- a/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/classes.rb +++ b/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/classes.rb @@ -237,6 +237,18 @@ module Google # @return [String] attr_accessor :build_id + # Name of the Cloud Build Custom Worker Pool that should be used to build the + # function. The format of this field is `projects/`project`/locations/`region`/ + # workerPools/`workerPool`` where `project` and `region` are the project id and + # region respectively where the worker pool is defined and `workerPool` is the + # short name of the worker pool. If the project id is not the same as the + # function, then the Cloud Functions Service Agent (service-@gcf-admin-robot.iam. + # gserviceaccount.com) must be granted the role Cloud Build Custom Workers + # Builder (roles/cloudbuild.customworkers.builder) in the project. + # Corresponds to the JSON property `buildWorkerPool` + # @return [String] + attr_accessor :build_worker_pool + # User-provided description of a function. # Corresponds to the JSON property `description` # @return [String] @@ -387,6 +399,7 @@ module Google @available_memory_mb = args[:available_memory_mb] if args.key?(:available_memory_mb) @build_environment_variables = args[:build_environment_variables] if args.key?(:build_environment_variables) @build_id = args[:build_id] if args.key?(:build_id) + @build_worker_pool = args[:build_worker_pool] if args.key?(:build_worker_pool) @description = args[:description] if args.key?(:description) @entry_point = args[:entry_point] if args.key?(:entry_point) @environment_variables = args[:environment_variables] if args.key?(:environment_variables) diff --git a/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/gem_version.rb b/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/gem_version.rb index 2ae73c525..6397f311f 100644 --- a/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/gem_version.rb +++ b/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module CloudfunctionsV1 # Version of the google-apis-cloudfunctions_v1 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201201" + REVISION = "20210107" end end end diff --git a/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/representations.rb b/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/representations.rb index 7d969a51d..516e1b3ca 100644 --- a/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/representations.rb +++ b/generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_v1/representations.rb @@ -233,6 +233,7 @@ module Google property :available_memory_mb, as: 'availableMemoryMb' hash :build_environment_variables, as: 'buildEnvironmentVariables' property :build_id, as: 'buildId' + property :build_worker_pool, as: 'buildWorkerPool' property :description, as: 'description' property :entry_point, as: 'entryPoint' hash :environment_variables, as: 'environmentVariables' diff --git a/generated/google-apis-cloudfunctions_v1/synth.metadata b/generated/google-apis-cloudfunctions_v1/synth.metadata index e7b698e1f..a1c032e63 100644 --- a/generated/google-apis-cloudfunctions_v1/synth.metadata +++ b/generated/google-apis-cloudfunctions_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "cfda61df35e9f8dca199c1540290cfb75d75aad1" + "sha": "0aa3d370408cac6a59baec4eb656e11648a3c112" } } ]