google-cloud-dataproc 2.7.1 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dfddc754e5c08a9d53a4cf2a165c1c8da78707ba0a80fac176b35d3d7f18482
4
- data.tar.gz: fb6a8f8df409f12b7f2039368a3e56e308e92d73662f3f3d39d953d404ca2659
3
+ metadata.gz: 00d4847f75e4cb06861eba2b0f5907280d3611eee28d541d830c2f4b886aa61e
4
+ data.tar.gz: 44d53c7bdb428b76705d535f23959cbc40777c6edd12d2090c0c3171cdbd231d
5
5
  SHA512:
6
- metadata.gz: c7709ada6a94e0ea251d18ffb1a467028580650d27dfda6232d1ff083b9b19a2466e05b2b6eea7a0522c74b800fefea173736bc74cb4213a539d76ccd5c5a322
7
- data.tar.gz: 7ca4c5fecd61d0987047c14819292b01c25c276b638ee4ecf81a1e91b9b54a3b8a3e9676beb0dc4f18ae4d04e7bc11a569d8ef5071d66b5e1ff6ca6199371e49
6
+ metadata.gz: 0e0c2ac9b4227f6ce549cb75ffa702425d99b73b0a36ffb7011a9d3281b149337477476eef89b53c3afa188af9810e612f28d26fd021d6b94118385f37a08758
7
+ data.tar.gz: 2b5969a44ac34feaf1fca8bc6e1906ee08c505810bb6070e4470c3123e4bbf40f6db0b78e51d1621e8bcecc53afcbbe17d5253a47f534ce169fbe3320c39c6e3
data/MIGRATING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Migrating to google-cloud-dataproc 1.0
1
+ # Migrating to google-cloud-dataproc 1.0
2
2
 
3
3
  The 1.0 release of the google-cloud-dataproc client is a significant upgrade
4
4
  based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/dataproc.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/dataproc"
39
+
40
+ client = Google::Cloud::Dataproc.autoscaling_policy_service
41
+ request = ::Google::Cloud::Dataproc::V1::CreateAutoscalingPolicyRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_autoscaling_policy request
43
+ ```
44
+
37
45
  ## Migrating from 0.x versions
38
46
 
39
47
  The 1.0 release of the google-cloud-dataproc client is a significant upgrade
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataproc
23
- VERSION = "2.7.1"
23
+ VERSION = "2.7.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataproc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.1
4
+ version: 2.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Cloud Dataproc API
81
81
  test_files: []