google-apis-dataproc_v1 0.74.0 → 0.75.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: db081c4eb1f89f8000d38c64c041a22938a88eae65fd980dd5a06418c354dd80
4
- data.tar.gz: 2a07f0c759cc7d751b2025e530ca52ba80f8463a980ba0cd2e5fa924f1496399
3
+ metadata.gz: 9868f84e298d07fa45642e24d69c692ef3ea460939de704f316fc3b30d01bde0
4
+ data.tar.gz: 38a9c8eca5dbe6d616de01b616347463c7ac8aa0630c015bab13e4e8acbb5baa
5
5
  SHA512:
6
- metadata.gz: 2364190f6d5f8d46d23e88a7a40538a2426696e450dac722d345d312b9fe5cf1fcc7baeb2a1e73cc652d2891c3171ffc0e60d50455be616ad2858c9d44d37343
7
- data.tar.gz: e8eb6ab2c158f5ea941cf034245ce1c9c5acb93ae80a011cad6c23847961b21ec3a2e45af5428b0fcb27aa1a0590d5912765f44aca06fb01c16eeac709cd2969
6
+ metadata.gz: d68c671cd9959b449d84d32e09892408ccad96b572ff6c6328eced6d62347a88cd6068ce9f584260ee4687feeeefd9da69c8512cf4948c44d4b33fcfed3db262
7
+ data.tar.gz: d01fcf0203f7f001cea2a188a94f08c978041a6709aaa9694bb04139cb14d3fa0392c925a1e878850228a9ffd1e4605a8e8bd2615d368d5d8a2759d36d6b361d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.75.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250207
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.74.0 (2024-11-03)
4
9
 
5
10
  * Regenerated from discovery document revision 20241025
@@ -1209,6 +1209,31 @@ module Google
1209
1209
  end
1210
1210
  end
1211
1211
 
1212
+ # Native Build Info
1213
+ class BuildInfo
1214
+ include Google::Apis::Core::Hashable
1215
+
1216
+ # Optional. Build key.
1217
+ # Corresponds to the JSON property `buildKey`
1218
+ # @return [String]
1219
+ attr_accessor :build_key
1220
+
1221
+ # Optional. Build value.
1222
+ # Corresponds to the JSON property `buildValue`
1223
+ # @return [String]
1224
+ attr_accessor :build_value
1225
+
1226
+ def initialize(**args)
1227
+ update!(**args)
1228
+ end
1229
+
1230
+ # Update properties of this object
1231
+ def update!(**args)
1232
+ @build_key = args[:build_key] if args.key?(:build_key)
1233
+ @build_value = args[:build_value] if args.key?(:build_value)
1234
+ end
1235
+ end
1236
+
1212
1237
  # A request to cancel a job.
1213
1238
  class CancelJobRequest
1214
1239
  include Google::Apis::Core::Hashable
@@ -1938,16 +1963,16 @@ module Google
1938
1963
  include Google::Apis::Core::Hashable
1939
1964
 
1940
1965
  # Optional. Indicates how many IOPS to provision for the disk. This sets the
1941
- # number of I/O operations per second that the disk can handle. Note: This field
1942
- # is only supported if boot_disk_type is hyperdisk-balanced.
1966
+ # number of I/O operations per second that the disk can handle. This field is
1967
+ # supported only if boot_disk_type is hyperdisk-balanced.
1943
1968
  # Corresponds to the JSON property `bootDiskProvisionedIops`
1944
1969
  # @return [Fixnum]
1945
1970
  attr_accessor :boot_disk_provisioned_iops
1946
1971
 
1947
1972
  # Optional. Indicates how much throughput to provision for the disk. This sets
1948
1973
  # the number of throughput mb per second that the disk can handle. Values must
1949
- # be greater than or equal to 1. Note: This field is only supported if
1950
- # boot_disk_type is hyperdisk-balanced.
1974
+ # be greater than or equal to 1. This field is supported only if boot_disk_type
1975
+ # is hyperdisk-balanced.
1951
1976
  # Corresponds to the JSON property `bootDiskProvisionedThroughput`
1952
1977
  # @return [Fixnum]
1953
1978
  attr_accessor :boot_disk_provisioned_throughput
@@ -2784,6 +2809,31 @@ module Google
2784
2809
  end
2785
2810
  end
2786
2811
 
