google-cloud-dataproc-v1beta2 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: b08a01037f3ccaae217a37ee4eb1a9a0f0d08fcc54855ebc5da24751234ae36d
4
- data.tar.gz: 9452892d300b13158d8ca95b825e7e68d4115318b59be5c8b5be9260b67abe9c
3
+ metadata.gz: a8fc29d8235f7a6fe9e03389c6e050b6989883c9ea8aa97aeb7c2e1b14a4f1a5
4
+ data.tar.gz: ac1f3c5a18eb176f0c19d76f7e6e06cbe79f722b70038f897c99af29fc57a3f3
5
5
  SHA512:
6
- metadata.gz: bf358bb96b940ee05e789ca54dfc1d734ad8ca7c0f5ffc82c8a1c8dfda2f0a74b6f3a011ae775204c39523fed1c33242933d5d10af03812e802285714524d81c
7
- data.tar.gz: dce71188c838eabd90315e21989023f1a10775fcc21eacc6104a5fae6815dcda044bbf16086179fc2004dc89bddb196ec80cc5a37341757dc9215c9329303d34
6
+ metadata.gz: '069f7827cfc59b768f83e86a524e5494f94ed69b1f15ddc972d8fa5d7c10967f238930c5789ec92d5ccb492dab84b63e962fe9fc6ed74d807f07a1f6cdd50f56'
7
+ data.tar.gz: 64a71f901a22db0189377b016bd46a7d8e91505b077ebe0bafcba77f7177e6cd0006855e53249ed222d24f62929868685429d6e492c6b89f643dda211ccba7e5
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-v1beta2/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 V1beta2
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-v1beta2
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