google-cloud-dataproc 0.5.0 → 0.5.1
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 +4 -4
- data/README.md +3 -3
- data/lib/google/cloud/dataproc.rb +2 -2
- data/lib/google/cloud/dataproc/v1.rb +2 -2
- data/lib/google/cloud/dataproc/v1beta2.rb +2 -2
- data/lib/google/cloud/dataproc/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f19e859fa5c2d6128d45c03542dab89d1243c2ec1e4597bc90bd4c9c43fde59d
|
|
4
|
+
data.tar.gz: fd152fefb1cd39a70b41f2aeb5e8afa10c8199d2659c987c9c9f58aa3acac18a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bbbc4e93d01c530c8d78dd0364880e7d49bd7e4daa5048cd5bf5d3ed516fa4f1be69775751db41303c280576fbee4790ff835296db4381abf3e078245a74196
|
|
7
|
+
data.tar.gz: 0c9a9acb1324ca820cbbfbb158c0231ed171727b55a4070c33580c77a3f87089e8a43028941f4786785314762d929468b82c4f4babb3b5fe3e9621d2afcf5f09
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ steps:
|
|
|
12
12
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
13
13
|
2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
14
14
|
3. [Enable the Google Cloud Dataproc API.](https://console.cloud.google.com/apis/library/dataproc.googleapis.com)
|
|
15
|
-
4. [Setup Authentication.](https://googleapis.
|
|
15
|
+
4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-dataproc/latest/file.AUTHENTICATION.html)
|
|
16
16
|
|
|
17
17
|
### Installation
|
|
18
18
|
```
|
|
@@ -50,14 +50,14 @@ end
|
|
|
50
50
|
- View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
|
|
51
51
|
to see the full list of Cloud APIs that we cover.
|
|
52
52
|
|
|
53
|
-
[Client Library Documentation]: https://googleapis.
|
|
53
|
+
[Client Library Documentation]: https://googleapis.dev/ruby/google-cloud-dataproc/latest
|
|
54
54
|
[Product Documentation]: https://cloud.google.com/dataproc
|
|
55
55
|
|
|
56
56
|
## Enabling Logging
|
|
57
57
|
|
|
58
58
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
59
59
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib-2.5.0/libdoc/logger/rdoc/Logger.html) as shown below,
|
|
60
|
-
or a [`Google::Cloud::Logging::Logger`](https://googleapis.
|
|
60
|
+
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
61
61
|
that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
62
62
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
63
63
|
|
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
35
35
|
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
36
36
|
# 3. [Enable the Google Cloud Dataproc API.](https://console.cloud.google.com/apis/library/dataproc.googleapis.com)
|
|
37
|
-
# 4. [Setup Authentication.](https://googleapis.
|
|
37
|
+
# 4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-dataproc/latest/file.AUTHENTICATION.html)
|
|
38
38
|
#
|
|
39
39
|
# ### Installation
|
|
40
40
|
# ```
|
|
@@ -76,7 +76,7 @@ module Google
|
|
|
76
76
|
#
|
|
77
77
|
# To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
78
78
|
# The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib-2.5.0/libdoc/logger/rdoc/Logger.html) as shown below,
|
|
79
|
-
# or a [`Google::Cloud::Logging::Logger`](https://googleapis.
|
|
79
|
+
# or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
80
80
|
# that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
81
81
|
# and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
82
82
|
#
|
|
@@ -39,7 +39,7 @@ module Google
|
|
|
39
39
|
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
40
40
|
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
41
41
|
# 3. [Enable the Google Cloud Dataproc API.](https://console.cloud.google.com/apis/library/dataproc.googleapis.com)
|
|
42
|
-
# 4. [Setup Authentication.](https://googleapis.
|
|
42
|
+
# 4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-dataproc/latest/file.AUTHENTICATION.html)
|
|
43
43
|
#
|
|
44
44
|
# ### Installation
|
|
45
45
|
# ```
|
|
@@ -81,7 +81,7 @@ module Google
|
|
|
81
81
|
#
|
|
82
82
|
# To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
83
83
|
# The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib-2.5.0/libdoc/logger/rdoc/Logger.html) as shown below,
|
|
84
|
-
# or a [`Google::Cloud::Logging::Logger`](https://googleapis.
|
|
84
|
+
# or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
85
85
|
# that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
86
86
|
# and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
87
87
|
#
|
|
@@ -40,7 +40,7 @@ module Google
|
|
|
40
40
|
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
41
41
|
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
42
42
|
# 3. [Enable the Google Cloud Dataproc API.](https://console.cloud.google.com/apis/library/dataproc.googleapis.com)
|
|
43
|
-
# 4. [Setup Authentication.](https://googleapis.
|
|
43
|
+
# 4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-dataproc/latest/file.AUTHENTICATION.html)
|
|
44
44
|
#
|
|
45
45
|
# ### Installation
|
|
46
46
|
# ```
|
|
@@ -82,7 +82,7 @@ module Google
|
|
|
82
82
|
#
|
|
83
83
|
# To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
84
84
|
# The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib-2.5.0/libdoc/logger/rdoc/Logger.html) as shown below,
|
|
85
|
-
# or a [`Google::Cloud::Logging::Logger`](https://googleapis.
|
|
85
|
+
# or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
86
86
|
# that will write logs to [Stackdriver Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
87
87
|
# and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
88
88
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dataproc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
184
|
version: '0'
|
|
185
185
|
requirements: []
|
|
186
|
-
rubygems_version: 3.0.
|
|
186
|
+
rubygems_version: 3.0.4
|
|
187
187
|
signing_key:
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: API Client library for Google Cloud Dataproc API
|