2812
+ # Native SQL Execution Data
2813
+ class FallbackReason
2814
+ include Google::Apis::Core::Hashable
2815
+
2816
+ # Optional. Fallback node information.
2817
+ # Corresponds to the JSON property `fallbackNode`
2818
+ # @return [String]
2819
+ attr_accessor :fallback_node
2820
+
2821
+ # Optional. Fallback to Spark reason.
2822
+ # Corresponds to the JSON property `fallbackReason`
2823
+ # @return [String]
2824
+ attr_accessor :fallback_reason
2825
+
2826
+ def initialize(**args)
2827
+ update!(**args)
2828
+ end
2829
+
2830
+ # Update properties of this object
2831
+ def update!(**args)
2832
+ @fallback_node = args[:fallback_node] if args.key?(:fallback_node)
2833
+ @fallback_reason = args[:fallback_reason] if args.key?(:fallback_reason)
2834
+ end
2835
+ end
2836
+
2787
2837
  # A Dataproc job for running Apache Flink applications on YARN.
2788
2838
  class FlinkJob
2789
2839
  include Google::Apis::Core::Hashable
@@ -2906,6 +2956,13 @@ module Google
2906
2956
  # @return [Google::Apis::DataprocV1::ReservationAffinity]
2907
2957
  attr_accessor :reservation_affinity
2908
2958
 
2959
+ # Optional. Resource manager tags to add to all instances (see Resource manager
2960
+ # tags resources (https://cloud.google.com/resource-manager/docs/tags/tags-
2961
+ # creating-and-managing)).
2962
+ # Corresponds to the JSON property `resourceManagerTags`
2963
+ # @return [Hash<String,String>]
2964
+ attr_accessor :resource_manager_tags
2965
+
2909
2966
  # Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/
2910
2967
  # concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (
2911
2968
  # also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/
@@ -2973,6 +3030,7 @@ module Google
2973
3030
  @node_group_affinity = args[:node_group_affinity] if args.key?(:node_group_affinity)
2974
3031
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
2975
3032
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
3033
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
2976
3034
  @service_account = args[:service_account] if args.key?(:service_account)
2977
3035
  @service_account_scopes = args[:service_account_scopes] if args.key?(:service_account_scopes)
2978
3036
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -5178,6 +5236,80 @@ module Google
5178
5236
  end
5179
5237
  end
5180
5238
 
5239
+ #
5240
+ class NativeBuildInfoUiData
5241
+ include Google::Apis::Core::Hashable
5242
+
5243
+ # Optional. Build class of Native.
5244
+ # Corresponds to the JSON property `buildClass`
5245
+ # @return [String]
5246
+ attr_accessor :build_class
5247
+
5248
+ # Optional. Build related details.
5249
+ # Corresponds to the JSON property `buildInfo`
5250
+ # @return [Array<Google::Apis::DataprocV1::BuildInfo>]
5251
+ attr_accessor :build_info
5252
+
5253
+ def initialize(**args)
5254
+ update!(**args)
5255
+ end
5256
+
5257
+ # Update properties of this object
5258
+ def update!(**args)
5259
+ @build_class = args[:build_class] if args.key?(:build_class)
5260
+ @build_info = args[:build_info] if args.key?(:build_info)
5261
+ end
5262
+ end
5263
+
5264
+ # Native SQL Execution Data
5265
+ class NativeSqlExecutionUiData
5266
+ include Google::Apis::Core::Hashable
5267
+
5268
+ # Optional. Description of the execution.
5269
+ # Corresponds to the JSON property `description`
5270
+ # @return [String]
5271
+ attr_accessor :description
5272
+
5273
+ # Required. Execution ID of the Native SQL Execution.
5274
+ # Corresponds to the JSON property `executionId`
5275
+ # @return [Fixnum]
5276
+ attr_accessor :execution_id
5277
+
5278
+ # Optional. Description of the fallback.
5279
+ # Corresponds to the JSON property `fallbackDescription`
5280
+ # @return [String]
5281
+ attr_accessor :fallback_description
5282
+
5283
+ # Optional. Fallback node to reason.
5284
+ # Corresponds to the JSON property `fallbackNodeToReason`
5285
+ # @return [Array<Google::Apis::DataprocV1::FallbackReason>]
5286
+ attr_accessor :fallback_node_to_reason
5287
+
5288
+ # Optional. Number of nodes fallen back to Spark.
5289
+ # Corresponds to the JSON property `numFallbackNodes`
5290
+ # @return [Fixnum]
5291
+ attr_accessor :num_fallback_nodes
5292
+
5293
+ # Optional. Number of nodes in Native.
5294
+ # Corresponds to the JSON property `numNativeNodes`
5295
+ # @return [Fixnum]
5296
+ attr_accessor :num_native_nodes
5297
+
5298
+ def initialize(**args)
5299
+ update!(**args)
5300
+ end
5301
+
5302
+ # Update properties of this object
5303
+ def update!(**args)
5304
+ @description = args[:description] if args.key?(:description)
5305
+ @execution_id = args[:execution_id] if args.key?(:execution_id)
5306
+ @fallback_description = args[:fallback_description] if args.key?(:fallback_description)
5307
+ @fallback_node_to_reason = args[:fallback_node_to_reason] if args.key?(:fallback_node_to_reason)
5308
+ @num_fallback_nodes = args[:num_fallback_nodes] if args.key?(:num_fallback_nodes)
5309
+ @num_native_nodes = args[:num_native_nodes] if args.key?(:num_native_nodes)
5310
+ end
5311
+ end
5312
+
5181
5313
  # Dataproc Node Group. The Dataproc NodeGroup resource is not related to the
