google-apis-dataproc_v1 0.35.0 → 0.36.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: 8e3051ad3340fa2464fc4580b6e7700f60b5d116afa7c5cfacfa97424ddfe48c
|
4
|
+
data.tar.gz: 8dbc7aa492ddbc72b7385ab2cc9e918fb75f9bd2580d492183305c289557addf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5632e37ba28f910a9e97798b333e4f5929198ead0bd20883bf34be9ab399a4eab74c120b6d3b779a7625e2efd2d35b803c207c5f05742ae6798e74fca69e81dc
|
7
|
+
data.tar.gz: bf8147cf174587dc7726c4ae96b93bedadb94a8470ebdb90b625a3b133a90b1ded64007c1c7a7d26ed7f98bdff03e8bcff707df296dba2e5c172da9a757e8936
|
data/CHANGELOG.md
CHANGED
@@ -483,22 +483,23 @@ module Google
|
|
483
483
|
# members can have the following values: allUsers: A special identifier that
|
484
484
|
# represents anyone who is on the internet; with or without a Google account.
|
485
485
|
# allAuthenticatedUsers: A special identifier that represents anyone who is
|
486
|
-
# authenticated with a Google account or a service account.
|
487
|
-
#
|
488
|
-
#
|
489
|
-
#
|
490
|
-
#
|
491
|
-
#
|
492
|
-
# kubernetes-
|
493
|
-
#
|
494
|
-
#
|
495
|
-
#
|
496
|
-
#
|
497
|
-
#
|
498
|
-
#
|
499
|
-
#
|
500
|
-
#
|
501
|
-
#
|
486
|
+
# authenticated with a Google account or a service account. Does not include
|
487
|
+
# identities that come from external identity providers (IdPs) through identity
|
488
|
+
# federation. user:`emailid`: An email address that represents a specific Google
|
489
|
+
# account. For example, alice@example.com . serviceAccount:`emailid`: An email
|
490
|
+
# address that represents a Google service account. For example, my-other-app@
|
491
|
+
# appspot.gserviceaccount.com. serviceAccount:`projectid`.svc.id.goog[`namespace`
|
492
|
+
# /`kubernetes-sa`]: An identifier for a Kubernetes service account (https://
|
493
|
+
# cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).
|
494
|
+
# For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`
|
495
|
+
# emailid`: An email address that represents a Google group. For example, admins@
|
496
|
+
# example.com. deleted:user:`emailid`?uid=`uniqueid`: An email address (plus
|
497
|
+
# unique identifier) representing a user that has been recently deleted. For
|
498
|
+
# example, alice@example.com?uid=123456789012345678901. If the user is recovered,
|
499
|
+
# this value reverts to user:`emailid` and the recovered user retains the role
|
500
|
+
# in the binding. deleted:serviceAccount:`emailid`?uid=`uniqueid`: An email
|
501
|
+
# address (plus unique identifier) representing a service account that has been
|
502
|
+
# recently deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=
|
502
503
|
# 123456789012345678901. If the service account is undeleted, this value reverts
|
503
504
|
# to serviceAccount:`emailid` and the undeleted service account retains the role
|
504
505
|
# in the binding. deleted:group:`emailid`?uid=`uniqueid`: An email address (plus
|
@@ -1439,6 +1440,68 @@ module Google
|
|
1439
1440
|
end
|
1440
1441
|
end
|
1441
1442
|
|
1443
|
+
# Metadata describing the Compute Engine node pool operation.
|
1444
|
+
class GceNodePoolOperationMetadata
|
1445
|
+
include Google::Apis::Core::Hashable
|
1446
|
+
|
1447
|
+
# Output only. Cluster UUID associated with the Compute Engine node pool
|
1448
|
+
# operation.
|
1449
|
+
# Corresponds to the JSON property `clusterUuid`
|
1450
|
+
# @return [String]
|
1451
|
+
attr_accessor :cluster_uuid
|
1452
|
+
|
1453
|
+
# Output only. Short description of operation.
|
1454
|
+
# Corresponds to the JSON property `description`
|
1455
|
+
# @return [String]
|
1456
|
+
attr_accessor :description
|
1457
|
+
|
1458
|
+
# Output only. Compute Engine node pool ID for the operation.
|
1459
|
+
# Corresponds to the JSON property `gceNodePoolId`
|
1460
|
+
# @return [String]
|
1461
|
+
attr_accessor :gce_node_pool_id
|
1462
|
+
|
1463
|
+
# Output only. Labels associated with the operation
|
1464
|
+
# Corresponds to the JSON property `labels`
|
1465
|
+
# @return [Hash<String,String>]
|
1466
|
+
attr_accessor :labels
|
1467
|
+
|
1468
|
+
# The operation type.
|
1469
|
+
# Corresponds to the JSON property `operationType`
|
1470
|
+
# @return [String]
|
1471
|
+
attr_accessor :operation_type
|
1472
|
+
|
1473
|
+
# The status of the operation.
|
1474
|
+
# Corresponds to the JSON property `status`
|
1475
|
+
# @return [Google::Apis::DataprocV1::ClusterOperationStatus]
|
1476
|
+
attr_accessor :status
|
1477
|
+
|
1478
|
+
# Output only. The previous operation status.
|
1479
|
+
# Corresponds to the JSON property `statusHistory`
|
1480
|
+
# @return [Array<Google::Apis::DataprocV1::ClusterOperationStatus>]
|
1481
|
+
attr_accessor :status_history
|
1482
|
+
|
1483
|
+
# Output only. Errors encountered during operation execution.
|
1484
|
+
# Corresponds to the JSON property `warnings`
|
1485
|
+
# @return [Array<String>]
|
1486
|
+
attr_accessor :warnings
|
1487
|
+
|
1488
|
+
def initialize(**args)
|
1489
|
+
update!(**args)
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
# Update properties of this object
|
1493
|
+
def update!(**args)
|
1494
|
+
@cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
|
1495
|
+
@description = args[:description] if args.key?(:description)
|
1496
|
+
@gce_node_pool_id = args[:gce_node_pool_id] if args.key?(:gce_node_pool_id)
|
1497
|
+
@labels = args[:labels] if args.key?(:labels)
|
1498
|
+
@operation_type = args[:operation_type] if args.key?(:operation_type)
|
1499
|
+
@status = args[:status] if args.key?(:status)
|
1500
|
+
@status_history = args[:status_history] if args.key?(:status_history)
|
1501
|
+
@warnings = args[:warnings] if args.key?(:warnings)
|
1502
|
+
end
|
1503
|
+
end
|
1504
|
+
|
1442
1505
|
# Request message for GetIamPolicy method.
|
1443
1506
|
class GetIamPolicyRequest
|
1444
1507
|
include Google::Apis::Core::Hashable
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220907"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -202,6 +202,12 @@ module Google
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
+
class GceNodePoolOperationMetadata
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
205
211
|
class GetIamPolicyRequest
|
206
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
213
|
|
@@ -1073,6 +1079,22 @@ module Google
|
|
1073
1079
|
end
|
1074
1080
|
end
|
1075
1081
|
|
1082
|
+
class GceNodePoolOperationMetadata
|
1083
|
+
# @private
|
1084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1085
|
+
property :cluster_uuid, as: 'clusterUuid'
|
1086
|
+
property :description, as: 'description'
|
1087
|
+
property :gce_node_pool_id, as: 'gceNodePoolId'
|
1088
|
+
hash :labels, as: 'labels'
|
1089
|
+
property :operation_type, as: 'operationType'
|
1090
|
+
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
1091
|
+
|
1092
|
+
collection :status_history, as: 'statusHistory', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
1093
|
+
|
1094
|
+
collection :warnings, as: 'warnings'
|
1095
|
+
end
|
1096
|
+
end
|
1097
|
+
|
1076
1098
|
class GetIamPolicyRequest
|
1077
1099
|
# @private
|
1078
1100
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -407,7 +407,8 @@ module Google
|
|
407
407
|
# Deletes the batch workload resource. If the batch is not in terminal state,
|
408
408
|
# the delete fails and the response returns FAILED_PRECONDITION.
|
409
409
|
# @param [String] name
|
410
|
-
# Required. The name of the batch
|
410
|
+
# Required. The fully qualified name of the batch to retrieve in the format "
|
411
|
+
# projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID"
|
411
412
|
# @param [String] fields
|
412
413
|
# Selector specifying which fields to include in a partial response.
|
413
414
|
# @param [String] quota_user
|
@@ -437,7 +438,8 @@ module Google
|
|
437
438
|
|
438
439
|
# Gets the batch workload resource representation.
|
439
440
|
# @param [String] name
|
440
|
-
# Required. The name of the batch to retrieve
|
441
|
+
# Required. The fully qualified name of the batch to retrieve in the format "
|
442
|
+
# projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID"
|
441
443
|
# @param [String] fields
|
442
444
|
# Selector specifying which fields to include in a partial response.
|
443
445
|
# @param [String] quota_user
|
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.36.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: 2022-
|
11
|
+
date: 2022-09-12 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/main/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.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|