google-cloud-dataproc-v1 0.15.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dataproc/v1/autoscaling_policy_service/client.rb +18 -6
  4. data/lib/google/cloud/dataproc/v1/autoscaling_policy_service/rest/client.rb +711 -0
  5. data/lib/google/cloud/dataproc/v1/autoscaling_policy_service/rest/service_stub.rb +382 -0
  6. data/lib/google/cloud/dataproc/v1/autoscaling_policy_service/rest.rb +54 -0
  7. data/lib/google/cloud/dataproc/v1/autoscaling_policy_service.rb +6 -0
  8. data/lib/google/cloud/dataproc/v1/batch_controller/client.rb +51 -15
  9. data/lib/google/cloud/dataproc/v1/batch_controller/operations.rb +12 -14
  10. data/lib/google/cloud/dataproc/v1/batch_controller/paths.rb +19 -0
  11. data/lib/google/cloud/dataproc/v1/batch_controller/rest/client.rb +640 -0
  12. data/lib/google/cloud/dataproc/v1/batch_controller/rest/operations.rb +820 -0
  13. data/lib/google/cloud/dataproc/v1/batch_controller/rest/service_stub.rb +285 -0
  14. data/lib/google/cloud/dataproc/v1/batch_controller/rest.rb +54 -0
  15. data/lib/google/cloud/dataproc/v1/batch_controller.rb +6 -0
  16. data/lib/google/cloud/dataproc/v1/batches_pb.rb +2 -0
  17. data/lib/google/cloud/dataproc/v1/bindings_override.rb +257 -0
  18. data/lib/google/cloud/dataproc/v1/cluster_controller/client.rb +43 -31
  19. data/lib/google/cloud/dataproc/v1/cluster_controller/operations.rb +12 -14
  20. data/lib/google/cloud/dataproc/v1/cluster_controller/paths.rb +19 -0
  21. data/lib/google/cloud/dataproc/v1/cluster_controller/rest/client.rb +1117 -0
  22. data/lib/google/cloud/dataproc/v1/cluster_controller/rest/operations.rb +820 -0
  23. data/lib/google/cloud/dataproc/v1/cluster_controller/rest/service_stub.rb +539 -0
  24. data/lib/google/cloud/dataproc/v1/cluster_controller/rest.rb +55 -0
  25. data/lib/google/cloud/dataproc/v1/cluster_controller.rb +6 -0
  26. data/lib/google/cloud/dataproc/v1/clusters_pb.rb +10 -9
  27. data/lib/google/cloud/dataproc/v1/job_controller/client.rb +22 -10
  28. data/lib/google/cloud/dataproc/v1/job_controller/operations.rb +12 -14
  29. data/lib/google/cloud/dataproc/v1/job_controller/rest/client.rb +929 -0
  30. data/lib/google/cloud/dataproc/v1/job_controller/rest/operations.rb +820 -0
  31. data/lib/google/cloud/dataproc/v1/job_controller/rest/service_stub.rb +476 -0
  32. data/lib/google/cloud/dataproc/v1/job_controller/rest.rb +53 -0
  33. data/lib/google/cloud/dataproc/v1/job_controller.rb +6 -0
  34. data/lib/google/cloud/dataproc/v1/jobs_pb.rb +13 -0
  35. data/lib/google/cloud/dataproc/v1/node_group_controller/client.rb +23 -9
  36. data/lib/google/cloud/dataproc/v1/node_group_controller/operations.rb +12 -14
  37. data/lib/google/cloud/dataproc/v1/node_group_controller/rest/client.rb +581 -0
  38. data/lib/google/cloud/dataproc/v1/node_group_controller/rest/operations.rb +820 -0
  39. data/lib/google/cloud/dataproc/v1/node_group_controller/rest/service_stub.rb +227 -0
  40. data/lib/google/cloud/dataproc/v1/node_group_controller/rest.rb +55 -0
  41. data/lib/google/cloud/dataproc/v1/node_group_controller.rb +6 -0
  42. data/lib/google/cloud/dataproc/v1/operations_pb.rb +1 -0
  43. data/lib/google/cloud/dataproc/v1/rest.rb +43 -0
  44. data/lib/google/cloud/dataproc/v1/shared_pb.rb +24 -1
  45. data/lib/google/cloud/dataproc/v1/version.rb +1 -1
  46. data/lib/google/cloud/dataproc/v1/workflow_template_service/client.rb +28 -15
  47. data/lib/google/cloud/dataproc/v1/workflow_template_service/operations.rb +12 -14
  48. data/lib/google/cloud/dataproc/v1/workflow_template_service/rest/client.rb +983 -0
  49. data/lib/google/cloud/dataproc/v1/workflow_template_service/rest/operations.rb +820 -0
  50. data/lib/google/cloud/dataproc/v1/workflow_template_service/rest/service_stub.rb +518 -0
  51. data/lib/google/cloud/dataproc/v1/workflow_template_service/rest.rb +55 -0
  52. data/lib/google/cloud/dataproc/v1/workflow_template_service.rb +6 -0
  53. data/lib/google/cloud/dataproc/v1/workflow_templates_services_pb.rb +2 -1
  54. data/lib/google/cloud/dataproc/v1.rb +6 -1
  55. data/proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb +8 -8
  56. data/proto_docs/google/cloud/dataproc/v1/batches.rb +42 -14
  57. data/proto_docs/google/cloud/dataproc/v1/clusters.rb +60 -54
  58. data/proto_docs/google/cloud/dataproc/v1/jobs.rb +48 -0
  59. data/proto_docs/google/cloud/dataproc/v1/node_groups.rb +1 -1
  60. data/proto_docs/google/cloud/dataproc/v1/operations.rb +3 -0
  61. data/proto_docs/google/cloud/dataproc/v1/shared.rb +174 -56
  62. data/proto_docs/google/cloud/dataproc/v1/workflow_templates.rb +14 -11
  63. metadata +52 -7
