google-apis-dataproc_v1 0.12.0 → 0.13.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: 65b0e8f032912bbb0a85c9bfafc70f5353dc5a434a2b4c7efdbca6f1b19fefd8
|
|
4
|
+
data.tar.gz: 23e10cb2361ae2b22adf6345ff1b99dc54f96caa11bb4e7c432a09fc134104b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c176e29ba642d972ea88d177e2a2996204484c180865323d24047e4abd497d1c27e497e60868b57efa791ad1f2fae1205626add30414a5ac53257e00c123018c
|
|
7
|
+
data.tar.gz: c9b8df914197d54de7fd5631c6bce7eef2f8d96b807af5e43e6d669edd318acee484aa2aa813b66c1e63a30c01ff63c04d01bd438ace6f000b525a778abbb536
|
data/CHANGELOG.md
CHANGED
|
@@ -372,8 +372,8 @@ module Google
|
|
|
372
372
|
end
|
|
373
373
|
end
|
|
374
374
|
|
|
375
|
-
# Describes the identifying information, config, and status of a
|
|
376
|
-
#
|
|
375
|
+
# Describes the identifying information, config, and status of a Dataproc
|
|
376
|
+
# cluster
|
|
377
377
|
class Cluster
|
|
378
378
|
include Google::Apis::Core::Hashable
|
|
379
379
|
|
|
@@ -456,9 +456,10 @@ module Google
|
|
|
456
456
|
# Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your
|
|
457
457
|
# cluster's staging bucket according to the Compute Engine zone where your
|
|
458
458
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
459
|
-
# location bucket (see Dataproc staging
|
|
460
|
-
# dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
|
|
461
|
-
# requires a Cloud Storage bucket name, not a URI to a Cloud Storage
|
|
459
|
+
# location bucket (see Dataproc staging and temp buckets (https://cloud.google.
|
|
460
|
+
# com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
|
|
461
|
+
# requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage
|
|
462
|
+
# bucket.
|
|
462
463
|
# Corresponds to the JSON property `configBucket`
|
|
463
464
|
# @return [String]
|
|
464
465
|
attr_accessor :config_bucket
|
|
@@ -479,7 +480,7 @@ module Google
|
|
|
479
480
|
# @return [Google::Apis::DataprocV1::GceClusterConfig]
|
|
480
481
|
attr_accessor :gce_cluster_config
|
|
481
482
|
|
|
482
|
-
# The GKE config
|
|
483
|
+
# The cluster's GKE config.
|
|
483
484
|
# Corresponds to the JSON property `gkeClusterConfig`
|
|
484
485
|
# @return [Google::Apis::DataprocV1::GkeClusterConfig]
|
|
485
486
|
attr_accessor :gke_cluster_config
|
|
@@ -533,8 +534,10 @@ module Google
|
|
|
533
534
|
# your cluster's temp bucket according to the Compute Engine zone where your
|
|
534
535
|
# cluster is deployed, and then create and manage this project-level, per-
|
|
535
536
|
# location bucket. The default bucket has a TTL of 90 days, but you can use any
|
|
536
|
-
# TTL (or none) if you specify a bucket
|
|
537
|
-
#
|
|
537
|
+
# TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (
|
|
538
|
+
# https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-
|
|
539
|
+
# bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI
|
|
540
|
+
# to a Cloud Storage bucket.
|
|
538
541
|
# Corresponds to the JSON property `tempBucket`
|
|
539
542
|
# @return [String]
|
|
540
543
|
attr_accessor :temp_bucket
|
|
@@ -1181,7 +1184,7 @@ module Google
|
|
|
1181
1184
|
end
|
|
1182
1185
|
end
|
|
1183
1186
|
|
|
1184
|
-
# The GKE config
|
|
1187
|
+
# The cluster's GKE config.
|
|
1185
1188
|
class GkeClusterConfig
|
|
1186
1189
|
include Google::Apis::Core::Hashable
|
|
1187
1190
|
|
|
@@ -2704,7 +2707,7 @@ module Google
|
|
|
2704
2707
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
|
2705
2708
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
|
2706
2709
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
|
2707
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
|
2710
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
|
2708
2711
|
# description of IAM and its features, see the IAM documentation (https://cloud.
|
|
2709
2712
|
# google.com/iam/docs/).
|
|
2710
2713
|
class Policy
|
|
@@ -3059,7 +3062,7 @@ module Google
|
|
|
3059
3062
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
|
3060
3063
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
|
3061
3064
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
|
3062
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
|
3065
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
|
3063
3066
|
# description of IAM and its features, see the IAM documentation (https://cloud.
|
|
3064
3067
|
# google.com/iam/docs/).
|
|
3065
3068
|
# Corresponds to the JSON property `policy`
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataprocV1
|
|
18
18
|
# Version of the google-apis-dataproc_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210819"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1079,6 +1079,8 @@ module Google
|
|
|
1079
1079
|
# @param [String] region
|
|
1080
1080
|
# Required. The Dataproc region in which to handle the request.
|
|
1081
1081
|
# @param [Google::Apis::DataprocV1::Cluster] cluster_object
|
|
1082
|
+
# @param [String] action_on_failed_primary_workers
|
|
1083
|
+
# Optional. Failure action when primary worker creation fails.
|
|
1082
1084
|
# @param [String] request_id
|
|
1083
1085
|
# Optional. A unique ID used to identify the request. If the server receives two
|
|
1084
1086
|
# CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
|
|
@@ -1106,7 +1108,7 @@ module Google
|
|
|
1106
1108
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1107
1109
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1108
1110
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1109
|
-
def create_cluster(project_id, region, cluster_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1111
|
+
def create_cluster(project_id, region, cluster_object = nil, action_on_failed_primary_workers: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1110
1112
|
command = make_simple_command(:post, 'v1/projects/{projectId}/regions/{region}/clusters', options)
|
|
1111
1113
|
command.request_representation = Google::Apis::DataprocV1::Cluster::Representation
|
|
1112
1114
|
command.request_object = cluster_object
|
|
@@ -1114,6 +1116,7 @@ module Google
|
|
|
1114
1116
|
command.response_class = Google::Apis::DataprocV1::Operation
|
|
1115
1117
|
command.params['projectId'] = project_id unless project_id.nil?
|
|
1116
1118
|
command.params['region'] = region unless region.nil?
|
|
1119
|
+
command.query['actionOnFailedPrimaryWorkers'] = action_on_failed_primary_workers unless action_on_failed_primary_workers.nil?
|
|
1117
1120
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
1118
1121
|
command.query['fields'] = fields unless fields.nil?
|
|
1119
1122
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
@@ -29,7 +29,7 @@ module Google
|
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
34
34
|
end
|
|
35
35
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataproc_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.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-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.13.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|