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: 736b1ae01633ef773859d3df6fb19a6ec46ceca1f1b7cf895dec5080c4111c26
4
- data.tar.gz: 7c2083ce4f9b25de5928413ee5523b906f673fcf95c5a770ccd760ef45d9109c
3
+ metadata.gz: 4d36615260c864e6f3e1a46dbdce107bc0605b7266263b4b737443246ded58a5
4
+ data.tar.gz: ec6ff3c97ffd34fab1418b8c47e8562abac31f15b1d26d18ef973ec30eb1cd64
5
5
  SHA512:
6
- metadata.gz: 3794e511d630b9f871d64558d63984e3cb30acedabe27986b15e4855ae5b4384ae4d400c2a096dd0feec54c4d08bd5b6091c022a730a6f4d4438284cda4bd2d5
7
- data.tar.gz: 3af89583b4157e2f64ecdd38d51658015c7752dcf05e5654edac2d2c1109399b88953da543dd2c923e58692f9da6ea7de985d12adb7aadfebd2da71039050595
6
+ metadata.gz: 451179410eaea4d1dceac575905dc85796acf200e1a669ab1a01664b588b1b1bbe8a111b6b56c4bda2115d1c63d801038bb864e8bcc9818e178f35f5158f61dd
7
+ data.tar.gz: 7a19d07c90aa73ac9c0376fbc82d25d785370f55e591128f87d64702aaa101ad1fbe64094646d23d59c10c245639f252aa3d64e07b5f3e7cbac80b5b9b96bbde
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1beta2
2
2
 
3
+ ### v0.3.0 (2021-02-12)
4
+
5
+ * Regenerated from discovery document revision 20210205
6
+
3
7
  ### v0.2.0 (2021-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20210128
@@ -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.2.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 = "20210128"
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.2.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-08 00:00:00.000000000 Z
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.2.0
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: []