@@ -18,6 +18,7 @@
18
18
 
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/dataproc/v1/jobs_pb"
21
+ require "google/iam/v1"
21
22
 
22
23
  module Google
23
24
  module Cloud
@@ -172,6 +173,12 @@ module Google
172
173
  config.endpoint = @config.endpoint
173
174
  end
174
175
 
176
+ @iam_policy_client = Google::Iam::V1::IAMPolicy::Client.new do |config|
177
+ config.credentials = credentials
178
+ config.quota_project = @quota_project_id
179
+ config.endpoint = @config.endpoint
180
+ end
181
+
175
182
  @job_controller_stub = ::Gapic::ServiceStub.new(
176
183
  ::Google::Cloud::Dataproc::V1::JobController::Stub,
177
184
  credentials: credentials,
@@ -188,6 +195,13 @@ module Google
188
195
  #
189
196
  attr_reader :operations_client
190
197
 
198
+ ##
199
+ # Get the associated client for mix-in of the IAMPolicy.
200
+ #
201
+ # @return [Google::Iam::V1::IAMPolicy::Client]
202
+ #
203
+ attr_reader :iam_policy_client
204
+
191
205
  # Service calls
192
206
 
193
207
  ##
@@ -355,14 +369,14 @@ module Google
355
369
  # # Call the submit_job_as_operation method.
356
370
  # result = client.submit_job_as_operation request
357
371
  #
358
- # # The returned object is of type Gapic::Operation. You can use this
359
- # # object to check the status of an operation, cancel it, or wait
360
- # # for results. Here is how to block until completion:
372
+ # # The returned object is of type Gapic::Operation. You can use it to
373
+ # # check the status of an operation, cancel it, or wait for results.
374
+ # # Here is how to wait for a response.
361
375
  # result.wait_until_done! timeout: 60
362
376
  # if result.response?
363
377
  # p result.response
364
378
  # else
365
- # puts "Error!"
379
+ # puts "No response received."
366
380
  # end
367
381
  #
368
382
  def submit_job_as_operation request, options = nil
@@ -578,13 +592,11 @@ module Google
578
592
  # # Call the list_jobs method.
579
593
  # result = client.list_jobs request
580
594
  #
581
- # # The returned object is of type Gapic::PagedEnumerable. You can
582
- # # iterate over all elements by calling #each, and the enumerable
583
- # # will lazily make API calls to fetch subsequent pages. Other
584
- # # methods are also available for managing paging directly.
585
- # result.each do |response|
595
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
596
+ # # over elements, and API calls will be issued to fetch pages as needed.
597
+ # result.each do |item|
586
598
  # # Each element is of type ::Google::Cloud::Dataproc::V1::Job.
587
- # p response
599
+ # p item
588
600
  # end
589
601
  #
590
602
  def list_jobs request, options = nil
@@ -158,13 +158,11 @@ module Google
158
158
  # # Call the list_operations method.
159
159
  # result = client.list_operations request
160
160
  #
161
- # # The returned object is of type Gapic::PagedEnumerable. You can
162
- # # iterate over all elements by calling #each, and the enumerable
163
- # # will lazily make API calls to fetch subsequent pages. Other
164
- # # methods are also available for managing paging directly.
165
- # result.each do |response|
161
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
162
+ # # over elements, and API calls will be issued to fetch pages as needed.
163
+ # result.each do |item|
166
164
  # # Each element is of type ::Google::Longrunning::Operation.
167
- # p response
165
+ # p item
168
166
  # end
169
167
  #
170
168
  def list_operations request, options = nil
@@ -253,14 +251,14 @@ module Google
253
251
  # # Call the get_operation method.
254
252
  # result = client.get_operation request
255
253
  #
256
- # # The returned object is of type Gapic::Operation. You can use this
257
- # # object to check the status of an operation, cancel it, or wait
258
- # # for results. Here is how to block until completion:
254
+ # # The returned object is of type Gapic::Operation. You can use it to
255
+ # # check the status of an operation, cancel it, or wait for results.
256
+ # # Here is how to wait for a response.
259
257
  # result.wait_until_done! timeout: 60
260
258
  # if result.response?
261
259
  # p result.response
262
260
  # else
263
- # puts "Error!"
261
+ # puts "No response received."
264
262
  # end
265
263
  #
266
264
  def get_operation request, options = nil
@@ -540,14 +538,14 @@ module Google
540
538
  # # Call the wait_operation method.
541
539
  # result = client.wait_operation request
542
540
  #
543
- # # The returned object is of type Gapic::Operation. You can use this
544
- # # object to check the status of an operation, cancel it, or wait
545
- # # for results. Here is how to block until completion:
541
+ # # The returned object is of type Gapic::Operation. You can use it to
542
+ # # check the status of an operation, cancel it, or wait for results.
543
+ # # Here is how to wait for a response.
546
544
  # result.wait_until_done! timeout: 60
547
545
  # if result.response?
548
546
  # p result.response
549
547
  # else
550
- # puts "Error!"
548
+ # puts "No response received."
551
549
  # end
552
550
  #
553
551
  def wait_operation request, options = nil