google-apis-dataproc_v1 0.35.0 → 0.37.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: b29ef42ed3ce3d6dd4662e4db63c629b56502b108c3048e5c7d6832e339178a9
4
- data.tar.gz: bbabbd2c177c8f8945f58f13ad89750b9a7b9aa60a829a9cd7e6e99cc7111643
3
+ metadata.gz: 60b4be4dfbcd19ec27a1b8d61dec2d54015b3a8c6a8df2ff9a400cb080e23199
4
+ data.tar.gz: 4d0023228f45d16c15894fd84f8a5286149c2d466b247eee20cda31a023a7502
5
5
  SHA512:
6
- metadata.gz: 41d29cb979d52fb15744d90792d8bf95afa9db6a8347cd3b8b173d3e4469c16baf1905ae5301195062e587343b16a4476d0598cc0b4271c229f63c166e9cbd8e
7
- data.tar.gz: ae3d913afa0dfcb6a387568947da4288125ebce90e5a6acda89e1ef65b9696ddf3f4fa18d871f51a34cff8c8f0603c4dbdcf642108b260db0fac213888216844
6
+ metadata.gz: f3839ad5d445f673fafb4b3cc3e8c2791fafadb77f92c562203b71ab23cc37f5d5ff757e8ec6e84c423ba6f729b161c97f1f98a80a1b79484f7c0cfddb526599
7
+ data.tar.gz: c9d12b14803df5625c232d9020f88e819c45e9dc73d49573b0875f5efff02815c13c84e0d16bf543831cdf3e1ea254b46ac4d567f06405e964ac55eeb2fcfb38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.37.0 (2022-09-22)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.36.0 (2022-09-10)
8
+
9
+ * Regenerated from discovery document revision 20220907
10
+
3
11
  ### v0.35.0 (2022-08-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20220824
@@ -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. user:`emailid`: An
487
- # email address that represents a specific Google account. For example, alice@
488
- # example.com . serviceAccount:`emailid`: An email address that represents a
489
- # Google service account. For example, my-other-app@appspot.gserviceaccount.com.
490
- # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]: An
491
- # identifier for a Kubernetes service account (https://cloud.google.com/
492
- # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, my-
493
- # project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`emailid`: An email
494
- # address that represents a Google group. For example, admins@example.com.
495
- # deleted:user:`emailid`?uid=`uniqueid`: An email address (plus unique
496
- # identifier) representing a user that has been recently deleted. For example,
497
- # alice@example.com?uid=123456789012345678901. If the user is recovered, this
498
- # value reverts to user:`emailid` and the recovered user retains the role in the
499
- # binding. deleted:serviceAccount:`emailid`?uid=`uniqueid`: An email address (
500
- # plus unique identifier) representing a service account that has been recently
501
- # deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=
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.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220824"
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 resource to delete.
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.35.0
4
+ version: 0.37.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.37.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: []