google-apis-dataproc_v1 0.81.0 → 0.82.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: 29044c2835289d0ea81350a0947c65ba25c9bd165b8c7977fbb31b798b7c4d8c
4
- data.tar.gz: f6e565e2672b95851f93b91dece1b3ce6417c3d120deb68e7a059f6dc5c2df49
3
+ metadata.gz: 2b209dacfceff69e94ae0bfdcfc786ce89334271a1d4da0f9c038e898d633ea5
4
+ data.tar.gz: 6b65e7d2e3f600259144ac7a9e0e641a62d3d5572a5ca8377afe91ccabdfdb3b
5
5
  SHA512:
6
- metadata.gz: eb38b0f099bd4f8ff5a2fb6fdabd0182dbb201566416392a5f842da5ae2aecb3e167a8fff04e0390e70b3f47bd05553f5075c1c87c09b8071fcaf34474f88767
7
- data.tar.gz: ef76f85b903b4b788ebda935c0f0d24b035d3d82f0b6731e8b1ae7d876439ab248a83c24748c7eded3b773153e495b8979b2147dd0cf55443a8b624aa00f6651
6
+ metadata.gz: 3db1b5f39988270f4db8fa5e6c93a6959f680adbf198886c97dea9ffb033f6b1bbb5685667d9f20f7f818fcf5a97e0cc4a2a5a7485cd3d0b67706837e38e284a
7
+ data.tar.gz: d0dd5da90675f385949942c1185b06988474076f3445a7dd25a85db350aa79e225d6e61fd460782510e2815519d197be7f117d51a9a696d54b23e7b50da449c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.82.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250813
6
+
3
7
  ### v0.81.0 (2025-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20250624
@@ -382,6 +382,12 @@ module Google
382
382
  # @return [String]
383
383
  attr_accessor :request_id
384
384
 
385
+ # Optional. The requestor ID is used to identify if the request comes from a GCA
386
+ # investigation or the old Ask Gemini Experience.
387
+ # Corresponds to the JSON property `requestorId`
388
+ # @return [String]
389
+ attr_accessor :requestor_id
390
+
385
391
  def initialize(**args)
386
392
  update!(**args)
387
393
  end
@@ -389,6 +395,7 @@ module Google
389
395
  # Update properties of this object
390
396
  def update!(**args)
391
397
  @request_id = args[:request_id] if args.key?(:request_id)
398
+ @requestor_id = args[:requestor_id] if args.key?(:requestor_id)
392
399
  end
393
400
  end
394
401
 
@@ -1370,7 +1377,7 @@ module Google
1370
1377
  # @return [Array<Google::Apis::DataprocV1::AuxiliaryNodeGroup>]
1371
1378
  attr_accessor :auxiliary_node_groups
1372
1379
 
1373
- # Optional. The tier of the cluster.
1380
+ # Optional. The cluster tier.
1374
1381
  # Corresponds to the JSON property `clusterTier`
1375
1382
  # @return [String]
1376
1383
  attr_accessor :cluster_tier
@@ -7874,7 +7881,7 @@ module Google
7874
7881
  # @return [Hash<String,String>]
7875
7882
  attr_accessor :labels
7876
7883
 
7877
- # Required. The resource name of the session template.
7884
+ # Required. Identifier. The resource name of the session template.
7878
7885
  # Corresponds to the JSON property `name`
7879
7886
  # @return [String]
7880
7887
  attr_accessor :name
@@ -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.81.0"
19
+ GEM_VERSION = "0.82.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250624"
25
+ REVISION = "20250813"
26
26
  end
27
27
  end
28
28
  end
@@ -1728,6 +1728,7 @@ module Google
1728
1728
  # @private
1729
1729
  class Representation < Google::Apis::Core::JsonRepresentation
1730
1730
  property :request_id, as: 'requestId'
1731
+ property :requestor_id, as: 'requestorId'
1731
1732
  end
1732
1733
  end
1733
1734
 
@@ -1721,7 +1721,7 @@ module Google
1721
1721
 
1722
1722
  # Updates the session template synchronously.
1723
1723
  # @param [String] name
1724
- # Required. The resource name of the session template.
1724
+ # Required. Identifier. The resource name of the session template.
1725
1725
  # @param [Google::Apis::DataprocV1::SessionTemplate] session_template_object
1726
1726
  # @param [String] fields
1727
1727
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataproc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.81.0
4
+ version: 0.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.81.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.82.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
62
62
  rdoc_options: []
63
63
  require_paths: