lib/google/cloud/dataproc/v1/cluster_controller/rest/client.rb in google-cloud-dataproc-v1-1.0.2 vs lib/google/cloud/dataproc/v1/cluster_controller/rest/client.rb in google-cloud-dataproc-v1-1.1.0

- old
+ new

@@ -1038,11 +1038,11 @@ # A request object representing the call parameters. Required. To specify no # parameters, or to keep all the default parameter values, pass an empty Hash. # @param options [::Gapic::CallOptions, ::Hash] # Overrides the default settings for this call, e.g, timeout, retries etc. Optional. # - # @overload diagnose_cluster(project_id: nil, region: nil, cluster_name: nil, tarball_gcs_dir: nil, diagnosis_interval: nil, jobs: nil, yarn_application_ids: nil) + # @overload diagnose_cluster(project_id: nil, region: nil, cluster_name: nil, tarball_gcs_dir: nil, tarball_access: nil, diagnosis_interval: nil, jobs: nil, yarn_application_ids: nil) # Pass arguments to `diagnose_cluster` via keyword arguments. Note that at # least one keyword argument is required. To specify no parameters, or to keep all # the default parameter values, pass an empty Hash as a request object (see above). # # @param project_id [::String] @@ -1054,9 +1054,12 @@ # Required. The cluster name. # @param tarball_gcs_dir [::String] # Optional. The output Cloud Storage directory for the diagnostic # tarball. If not specified, a task-specific directory in the cluster's # staging bucket will be used. + # @param tarball_access [::Google::Cloud::Dataproc::V1::DiagnoseClusterRequest::TarballAccess] + # Optional. (Optional) The access type to the diagnostic tarball. If not + # specified, falls back to default access of the bucket # @param diagnosis_interval [::Google::Type::Interval, ::Hash] # Optional. Time interval in which diagnosis should be carried out on the # cluster. # @param jobs [::Array<::String>] # Optional. Specifies a list of jobs on which diagnosis is to be performed.