google-apis-dataproc_v1beta2 0.4.0 → 0.9.0

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: e2c6bb7eafceb9ebf2c621334ae77d57799dc609135940d9dab90d1cd5462eff
4
- data.tar.gz: 56b35a82cc0096d85ee853333a8048dd7bd250e37f4879741f8c79dcdf78c22c
3
+ metadata.gz: 11a7bc21c78c61d83d46334826e218bddf56bfeac7c11ebbe28a6e3bc51d5971
4
+ data.tar.gz: 86f5e767c53d17485f09fa90a3c4c39ffc86817c8aac3216de921d5b4922dc12
5
5
  SHA512:
6
- metadata.gz: e65be748d50e7e103349c09873a4337e1e39fa9b36113b5e373b3cc0a4636c281a866304f06519971d509d57f75f5566ec61a8c70033b324c76de372f2dc6dd6
7
- data.tar.gz: 5c273938e5bd2d19a0388d736b57f1c8b8a0dbb78fdf87576d79cd4cc11ced9230d58a91ac229031d79e1dca3c800a7cf0430a234e56a0c5abbdd29882272260
6
+ metadata.gz: f83bfea334d5f966f3a4e215f0afb2d1680fbd1dc7b5af370d309601a65f59cb9a0118eb86f17c9ae1bbdb285154b67ad2191a85121f9af492b2336939c27e56
7
+ data.tar.gz: cdf8f21f259efe657f28772601bda6a1336cc11aea3542fbc43869f31707ae4bd66b58aedbf80b90c4fc45c560306664216b619a5ac1b814deba5aae6ead8182
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-dataproc_v1beta2
2
2
 
3
+ ### v0.9.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.8.0 (2021-06-25)
8
+
9
+ * Regenerated from discovery document revision 20210622
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.7.0 (2021-05-19)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.6.0 (2021-03-18)
17
+
18
+ * Regenerated from discovery document revision 20210315
19
+
20
+ ### v0.5.0 (2021-03-12)
21
+
22
+ * Regenerated from discovery document revision 20210305
23
+ * Regenerated using generator version 0.2.0
24
+
3
25
  ### v0.4.0 (2021-03-04)
4
26
 
5
27
  * Unspecified changes
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta2'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -1392,8 +1392,9 @@ module Google
1392
1392
  # @return [String]
1393
1393
  attr_accessor :min_cpu_platform
1394
1394
 
1395
- # Optional. The number of VM instances in the instance group. For master
1396
- # instance groups, must be set to 1.
1395
+ # Optional. The number of VM instances in the instance group. For HA cluster
1396
+ # master_config groups, must be set to 3. For standard cluster master_config
1397
+ # groups, must be set to 1.
1397
1398
  # Corresponds to the JSON property `numInstances`
1398
1399
  # @return [Fixnum]
1399
1400
  attr_accessor :num_instances
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210205"
25
+ REVISION = "20210622"
26
26
  end
27
27
  end
28
28
  end
@@ -1409,7 +1409,8 @@ module Google
1409
1409
 
1410
1410
  # Updates a cluster in a project. The returned Operation.metadata will be
1411
1411
  # ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/
1412
- # google.cloud.dataproc.v1beta2#clusteroperationmetadata).
1412
+ # google.cloud.dataproc.v1beta2#clusteroperationmetadata). The cluster must be
1413
+ # in a RUNNING state or an error is returned.
1413
1414
  # @param [String] project_id
1414
1415
  # Required. The ID of the Google Cloud Platform project the cluster belongs to.
1415
1416
  # @param [String] region
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataproc_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.9.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Dataproc API V1beta2. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1beta2/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1beta2
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Dataproc API V1beta2