5182
5314
  # Dataproc NodeGroupAffinity resource.
5183
5315
  class NodeGroup
@@ -7420,7 +7552,7 @@ module Google
7420
7552
  # @return [Hash<String,String>]
7421
7553
  attr_accessor :labels
7422
7554
 
7423
- # Required. The resource name of the session.
7555
+ # Identifier. The resource name of the session.
7424
7556
  # Corresponds to the JSON property `name`
7425
7557
  # @return [String]
7426
7558
  attr_accessor :name
@@ -8935,6 +9067,16 @@ module Google
8935
9067
  # @return [Google::Apis::DataprocV1::JobData]
8936
9068
  attr_accessor :job_data
8937
9069
 
9070
+ # Native Build Info
9071
+ # Corresponds to the JSON property `nativeBuildInfoUiData`
9072
+ # @return [Google::Apis::DataprocV1::NativeBuildInfoUiData]
9073
+ attr_accessor :native_build_info_ui_data
9074
+
9075
+ # Native SQL Execution Data
9076
+ # Corresponds to the JSON property `nativeSqlExecutionUiData`
9077
+ # @return [Google::Apis::DataprocV1::NativeSqlExecutionUiData]
9078
+ attr_accessor :native_sql_execution_ui_data
9079
+
8938
9080
  # Pool Data
8939
9081
  # Corresponds to the JSON property `poolData`
8940
9082
  # @return [Google::Apis::DataprocV1::PoolData]
@@ -9015,6 +9157,8 @@ module Google
9015
9157
  @executor_stage_summary = args[:executor_stage_summary] if args.key?(:executor_stage_summary)
9016
9158
  @executor_summary = args[:executor_summary] if args.key?(:executor_summary)
9017
9159
  @job_data = args[:job_data] if args.key?(:job_data)
9160
+ @native_build_info_ui_data = args[:native_build_info_ui_data] if args.key?(:native_build_info_ui_data)
9161
+ @native_sql_execution_ui_data = args[:native_sql_execution_ui_data] if args.key?(:native_sql_execution_ui_data)
9018
9162
  @pool_data = args[:pool_data] if args.key?(:pool_data)
9019
9163
  @process_summary = args[:process_summary] if args.key?(:process_summary)
9020
9164
  @rdd_operation_graph = args[:rdd_operation_graph] if args.key?(:rdd_operation_graph)
@@ -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.74.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241025"
25
+ REVISION = "20250207"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,12 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class BuildInfo
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class CancelJobRequest
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -388,6 +394,12 @@ module Google
388
394
  include Google::Apis::Core::JsonObjectSupport
389
395
  end
390
396
 
397
+ class FallbackReason
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
391
403
  class FlinkJob
392
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
405
 
@@ -706,6 +718,18 @@ module Google
706
718
  include Google::Apis::Core::JsonObjectSupport
707
719
  end
708
720
 
721
+ class NativeBuildInfoUiData
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class NativeSqlExecutionUiData
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
709
733
  class NodeGroup
