diff --git a/api_names_out.yaml b/api_names_out.yaml index 7419d49e2..ee398e8dc 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -62481,6 +62481,7 @@ "/dataproc:v1/JobReference/projectId": project_id "/dataproc:v1/JobScheduling": job_scheduling "/dataproc:v1/JobScheduling/maxFailuresPerHour": max_failures_per_hour +"/dataproc:v1/JobScheduling/maxFailuresTotal": max_failures_total "/dataproc:v1/JobStatus": job_status "/dataproc:v1/JobStatus/details": details "/dataproc:v1/JobStatus/state": state diff --git a/generated/google/apis/dataproc_v1.rb b/generated/google/apis/dataproc_v1.rb index b12cd834a..7fdec086b 100644 --- a/generated/google/apis/dataproc_v1.rb +++ b/generated/google/apis/dataproc_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/dataproc/ module DataprocV1 VERSION = 'V1' - REVISION = '20200925' + REVISION = '20201015' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/dataproc_v1/classes.rb b/generated/google/apis/dataproc_v1/classes.rb index eda256921..e911655b6 100644 --- a/generated/google/apis/dataproc_v1/classes.rb +++ b/generated/google/apis/dataproc_v1/classes.rb @@ -1687,6 +1687,13 @@ module Google # @return [Fixnum] attr_accessor :max_failures_per_hour + # Optional. Maximum number of times in total a driver may be restarted as a + # result of driver exiting with non-zero code before job is reported failed. + # Maximum value is 240 + # Corresponds to the JSON property `maxFailuresTotal` + # @return [Fixnum] + attr_accessor :max_failures_total + def initialize(**args) update!(**args) end @@ -1694,6 +1701,7 @@ module Google # Update properties of this object def update!(**args) @max_failures_per_hour = args[:max_failures_per_hour] if args.key?(:max_failures_per_hour) + @max_failures_total = args[:max_failures_total] if args.key?(:max_failures_total) end end @@ -1879,7 +1887,7 @@ module Google # Optional. The duration to keep the cluster alive while idling (when no jobs # are running). Passing this threshold will cause the cluster to be deleted. - # Minimum value is 10 minutes; maximum value is 14 days (see JSON representation + # Minimum value is 5 minutes; maximum value is 14 days (see JSON representation # of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json). # Corresponds to the JSON property `idleDeleteTtl` # @return [String] @@ -2126,8 +2134,12 @@ module Google class NodeGroupAffinity include Google::Apis::Core::Hashable - # Required. The name of a single node group (https://cloud.google.com/compute/ - # docs/reference/rest/v1/nodeGroups) a cluster will be created on. + # Required. The URI of a sole-tenant node group resource (https://cloud.google. + # com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be + # created on.A full URL, partial URI, or node group name are valid. Examples: + # https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-central1- + # a/nodeGroups/node-group-1 projects/[project_id]/zones/us-central1-a/nodeGroups/ + # node-group-1 node-group-1 # Corresponds to the JSON property `nodeGroupUri` # @return [String] attr_accessor :node_group_uri diff --git a/generated/google/apis/dataproc_v1/representations.rb b/generated/google/apis/dataproc_v1/representations.rb index cbdddf1ca..cfca95458 100644 --- a/generated/google/apis/dataproc_v1/representations.rb +++ b/generated/google/apis/dataproc_v1/representations.rb @@ -891,6 +891,7 @@ module Google # @private class Representation < Google::Apis::Core::JsonRepresentation property :max_failures_per_hour, as: 'maxFailuresPerHour' + property :max_failures_total, as: 'maxFailuresTotal' end end diff --git a/generated/google/apis/dataproc_v1/synth.metadata b/generated/google/apis/dataproc_v1/synth.metadata index 429012f74..18c7c00a0 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": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "4ff96cf63bea9596177ae0f8b91b1cdc83e4ce81" } } ]