google-cloud-dataproc-v1 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 370d280717ed0317b666d574e955a8fd3fd729f97137b8a809b2c909d94c78ac
4
- data.tar.gz: b53ea25c99d08a882d48be431858f1234f2cd65dbe891bae2e4821555f00d5a0
3
+ metadata.gz: ded96fc15826c4bb164ff7ff7baa1a2ab0f091f767a81640511d0ac9d13dcb47
4
+ data.tar.gz: da6259371c468e36daca488264f7e8b69dfb956fa76b894794f0c34e03027582
5
5
  SHA512:
6
- metadata.gz: 8c3f11fdf660fc4e8114417e003b21c5f8c0a6de38e84eea1ec807f8f744b71686effb6300a1444b4a51552e66989f0a5eeb244f6e1cf92dbd288570a7302c43
7
- data.tar.gz: a7c1de563886a622ed42608b485ab1bcf8e74efdcab31950014c1ee1acf8181e424ba712ab26d20c70938f3e7a3139946bc0bb6163a5573fd222d2e59c80a4b7
6
+ metadata.gz: f90aad28ebf5a797520bd39b4a356c4cb681d09353a71d310305ace372b92d9d78fa7e876cbbed5ac28bef403757fbacb6fbd78bef52f6ec2b635e9b8681380e
7
+ data.tar.gz: 33c193694266304e6e6a9067cfd968d886b02f9d3315ba2792a3aa8e61bcdce97dea7ba93c6aa7d2d97140a2bcfa1fdb3defd766cc5d0963f83771460b22c064
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/dataproc.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.create_autoscaling_policy request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-dataproc-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/dataproc)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataproc
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataproc-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common