google-apis-dataproc_v1beta2 0.1.0 → 0.2.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: 736b1ae01633ef773859d3df6fb19a6ec46ceca1f1b7cf895dec5080c4111c26
|
4
|
+
data.tar.gz: 7c2083ce4f9b25de5928413ee5523b906f673fcf95c5a770ccd760ef45d9109c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3794e511d630b9f871d64558d63984e3cb30acedabe27986b15e4855ae5b4384ae4d400c2a096dd0feec54c4d08bd5b6091c022a730a6f4d4438284cda4bd2d5
|
7
|
+
data.tar.gz: 3af89583b4157e2f64ecdd38d51658015c7752dcf05e5654edac2d2c1109399b88953da543dd2c923e58692f9da6ea7de985d12adb7aadfebd2da71039050595
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dataproc_v1beta2
|
2
2
|
|
3
|
+
### v0.2.0 (2021-02-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210128
|
6
|
+
* Regenerated using generator version 0.1.2
|
7
|
+
|
3
8
|
### v0.1.0 (2021-01-07)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20201229
|
@@ -772,8 +772,9 @@ module Google
|
|
772
772
|
attr_accessor :boot_disk_size_gb
|
773
773
|
|
774
774
|
# Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-
|
775
|
-
#
|
776
|
-
# Hard Disk Drive).
|
775
|
+
# balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent
|
776
|
+
# Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive).
|
777
|
+
# See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
|
777
778
|
# Corresponds to the JSON property `bootDiskType`
|
778
779
|
# @return [String]
|
779
780
|
attr_accessor :boot_disk_type
|
@@ -992,7 +993,8 @@ module Google
|
|
992
993
|
# @return [Array<String>]
|
993
994
|
attr_accessor :service_account_scopes
|
994
995
|
|
995
|
-
# Shielded Instance Config for clusters using
|
996
|
+
# Shielded Instance Config for clusters using Compute Engine Shielded VMs (https:
|
997
|
+
# //cloud.google.com/security/shielded-cloud/shielded-vm).
|
996
998
|
# Corresponds to the JSON property `shieldedInstanceConfig`
|
997
999
|
# @return [Google::Apis::DataprocV1beta2::ShieldedInstanceConfig]
|
998
1000
|
attr_accessor :shielded_instance_config
|
@@ -1968,7 +1970,7 @@ module Google
|
|
1968
1970
|
# Optional. The duration to keep the cluster alive while idling (when no jobs
|
1969
1971
|
# are running). Passing this threshold will cause the cluster to be deleted.
|
1970
1972
|
# Minimum value is 5 minutes; maximum value is 14 days (see JSON representation
|
1971
|
-
# of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json).
|
1973
|
+
# of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
|
1972
1974
|
# Corresponds to the JSON property `idleDeleteTtl`
|
1973
1975
|
# @return [String]
|
1974
1976
|
attr_accessor :idle_delete_ttl
|
@@ -2929,7 +2931,8 @@ module Google
|
|
2929
2931
|
end
|
2930
2932
|
end
|
2931
2933
|
|
2932
|
-
# Shielded Instance Config for clusters using
|
2934
|
+
# Shielded Instance Config for clusters using Compute Engine Shielded VMs (https:
|
2935
|
+
# //cloud.google.com/security/shielded-cloud/shielded-vm).
|
2933
2936
|
class ShieldedInstanceConfig
|
2934
2937
|
include Google::Apis::Core::Hashable
|
2935
2938
|
|
@@ -3195,19 +3198,21 @@ module Google
|
|
3195
3198
|
class StartClusterRequest
|
3196
3199
|
include Google::Apis::Core::Hashable
|
3197
3200
|
|
3198
|
-
# Optional. Specifying the cluster_uuid means the RPC
|
3199
|
-
# NOT_FOUND) if cluster with specified UUID does not exist.
|
3201
|
+
# Optional. Specifying the cluster_uuid means the RPC will fail (with error
|
3202
|
+
# NOT_FOUND) if a cluster with the specified UUID does not exist.
|
3200
3203
|
# Corresponds to the JSON property `clusterUuid`
|
3201
3204
|
# @return [String]
|
3202
3205
|
attr_accessor :cluster_uuid
|
3203
3206
|
|
3204
3207
|
# Optional. A unique id used to identify the request. If the server receives two
|
3205
|
-
# StartClusterRequest
|
3208
|
+
# StartClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
3209
|
+
# google.cloud.dataproc.v1beta2#google.cloud.dataproc.v1beta2.
|
3210
|
+
# StartClusterRequest)s with the same id, then the second request will be
|
3206
3211
|
# ignored and the first google.longrunning.Operation created and stored in the
|
3207
|
-
# backend is returned.
|
3208
|
-
#
|
3209
|
-
#
|
3210
|
-
#
|
3212
|
+
# backend is returned.Recommendation: Set this value to a UUID (https://en.
|
3213
|
+
# wikipedia.org/wiki/Universally_unique_identifier).The id must contain only
|
3214
|
+
# letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
|
3215
|
+
# maximum length is 40 characters.
|
3211
3216
|
# Corresponds to the JSON property `requestId`
|
3212
3217
|
# @return [String]
|
3213
3218
|
attr_accessor :request_id
|
@@ -3266,19 +3271,21 @@ module Google
|
|
3266
3271
|
class StopClusterRequest
|
3267
3272
|
include Google::Apis::Core::Hashable
|
3268
3273
|
|
3269
|
-
# Optional. Specifying the cluster_uuid means the RPC
|
3270
|
-
# NOT_FOUND) if cluster with specified UUID does not exist.
|
3274
|
+
# Optional. Specifying the cluster_uuid means the RPC will fail (with error
|
3275
|
+
# NOT_FOUND) if a cluster with the specified UUID does not exist.
|
3271
3276
|
# Corresponds to the JSON property `clusterUuid`
|
3272
3277
|
# @return [String]
|
3273
3278
|
attr_accessor :cluster_uuid
|
3274
3279
|
|
3275
3280
|
# Optional. A unique id used to identify the request. If the server receives two
|
3276
|
-
# StopClusterRequest
|
3277
|
-
#
|
3278
|
-
#
|
3279
|
-
#
|
3280
|
-
#
|
3281
|
-
# ).
|
3281
|
+
# StopClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
3282
|
+
# google.cloud.dataproc.v1beta2#google.cloud.dataproc.v1beta2.StopClusterRequest)
|
3283
|
+
# s with the same id, then the second request will be ignored and the first
|
3284
|
+
# google.longrunning.Operation created and stored in the backend is returned.
|
3285
|
+
# Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/
|
3286
|
+
# Universally_unique_identifier).The id must contain only letters (a-z, A-Z),
|
3287
|
+
# numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
|
3288
|
+
# characters.
|
3282
3289
|
# Corresponds to the JSON property `requestId`
|
3283
3290
|
# @return [String]
|
3284
3291
|
attr_accessor :request_id
|
@@ -3304,12 +3311,13 @@ module Google
|
|
3304
3311
|
attr_accessor :job
|
3305
3312
|
|
3306
3313
|
# Optional. A unique id used to identify the request. If the server receives two
|
3307
|
-
# SubmitJobRequest
|
3308
|
-
#
|
3309
|
-
#
|
3310
|
-
#
|
3311
|
-
#
|
3312
|
-
#
|
3314
|
+
# SubmitJobRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.
|
3315
|
+
# cloud.dataproc.v1beta2#google.cloud.dataproc.v1.SubmitJobRequest)s with the
|
3316
|
+
# same id, then the second request will be ignored and the first Job created and
|
3317
|
+
# stored in the backend is returned.It is recommended to always set this value
|
3318
|
+
# to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id
|
3319
|
+
# must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and
|
3320
|
+
# hyphens (-). The maximum length is 40 characters.
|
3313
3321
|
# Corresponds to the JSON property `requestId`
|
3314
3322
|
# @return [String]
|
3315
3323
|
attr_accessor :request_id
|
@@ -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.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210128"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1099,9 +1099,11 @@ module Google
|
|
1099
1099
|
# @param [Google::Apis::DataprocV1beta2::Cluster] cluster_object
|
1100
1100
|
# @param [String] request_id
|
1101
1101
|
# Optional. A unique id used to identify the request. If the server receives two
|
1102
|
-
# CreateClusterRequest
|
1103
|
-
#
|
1104
|
-
#
|
1102
|
+
# CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
1103
|
+
# google.cloud.dataproc.v1beta2#google.cloud.dataproc.v1beta2.
|
1104
|
+
# CreateClusterRequest)s with the same id, then the second request will be
|
1105
|
+
# ignored and the first google.longrunning.Operation created and stored in the
|
1106
|
+
# backend is returned.It is recommended to always set this value to a UUID (
|
1105
1107
|
# https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must
|
1106
1108
|
# contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-
|
1107
1109
|
# ). The maximum length is 40 characters.
|
@@ -1151,9 +1153,11 @@ module Google
|
|
1151
1153
|
# NOT_FOUND) if cluster with specified UUID does not exist.
|
1152
1154
|
# @param [String] request_id
|
1153
1155
|
# Optional. A unique id used to identify the request. If the server receives two
|
1154
|
-
# DeleteClusterRequest
|
1155
|
-
#
|
1156
|
-
#
|
1156
|
+
# DeleteClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
1157
|
+
# google.cloud.dataproc.v1beta2#google.cloud.dataproc.v1beta2.
|
1158
|
+
# DeleteClusterRequest)s with the same id, then the second request will be
|
1159
|
+
# ignored and the first google.longrunning.Operation created and stored in the
|
1160
|
+
# backend is returned.It is recommended to always set this value to a UUID (
|
1157
1161
|
# https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must
|
1158
1162
|
# contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-
|
1159
1163
|
# ). The maximum length is 40 characters.
|
@@ -1424,9 +1428,11 @@ module Google
|
|
1424
1428
|
# higher.
|
1425
1429
|
# @param [String] request_id
|
1426
1430
|
# Optional. A unique id used to identify the request. If the server receives two
|
1427
|
-
# UpdateClusterRequest
|
1428
|
-
#
|
1429
|
-
#
|
1431
|
+
# UpdateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
1432
|
+
# google.cloud.dataproc.v1beta2#google.cloud.dataproc.v1beta2.
|
1433
|
+
# UpdateClusterRequest)s with the same id, then the second request will be
|
1434
|
+
# ignored and the first google.longrunning.Operation created and stored in the
|
1435
|
+
# backend is returned.It is recommended to always set this value to a UUID (
|
1430
1436
|
# https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must
|
1431
1437
|
# contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-
|
1432
1438
|
# ). The maximum length is 40 characters.
|
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.2.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-
|
11
|
+
date: 2021-02-08 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.2.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: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Dataproc API V1beta2
|