From 304470a8520485dd12d6e210f71a10658eec6b01 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 7 Jan 2021 08:49:27 -0800 Subject: [PATCH] feat: Automated regeneration of dataproc v1 client (#2231) --- .../google-apis-dataproc_v1/CHANGELOG.md | 6 ++--- .../lib/google/apis/dataproc_v1/classes.rb | 24 +++++++++++-------- .../google/apis/dataproc_v1/gem_version.rb | 4 ++-- .../google-apis-dataproc_v1/synth.metadata | 2 +- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/generated/google-apis-dataproc_v1/CHANGELOG.md b/generated/google-apis-dataproc_v1/CHANGELOG.md index fddf03d531f..541311cc25e 100644 --- a/generated/google-apis-dataproc_v1/CHANGELOG.md +++ b/generated/google-apis-dataproc_v1/CHANGELOG.md @@ -1,7 +1,7 @@ # Release history for google-apis-dataproc_v1 -### v0.1.0 (2021-01-01) +### v0.1.0 (2021-01-07) -* Regenerated from discovery document revision 20201210 -* Regenerated using generator version 0.1.0 +* Regenerated from discovery document revision 20201229 +* Regenerated using generator version 0.1.1 diff --git a/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/classes.rb b/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/classes.rb index 52d7800492b..ef5e6dfa2fc 100644 --- a/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/classes.rb +++ b/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/classes.rb @@ -396,7 +396,8 @@ class ClusterConfig # cluster's staging bucket according to the Compute Engine zone where your # cluster is deployed, and then create and manage this project-level, per- # location bucket (see Dataproc staging bucket (https://cloud.google.com/ - # dataproc/docs/concepts/configuring-clusters/staging-bucket)). + # dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field + # requires a Cloud Storage bucket name, not a URI to a Cloud Storage bucket. # Corresponds to the JSON property `configBucket` # @return [String] attr_accessor :config_bucket @@ -461,7 +462,8 @@ class ClusterConfig # your cluster's temp bucket according to the Compute Engine zone where your # cluster is deployed, and then create and manage this project-level, per- # location bucket. The default bucket has a TTL of 90 days, but you can use any - # TTL (or none) if you specify a bucket. + # TTL (or none) if you specify a bucket. This field requires a Cloud Storage + # bucket name, not a URI to a Cloud Storage bucket. # Corresponds to the JSON property `tempBucket` # @return [String] attr_accessor :temp_bucket @@ -3335,7 +3337,9 @@ class WorkflowMetadata # @return [String] attr_accessor :dag_start_time - # Output only. The timeout duration for the DAG of jobs. + # Output only. The timeout duration for the DAG of jobs, expressed in seconds ( + # see JSON representation of duration (https://developers.google.com/protocol- + # buffers/docs/proto3#json)). # Corresponds to the JSON property `dagTimeout` # @return [String] attr_accessor :dag_timeout @@ -3461,13 +3465,13 @@ class WorkflowTemplate # @return [String] attr_accessor :create_time - # Optional. Timeout duration for the DAG of jobs. You can use "s", "m", "h", and - # "d" suffixes for second, minute, hour, and day duration values, respectively. - # The timeout duration must be from 10 minutes ("10m") to 24 hours ("24h" or "1d" - # ). The timer begins when the first job is submitted. If the workflow is - # running at the end of the timeout period, any remaining jobs are cancelled, - # the workflow is ended, and if the workflow was running on a managed cluster, - # the cluster is deleted. + # Optional. Timeout duration for the DAG of jobs, expressed in seconds (see JSON + # representation of duration (https://developers.google.com/protocol-buffers/ + # docs/proto3#json)). The timeout duration must be from 10 minutes ("600s") to + # 24 hours ("86400s"). The timer begins when the first job is submitted. If the + # workflow is running at the end of the timeout period, any remaining jobs are + # cancelled, the workflow is ended, and if the workflow was running on a managed + # cluster, the cluster is deleted. # Corresponds to the JSON property `dagTimeout` # @return [String] attr_accessor :dag_timeout diff --git a/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/gem_version.rb b/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/gem_version.rb index 6cd56a95dd0..89e041377d7 100644 --- a/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/gem_version.rb +++ b/generated/google-apis-dataproc_v1/lib/google/apis/dataproc_v1/gem_version.rb @@ -19,10 +19,10 @@ module DataprocV1 GEM_VERSION = "0.1.0" # Version of the code generator used to generate this client - GENERATOR_VERSION = "0.1.0" + GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201210" + REVISION = "20201229" end end end diff --git a/generated/google-apis-dataproc_v1/synth.metadata b/generated/google-apis-dataproc_v1/synth.metadata index e0da85f3056..535d0881c75 100644 --- a/generated/google-apis-dataproc_v1/synth.metadata +++ b/generated/google-apis-dataproc_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "3eb7b044d3605c38773a6c874a3f1826f98701f9" + "sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51" } } ]