google-apis-dataproc_v1 0.71.0 → 0.72.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: 806998a89c2be609a88d2b3851ede03ed339e675eb0dfc2a3deb40d4dfc0000a
4
- data.tar.gz: '0078df41148ec8280bd199a2510bf08673dd183382ea8d2ff2902a43f76b3af9'
3
+ metadata.gz: cd76a0dcf7a5a2cb43bc1194cba9e613922cb04e5ec03e1a7a0e103279054ed7
4
+ data.tar.gz: c309cf26b25a3fee6b96a32c1ab0c4e487707db9bfbd2c3ef5230fb0268dafc2
5
5
  SHA512:
6
- metadata.gz: 531b781c9c007a921492f93aea9d6e7949a866b0b05f7151b5cc831ec93c020c100a0bb0fb2aed822dbca5590ff594f4aa1fa96d4e2aba9690f7de8c7f8bb9fa
7
- data.tar.gz: 4f7a83d7878c57c0c887b82e27a31e3447f30249f718d96a9718a78304d518f4d332a5ce3a48985115c88818480ca58b1133c5a3988acc68605fce4167493b15
6
+ metadata.gz: d890f8ad257c3c1fb699c2c9c29e5fc51a538afb52909c8c7b285437a379e66592054e2de915174dc0b7ebb1efa6238ad3164a1bc33515def0f3cd4234f35e31
7
+ data.tar.gz: cd752ea1c4b1804855e4d9758d6acbcbb5227cae13711cc3e0929b09f7e9faf2b1187be602eba426e1379f009ed1dbacbbae03bc9612bf377cfe8ae82736e793
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.72.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240821
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.71.0 (2024-06-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240617
@@ -4952,6 +4952,11 @@ module Google
4952
4952
  # @return [String]
4953
4953
  attr_accessor :session_template
4954
4954
 
4955
+ # Spark connect configuration for an interactive session.
4956
+ # Corresponds to the JSON property `sparkConnectSession`
4957
+ # @return [Google::Apis::DataprocV1::SparkConnectConfig]
4958
+ attr_accessor :spark_connect_session
4959
+
4955
4960
  # Output only. A state of the session.
4956
4961
  # Corresponds to the JSON property `state`
4957
4962
  # @return [String]
@@ -4999,6 +5004,7 @@ module Google
4999
5004
  @runtime_config = args[:runtime_config] if args.key?(:runtime_config)
5000
5005
  @runtime_info = args[:runtime_info] if args.key?(:runtime_info)
5001
5006
  @session_template = args[:session_template] if args.key?(:session_template)
5007
+ @spark_connect_session = args[:spark_connect_session] if args.key?(:spark_connect_session)
5002
5008
  @state = args[:state] if args.key?(:state)
5003
5009
  @state_history = args[:state_history] if args.key?(:state_history)
5004
5010
  @state_message = args[:state_message] if args.key?(:state_message)
@@ -5148,6 +5154,11 @@ module Google
5148
5154
  # @return [Google::Apis::DataprocV1::RuntimeConfig]
5149
5155
  attr_accessor :runtime_config
5150
5156
 
5157
+ # Spark connect configuration for an interactive session.
5158
+ # Corresponds to the JSON property `sparkConnectSession`
5159
+ # @return [Google::Apis::DataprocV1::SparkConnectConfig]
5160
+ attr_accessor :spark_connect_session
5161
+
5151
5162
  # Output only. The time the template was last updated.
5152
5163
  # Corresponds to the JSON property `updateTime`
5153
5164
  # @return [String]
@@ -5173,6 +5184,7 @@ module Google
5173
5184
  @labels = args[:labels] if args.key?(:labels)
5174
5185
  @name = args[:name] if args.key?(:name)
5175
5186
  @runtime_config = args[:runtime_config] if args.key?(:runtime_config)
5187
+ @spark_connect_session = args[:spark_connect_session] if args.key?(:spark_connect_session)
5176
5188
  @update_time = args[:update_time] if args.key?(:update_time)
5177
5189
  @uuid = args[:uuid] if args.key?(:uuid)
5178
5190
  end
@@ -5264,8 +5276,8 @@ module Google
5264
5276
 
5265
5277
  # Optional. The version of software inside the cluster. It must be one of the
5266
5278
  # supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/
5267
- # versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (
5268
- # including a subminor version, such as "1.2.29"), or the "preview" version (
5279
+ # versioning/dataproc-versions#supported-dataproc-image-versions), such as "1.2"
5280
+ # (including a subminor version, such as "1.2.29"), or the "preview" version (
5269
5281
  # https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#
5270
5282
  # other_versions). If unspecified, it defaults to the latest Debian version.
5271
5283
  # Corresponds to the JSON property `imageVersion`
@@ -5357,6 +5369,19 @@ module Google
5357
5369
  end
5358
5370
  end
5359
5371
 
5372
+ # Spark connect configuration for an interactive session.
5373
+ class SparkConnectConfig
5374
+ include Google::Apis::Core::Hashable
5375
+
5376
+ def initialize(**args)
5377
+ update!(**args)
5378
+ end
5379
+
5380
+ # Update properties of this object
5381
+ def update!(**args)
5382
+ end
5383
+ end
5384
+
5360
5385
  # Spark History Server configuration for the workload.
5361
5386
  class SparkHistoryServerConfig
5362
5387
  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.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240617"
25
+ REVISION = "20240821"
26
26
  end
27
27
  end
28
28
  end
@@ -712,6 +712,12 @@ module Google
712
712
  include Google::Apis::Core::JsonObjectSupport
713
713
  end
714
714
 
715
+ class SparkConnectConfig
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
715
721
  class SparkHistoryServerConfig
716
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
717
723
 
@@ -2100,6 +2106,8 @@ module Google
2100
2106
  property :runtime_info, as: 'runtimeInfo', class: Google::Apis::DataprocV1::RuntimeInfo, decorator: Google::Apis::DataprocV1::RuntimeInfo::Representation
2101
2107
 
2102
2108
  property :session_template, as: 'sessionTemplate'
2109
+ property :spark_connect_session, as: 'sparkConnectSession', class: Google::Apis::DataprocV1::SparkConnectConfig, decorator: Google::Apis::DataprocV1::SparkConnectConfig::Representation
2110
+
2103
2111
  property :state, as: 'state'
2104
2112
  collection :state_history, as: 'stateHistory', class: Google::Apis::DataprocV1::SessionStateHistory, decorator: Google::Apis::DataprocV1::SessionStateHistory::Representation
2105
2113
 
@@ -2147,6 +2155,8 @@ module Google
2147
2155
  property :name, as: 'name'
2148
2156
  property :runtime_config, as: 'runtimeConfig', class: Google::Apis::DataprocV1::RuntimeConfig, decorator: Google::Apis::DataprocV1::RuntimeConfig::Representation
2149
2157
 
2158
+ property :spark_connect_session, as: 'sparkConnectSession', class: Google::Apis::DataprocV1::SparkConnectConfig, decorator: Google::Apis::DataprocV1::SparkConnectConfig::Representation
2159
+
2150
2160
  property :update_time, as: 'updateTime'
2151
2161
  property :uuid, as: 'uuid'
2152
2162
  end
@@ -2190,6 +2200,12 @@ module Google
2190
2200
  end
2191
2201
  end
2192
2202
 
2203
+ class SparkConnectConfig
2204
+ # @private
2205
+ class Representation < Google::Apis::Core::JsonRepresentation
2206
+ end
2207
+ end
2208
+
2193
2209
  class SparkHistoryServerConfig
2194
2210
  # @private
2195
2211
  class Representation < Google::Apis::Core::JsonRepresentation
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.71.0
4
+ version: 0.72.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: 2024-06-23 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.72.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: []