google-apis-dataproc_v1beta2 0.2.0 → 0.3.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d36615260c864e6f3e1a46dbdce107bc0605b7266263b4b737443246ded58a5
|
|
4
|
+
data.tar.gz: ec6ff3c97ffd34fab1418b8c47e8562abac31f15b1d26d18ef973ec30eb1cd64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 451179410eaea4d1dceac575905dc85796acf200e1a669ab1a01664b588b1b1bbe8a111b6b56c4bda2115d1c63d801038bb864e8bcc9818e178f35f5158f61dd
|
|
7
|
+
data.tar.gz: 7a19d07c90aa73ac9c0376fbc82d25d785370f55e591128f87d64702aaa101ad1fbe64094646d23d59c10c245639f252aa3d64e07b5f3e7cbac80b5b9b96bbde
|
data/CHANGELOG.md
CHANGED
|
@@ -1706,6 +1706,11 @@ module Google
|
|
|
1706
1706
|
class JobPlacement
|
|
1707
1707
|
include Google::Apis::Core::Hashable
|
|
1708
1708
|
|
|
1709
|
+
# Optional. Cluster labels to identify a cluster where the job will be submitted.
|
|
1710
|
+
# Corresponds to the JSON property `clusterLabels`
|
|
1711
|
+
# @return [Hash<String,String>]
|
|
1712
|
+
attr_accessor :cluster_labels
|
|
1713
|
+
|
|
1709
1714
|
# Required. The name of the cluster where the job will be submitted.
|
|
1710
1715
|
# Corresponds to the JSON property `clusterName`
|
|
1711
1716
|
# @return [String]
|
|
@@ -1723,6 +1728,7 @@ module Google
|
|
|
1723
1728
|
|
|
1724
1729
|
# Update properties of this object
|
|
1725
1730
|
def update!(**args)
|
|
1731
|
+
@cluster_labels = args[:cluster_labels] if args.key?(:cluster_labels)
|
|
1726
1732
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
|
1727
1733
|
@cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
|
|
1728
1734
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataprocV1beta2
|
|
18
18
|
# Version of the google-apis-dataproc_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210205"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -940,6 +940,7 @@ module Google
|
|
|
940
940
|
class JobPlacement
|
|
941
941
|
# @private
|
|
942
942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
943
|
+
hash :cluster_labels, as: 'clusterLabels'
|
|
943
944
|
property :cluster_name, as: 'clusterName'
|
|
944
945
|
property :cluster_uuid, as: 'clusterUuid'
|
|
945
946
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataproc_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1beta2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1beta2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1beta2/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1beta2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|