710
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
735
 
@@ -1881,6 +1905,14 @@ module Google
1881
1905
  end
1882
1906
  end
1883
1907
 
1908
+ class BuildInfo
1909
+ # @private
1910
+ class Representation < Google::Apis::Core::JsonRepresentation
1911
+ property :build_key, as: 'buildKey'
1912
+ property :build_value, as: 'buildValue'
1913
+ end
1914
+ end
1915
+
1884
1916
  class CancelJobRequest
1885
1917
  # @private
1886
1918
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2263,6 +2295,14 @@ module Google
2263
2295
  end
2264
2296
  end
2265
2297
 
2298
+ class FallbackReason
2299
+ # @private
2300
+ class Representation < Google::Apis::Core::JsonRepresentation
2301
+ property :fallback_node, as: 'fallbackNode'
2302
+ property :fallback_reason, as: 'fallbackReason'
2303
+ end
2304
+ end
2305
+
2266
2306
  class FlinkJob
2267
2307
  # @private
2268
2308
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2290,6 +2330,7 @@ module Google
2290
2330
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
2291
2331
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::DataprocV1::ReservationAffinity, decorator: Google::Apis::DataprocV1::ReservationAffinity::Representation
2292
2332
 
2333
+ hash :resource_manager_tags, as: 'resourceManagerTags'
2293
2334
  property :service_account, as: 'serviceAccount'
2294
2335
  collection :service_account_scopes, as: 'serviceAccountScopes'
2295
2336
  property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::DataprocV1::ShieldedInstanceConfig, decorator: Google::Apis::DataprocV1::ShieldedInstanceConfig::Representation
@@ -2860,6 +2901,28 @@ module Google
2860
2901
  end
2861
2902
  end
2862
2903
 
2904
+ class NativeBuildInfoUiData
2905
+ # @private
2906
+ class Representation < Google::Apis::Core::JsonRepresentation
2907
+ property :build_class, as: 'buildClass'
2908
+ collection :build_info, as: 'buildInfo', class: Google::Apis::DataprocV1::BuildInfo, decorator: Google::Apis::DataprocV1::BuildInfo::Representation
2909
+
2910
+ end
2911
+ end
2912
+
2913
+ class NativeSqlExecutionUiData
2914
+ # @private
2915
+ class Representation < Google::Apis::Core::JsonRepresentation
2916
+ property :description, as: 'description'
2917
+ property :execution_id, :numeric_string => true, as: 'executionId'
2918
+ property :fallback_description, as: 'fallbackDescription'
2919
+ collection :fallback_node_to_reason, as: 'fallbackNodeToReason', class: Google::Apis::DataprocV1::FallbackReason, decorator: Google::Apis::DataprocV1::FallbackReason::Representation
2920
+
2921
+ property :num_fallback_nodes, as: 'numFallbackNodes'
2922
+ property :num_native_nodes, as: 'numNativeNodes'
2923
+ end
2924
+ end
2925
+
2863
2926
  class NodeGroup
2864
2927
  # @private
2865
2928
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3869,6 +3932,10 @@ module Google
3869
3932
 
3870
3933
  property :job_data, as: 'jobData', class: Google::Apis::DataprocV1::JobData, decorator: Google::Apis::DataprocV1::JobData::Representation
3871
3934
 
3935
+ property :native_build_info_ui_data, as: 'nativeBuildInfoUiData', class: Google::Apis::DataprocV1::NativeBuildInfoUiData, decorator: Google::Apis::DataprocV1::NativeBuildInfoUiData::Representation
3936
+
3937
+ property :native_sql_execution_ui_data, as: 'nativeSqlExecutionUiData', class: Google::Apis::DataprocV1::NativeSqlExecutionUiData, decorator: Google::Apis::DataprocV1::NativeSqlExecutionUiData::Representation
3938
+
3872
3939
  property :pool_data, as: 'poolData', class: Google::Apis::DataprocV1::PoolData, decorator: Google::Apis::DataprocV1::PoolData::Representation
3873
3940
 
3874
3941
  property :process_summary, as: 'processSummary', class: Google::Apis::DataprocV1::ProcessSummary, decorator: Google::Apis::DataprocV1::ProcessSummary::Representation
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataproc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-03 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.74.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.75.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.21
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Dataproc API V1
82
79
  test_files: []