google-apis-dataproc_v1 0.77.0 → 0.79.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/dataproc_v1/classes.rb +73 -132
- data/lib/google/apis/dataproc_v1/gem_version.rb +3 -3
- data/lib/google/apis/dataproc_v1/representations.rb +33 -86
- data/lib/google/apis/dataproc_v1/service.rb +12 -241
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8dad8a92d4c8be0d73813794dbc48bfb3fd71636904dc7e4f1d607843ba82317
|
4
|
+
data.tar.gz: eb26f038e0353672392c3ea4c3e666dbc9b684619a3fb66e8f2f70da32935d18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c367d3d0ad06c2bce9717ea6647b5ad66df0ba1eb5ab9ecc12b1c4ba7f81703ca6f62c7bf481bc03ed0aef7bf2c05516c61e8ba6283e368b86041c39bdaffaee
|
7
|
+
data.tar.gz: 8892b353a758fd58dbda7cd5dc7d5456453b1c4e900d26cc2130caa14e660438e526a56bc4fa5832e637838398add32039b67ca76f09ae376b62e5d6b8bd3ab1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dataproc_v1
|
2
2
|
|
3
|
+
### v0.79.0 (2025-06-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250521
|
6
|
+
|
7
|
+
### v0.78.0 (2025-05-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250513
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.77.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -96,44 +96,6 @@ module Google
|
|
96
96
|
end
|
97
97
|
end
|
98
98
|
|
99
|
-
# Details of a native build info for a Spark Application
|
100
|
-
class AccessSessionSparkApplicationNativeBuildInfoResponse
|
101
|
-
include Google::Apis::Core::Hashable
|
102
|
-
|
103
|
-
# Native SQL Execution Data
|
104
|
-
# Corresponds to the JSON property `executionData`
|
105
|
-
# @return [Google::Apis::DataprocV1::NativeBuildInfoUiData]
|
106
|
-
attr_accessor :execution_data
|
107
|
-
|
108
|
-
def initialize(**args)
|
109
|
-
update!(**args)
|
110
|
-
end
|
111
|
-
|
112
|
-
# Update properties of this object
|
113
|
-
def update!(**args)
|
114
|
-
@execution_data = args[:execution_data] if args.key?(:execution_data)
|
115
|
-
end
|
116
|
-
end
|
117
|
-
|
118
|
-
# Details of a native query for a Spark Application
|
119
|
-
class AccessSessionSparkApplicationNativeSqlQueryResponse
|
120
|
-
include Google::Apis::Core::Hashable
|
121
|
-
|
122
|
-
# Native SQL Execution Data
|
123
|
-
# Corresponds to the JSON property `executionData`
|
124
|
-
# @return [Google::Apis::DataprocV1::NativeSqlExecutionUiData]
|
125
|
-
attr_accessor :execution_data
|
126
|
-
|
127
|
-
def initialize(**args)
|
128
|
-
update!(**args)
|
129
|
-
end
|
130
|
-
|
131
|
-
# Update properties of this object
|
132
|
-
def update!(**args)
|
133
|
-
@execution_data = args[:execution_data] if args.key?(:execution_data)
|
134
|
-
end
|
135
|
-
end
|
136
|
-
|
137
99
|
# A summary of Spark Application
|
138
100
|
class AccessSessionSparkApplicationResponse
|
139
101
|
include Google::Apis::Core::Hashable
|
@@ -269,44 +231,6 @@ module Google
|
|
269
231
|
end
|
270
232
|
end
|
271
233
|
|
272
|
-
# Details of Native Build Info for a Spark Application
|
273
|
-
class AccessSparkApplicationNativeBuildInfoResponse
|
274
|
-
include Google::Apis::Core::Hashable
|
275
|
-
|
276
|
-
# Native Build Info Data
|
277
|
-
# Corresponds to the JSON property `buildInfo`
|
278
|
-
# @return [Google::Apis::DataprocV1::NativeBuildInfoUiData]
|
279
|
-
attr_accessor :build_info
|
280
|
-
|
281
|
-
def initialize(**args)
|
282
|
-
update!(**args)
|
283
|
-
end
|
284
|
-
|
285
|
-
# Update properties of this object
|
286
|
-
def update!(**args)
|
287
|
-
@build_info = args[:build_info] if args.key?(:build_info)
|
288
|
-
end
|
289
|
-
end
|
290
|
-
|
291
|
-
# Details of a query for a Spark Application
|
292
|
-
class AccessSparkApplicationNativeSqlQueryResponse
|
293
|
-
include Google::Apis::Core::Hashable
|
294
|
-
|
295
|
-
# Native SQL Execution Data
|
296
|
-
# Corresponds to the JSON property `executionData`
|
297
|
-
# @return [Google::Apis::DataprocV1::NativeSqlExecutionUiData]
|
298
|
-
attr_accessor :execution_data
|
299
|
-
|
300
|
-
def initialize(**args)
|
301
|
-
update!(**args)
|
302
|
-
end
|
303
|
-
|
304
|
-
# Update properties of this object
|
305
|
-
def update!(**args)
|
306
|
-
@execution_data = args[:execution_data] if args.key?(:execution_data)
|
307
|
-
end
|
308
|
-
end
|
309
|
-
|
310
234
|
# A summary of Spark Application
|
311
235
|
class AccessSparkApplicationResponse
|
312
236
|
include Google::Apis::Core::Hashable
|
@@ -794,6 +718,12 @@ module Google
|
|
794
718
|
# @return [Google::Apis::DataprocV1::BasicAutoscalingAlgorithm]
|
795
719
|
attr_accessor :basic_algorithm
|
796
720
|
|
721
|
+
# Optional. The type of the clusters for which this autoscaling policy is to be
|
722
|
+
# configured.
|
723
|
+
# Corresponds to the JSON property `clusterType`
|
724
|
+
# @return [String]
|
725
|
+
attr_accessor :cluster_type
|
726
|
+
|
797
727
|
# Required. The policy id.The id must contain only letters (a-z, A-Z), numbers (
|
798
728
|
# 0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or
|
799
729
|
# hyphen. Must consist of between 3 and 50 characters.
|
@@ -841,6 +771,7 @@ module Google
|
|
841
771
|
# Update properties of this object
|
842
772
|
def update!(**args)
|
843
773
|
@basic_algorithm = args[:basic_algorithm] if args.key?(:basic_algorithm)
|
774
|
+
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
|
844
775
|
@id = args[:id] if args.key?(:id)
|
845
776
|
@labels = args[:labels] if args.key?(:labels)
|
846
777
|
@name = args[:name] if args.key?(:name)
|
@@ -1439,6 +1370,11 @@ module Google
|
|
1439
1370
|
# @return [Array<Google::Apis::DataprocV1::AuxiliaryNodeGroup>]
|
1440
1371
|
attr_accessor :auxiliary_node_groups
|
1441
1372
|
|
1373
|
+
# Optional. The type of the cluster.
|
1374
|
+
# Corresponds to the JSON property `clusterType`
|
1375
|
+
# @return [String]
|
1376
|
+
attr_accessor :cluster_type
|
1377
|
+
|
1442
1378
|
# Optional. A Cloud Storage bucket used to stage job dependencies, config files,
|
1443
1379
|
# and job driver console output. If you do not specify a staging bucket, Cloud
|
1444
1380
|
# Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your
|
@@ -1549,6 +1485,7 @@ module Google
|
|
1549
1485
|
def update!(**args)
|
1550
1486
|
@autoscaling_config = args[:autoscaling_config] if args.key?(:autoscaling_config)
|
1551
1487
|
@auxiliary_node_groups = args[:auxiliary_node_groups] if args.key?(:auxiliary_node_groups)
|
1488
|
+
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
|
1552
1489
|
@config_bucket = args[:config_bucket] if args.key?(:config_bucket)
|
1553
1490
|
@dataproc_metric_config = args[:dataproc_metric_config] if args.key?(:dataproc_metric_config)
|
1554
1491
|
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
@@ -2056,7 +1993,8 @@ module Google
|
|
2056
1993
|
end
|
2057
1994
|
end
|
2058
1995
|
|
2059
|
-
# Specifies the config of disk options for a group of VM
|
1996
|
+
# Specifies the config of boot disk and attached disk options for a group of VM
|
1997
|
+
# instances.
|
2060
1998
|
class DiskConfig
|
2061
1999
|
include Google::Apis::Core::Hashable
|
2062
2000
|
|
@@ -3813,7 +3751,8 @@ module Google
|
|
3813
3751
|
# @return [Array<Google::Apis::DataprocV1::AcceleratorConfig>]
|
3814
3752
|
attr_accessor :accelerators
|
3815
3753
|
|
3816
|
-
# Specifies the config of disk options for a group of VM
|
3754
|
+
# Specifies the config of boot disk and attached disk options for a group of VM
|
3755
|
+
# instances.
|
3817
3756
|
# Corresponds to the JSON property `diskConfig`
|
3818
3757
|
# @return [Google::Apis::DataprocV1::DiskConfig]
|
3819
3758
|
attr_accessor :disk_config
|
@@ -6196,6 +6135,25 @@ module Google
|
|
6196
6135
|
end
|
6197
6136
|
end
|
6198
6137
|
|
6138
|
+
# Properties of the workload organized by origin.
|
6139
|
+
class PropertiesInfo
|
6140
|
+
include Google::Apis::Core::Hashable
|
6141
|
+
|
6142
|
+
# Output only. Properties set by autotuning engine.
|
6143
|
+
# Corresponds to the JSON property `autotuningProperties`
|
6144
|
+
# @return [Hash<String,Google::Apis::DataprocV1::ValueInfo>]
|
6145
|
+
attr_accessor :autotuning_properties
|
6146
|
+
|
6147
|
+
def initialize(**args)
|
6148
|
+
update!(**args)
|
6149
|
+
end
|
6150
|
+
|
6151
|
+
# Update properties of this object
|
6152
|
+
def update!(**args)
|
6153
|
+
@autotuning_properties = args[:autotuning_properties] if args.key?(:autotuning_properties)
|
6154
|
+
end
|
6155
|
+
end
|
6156
|
+
|
6199
6157
|
# Defines how Dataproc should create VMs with a mixture of provisioning models.
|
6200
6158
|
class ProvisioningModelMix
|
6201
6159
|
include Google::Apis::Core::Hashable
|
@@ -7155,6 +7113,11 @@ module Google
|
|
7155
7113
|
# @return [String]
|
7156
7114
|
attr_accessor :output_uri
|
7157
7115
|
|
7116
|
+
# Properties of the workload organized by origin.
|
7117
|
+
# Corresponds to the JSON property `propertiesInfo`
|
7118
|
+
# @return [Google::Apis::DataprocV1::PropertiesInfo]
|
7119
|
+
attr_accessor :properties_info
|
7120
|
+
|
7158
7121
|
def initialize(**args)
|
7159
7122
|
update!(**args)
|
7160
7123
|
end
|
@@ -7166,6 +7129,7 @@ module Google
|
|
7166
7129
|
@diagnostic_output_uri = args[:diagnostic_output_uri] if args.key?(:diagnostic_output_uri)
|
7167
7130
|
@endpoints = args[:endpoints] if args.key?(:endpoints)
|
7168
7131
|
@output_uri = args[:output_uri] if args.key?(:output_uri)
|
7132
|
+
@properties_info = args[:properties_info] if args.key?(:properties_info)
|
7169
7133
|
end
|
7170
7134
|
end
|
7171
7135
|
|
@@ -7250,33 +7214,6 @@ module Google
|
|
7250
7214
|
end
|
7251
7215
|
end
|
7252
7216
|
|
7253
|
-
# List of all Native queries for a Spark Application.
|
7254
|
-
class SearchSessionSparkApplicationNativeSqlQueriesResponse
|
7255
|
-
include Google::Apis::Core::Hashable
|
7256
|
-
|
7257
|
-
# This token is included in the response if there are more results to fetch. To
|
7258
|
-
# fetch additional results, provide this value as the page_token in a subsequent
|
7259
|
-
# SearchSessionSparkApplicationSqlQueriesRequest.
|
7260
|
-
# Corresponds to the JSON property `nextPageToken`
|
7261
|
-
# @return [String]
|
7262
|
-
attr_accessor :next_page_token
|
7263
|
-
|
7264
|
-
# Output only. Native SQL Execution Data
|
7265
|
-
# Corresponds to the JSON property `sparkApplicationNativeSqlQueries`
|
7266
|
-
# @return [Array<Google::Apis::DataprocV1::NativeSqlExecutionUiData>]
|
7267
|
-
attr_accessor :spark_application_native_sql_queries
|
7268
|
-
|
7269
|
-
def initialize(**args)
|
7270
|
-
update!(**args)
|
7271
|
-
end
|
7272
|
-
|
7273
|
-
# Update properties of this object
|
7274
|
-
def update!(**args)
|
7275
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
7276
|
-
@spark_application_native_sql_queries = args[:spark_application_native_sql_queries] if args.key?(:spark_application_native_sql_queries)
|
7277
|
-
end
|
7278
|
-
end
|
7279
|
-
|
7280
7217
|
# List of all queries for a Spark Application.
|
7281
7218
|
class SearchSessionSparkApplicationSqlQueriesResponse
|
7282
7219
|
include Google::Apis::Core::Hashable
|
@@ -7493,33 +7430,6 @@ module Google
|
|
7493
7430
|
end
|
7494
7431
|
end
|
7495
7432
|
|
7496
|
-
# List of all Native SQL queries details for a Spark Application.
|
7497
|
-
class SearchSparkApplicationNativeSqlQueriesResponse
|
7498
|
-
include Google::Apis::Core::Hashable
|
7499
|
-
|
7500
|
-
# This token is included in the response if there are more results to fetch. To
|
7501
|
-
# fetch additional results, provide this value as the page_token in a subsequent
|
7502
|
-
# SearchSparkApplicationNativeSqlQueriesRequest.
|
7503
|
-
# Corresponds to the JSON property `nextPageToken`
|
7504
|
-
# @return [String]
|
7505
|
-
attr_accessor :next_page_token
|
7506
|
-
|
7507
|
-
# Output only. Native SQL Execution Data
|
7508
|
-
# Corresponds to the JSON property `sparkApplicationNativeSqlQueries`
|
7509
|
-
# @return [Array<Google::Apis::DataprocV1::NativeSqlExecutionUiData>]
|
7510
|
-
attr_accessor :spark_application_native_sql_queries
|
7511
|
-
|
7512
|
-
def initialize(**args)
|
7513
|
-
update!(**args)
|
7514
|
-
end
|
7515
|
-
|
7516
|
-
# Update properties of this object
|
7517
|
-
def update!(**args)
|
7518
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
7519
|
-
@spark_application_native_sql_queries = args[:spark_application_native_sql_queries] if args.key?(:spark_application_native_sql_queries)
|
7520
|
-
end
|
7521
|
-
end
|
7522
|
-
|
7523
7433
|
# List of all queries for a Spark Application.
|
7524
7434
|
class SearchSparkApplicationSqlQueriesResponse
|
7525
7435
|
include Google::Apis::Core::Hashable
|
@@ -11553,6 +11463,37 @@ module Google
|
|
11553
11463
|
end
|
11554
11464
|
end
|
11555
11465
|
|
11466
|
+
# Annotatated property value.
|
11467
|
+
class ValueInfo
|
11468
|
+
include Google::Apis::Core::Hashable
|
11469
|
+
|
11470
|
+
# Annotation, comment or explanation why the property was set.
|
11471
|
+
# Corresponds to the JSON property `annotation`
|
11472
|
+
# @return [String]
|
11473
|
+
attr_accessor :annotation
|
11474
|
+
|
11475
|
+
# Optional. Value which was replaced by the corresponding component.
|
11476
|
+
# Corresponds to the JSON property `overriddenValue`
|
11477
|
+
# @return [String]
|
11478
|
+
attr_accessor :overridden_value
|
11479
|
+
|
11480
|
+
# Property value.
|
11481
|
+
# Corresponds to the JSON property `value`
|
11482
|
+
# @return [String]
|
11483
|
+
attr_accessor :value
|
11484
|
+
|
11485
|
+
def initialize(**args)
|
11486
|
+
update!(**args)
|
11487
|
+
end
|
11488
|
+
|
11489
|
+
# Update properties of this object
|
11490
|
+
def update!(**args)
|
11491
|
+
@annotation = args[:annotation] if args.key?(:annotation)
|
11492
|
+
@overridden_value = args[:overridden_value] if args.key?(:overridden_value)
|
11493
|
+
@value = args[:value] if args.key?(:value)
|
11494
|
+
end
|
11495
|
+
end
|
11496
|
+
|
11556
11497
|
# Validation based on a list of allowed values.
|
11557
11498
|
class ValueValidation
|
11558
11499
|
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.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,18 +40,6 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class AccessSessionSparkApplicationNativeBuildInfoResponse
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
|
-
class AccessSessionSparkApplicationNativeSqlQueryResponse
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
-
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
53
|
-
end
|
54
|
-
|
55
43
|
class AccessSessionSparkApplicationResponse
|
56
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
45
|
|
@@ -94,18 +82,6 @@ module Google
|
|
94
82
|
include Google::Apis::Core::JsonObjectSupport
|
95
83
|
end
|
96
84
|
|
97
|
-
class AccessSparkApplicationNativeBuildInfoResponse
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
|
-
class AccessSparkApplicationNativeSqlQueryResponse
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
85
|
class AccessSparkApplicationResponse
|
110
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
87
|
|
@@ -856,6 +832,12 @@ module Google
|
|
856
832
|
include Google::Apis::Core::JsonObjectSupport
|
857
833
|
end
|
858
834
|
|
835
|
+
class PropertiesInfo
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
859
841
|
class ProvisioningModelMix
|
860
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
843
|
|
@@ -1012,12 +994,6 @@ module Google
|
|
1012
994
|
include Google::Apis::Core::JsonObjectSupport
|
1013
995
|
end
|
1014
996
|
|
1015
|
-
class SearchSessionSparkApplicationNativeSqlQueriesResponse
|
1016
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
-
|
1018
|
-
include Google::Apis::Core::JsonObjectSupport
|
1019
|
-
end
|
1020
|
-
|
1021
997
|
class SearchSessionSparkApplicationSqlQueriesResponse
|
1022
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
999
|
|
@@ -1066,12 +1042,6 @@ module Google
|
|
1066
1042
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1043
|
end
|
1068
1044
|
|
1069
|
-
class SearchSparkApplicationNativeSqlQueriesResponse
|
1070
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
-
|
1072
|
-
include Google::Apis::Core::JsonObjectSupport
|
1073
|
-
end
|
1074
|
-
|
1075
1045
|
class SearchSparkApplicationSqlQueriesResponse
|
1076
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
1047
|
|
@@ -1546,6 +1516,12 @@ module Google
|
|
1546
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1547
1517
|
end
|
1548
1518
|
|
1519
|
+
class ValueInfo
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1549
1525
|
class ValueValidation
|
1550
1526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
1527
|
|
@@ -1642,22 +1618,6 @@ module Google
|
|
1642
1618
|
end
|
1643
1619
|
end
|
1644
1620
|
|
1645
|
-
class AccessSessionSparkApplicationNativeBuildInfoResponse
|
1646
|
-
# @private
|
1647
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1648
|
-
property :execution_data, as: 'executionData', class: Google::Apis::DataprocV1::NativeBuildInfoUiData, decorator: Google::Apis::DataprocV1::NativeBuildInfoUiData::Representation
|
1649
|
-
|
1650
|
-
end
|
1651
|
-
end
|
1652
|
-
|
1653
|
-
class AccessSessionSparkApplicationNativeSqlQueryResponse
|
1654
|
-
# @private
|
1655
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1656
|
-
property :execution_data, as: 'executionData', class: Google::Apis::DataprocV1::NativeSqlExecutionUiData, decorator: Google::Apis::DataprocV1::NativeSqlExecutionUiData::Representation
|
1657
|
-
|
1658
|
-
end
|
1659
|
-
end
|
1660
|
-
|
1661
1621
|
class AccessSessionSparkApplicationResponse
|
1662
1622
|
# @private
|
1663
1623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1714,22 +1674,6 @@ module Google
|
|
1714
1674
|
end
|
1715
1675
|
end
|
1716
1676
|
|
1717
|
-
class AccessSparkApplicationNativeBuildInfoResponse
|
1718
|
-
# @private
|
1719
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1720
|
-
property :build_info, as: 'buildInfo', class: Google::Apis::DataprocV1::NativeBuildInfoUiData, decorator: Google::Apis::DataprocV1::NativeBuildInfoUiData::Representation
|
1721
|
-
|
1722
|
-
end
|
1723
|
-
end
|
1724
|
-
|
1725
|
-
class AccessSparkApplicationNativeSqlQueryResponse
|
1726
|
-
# @private
|
1727
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1728
|
-
property :execution_data, as: 'executionData', class: Google::Apis::DataprocV1::NativeSqlExecutionUiData, decorator: Google::Apis::DataprocV1::NativeSqlExecutionUiData::Representation
|
1729
|
-
|
1730
|
-
end
|
1731
|
-
end
|
1732
|
-
|
1733
1677
|
class AccessSparkApplicationResponse
|
1734
1678
|
# @private
|
1735
1679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1873,6 +1817,7 @@ module Google
|
|
1873
1817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1874
1818
|
property :basic_algorithm, as: 'basicAlgorithm', class: Google::Apis::DataprocV1::BasicAutoscalingAlgorithm, decorator: Google::Apis::DataprocV1::BasicAutoscalingAlgorithm::Representation
|
1875
1819
|
|
1820
|
+
property :cluster_type, as: 'clusterType'
|
1876
1821
|
property :id, as: 'id'
|
1877
1822
|
hash :labels, as: 'labels'
|
1878
1823
|
property :name, as: 'name'
|
@@ -2027,6 +1972,7 @@ module Google
|
|
2027
1972
|
|
2028
1973
|
collection :auxiliary_node_groups, as: 'auxiliaryNodeGroups', class: Google::Apis::DataprocV1::AuxiliaryNodeGroup, decorator: Google::Apis::DataprocV1::AuxiliaryNodeGroup::Representation
|
2029
1974
|
|
1975
|
+
property :cluster_type, as: 'clusterType'
|
2030
1976
|
property :config_bucket, as: 'configBucket'
|
2031
1977
|
property :dataproc_metric_config, as: 'dataprocMetricConfig', class: Google::Apis::DataprocV1::DataprocMetricConfig, decorator: Google::Apis::DataprocV1::DataprocMetricConfig::Representation
|
2032
1978
|
|
@@ -3198,6 +3144,14 @@ module Google
|
|
3198
3144
|
end
|
3199
3145
|
end
|
3200
3146
|
|
3147
|
+
class PropertiesInfo
|
3148
|
+
# @private
|
3149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3150
|
+
hash :autotuning_properties, as: 'autotuningProperties', class: Google::Apis::DataprocV1::ValueInfo, decorator: Google::Apis::DataprocV1::ValueInfo::Representation
|
3151
|
+
|
3152
|
+
end
|
3153
|
+
end
|
3154
|
+
|
3201
3155
|
class ProvisioningModelMix
|
3202
3156
|
# @private
|
3203
3157
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3449,6 +3403,8 @@ module Google
|
|
3449
3403
|
property :diagnostic_output_uri, as: 'diagnosticOutputUri'
|
3450
3404
|
hash :endpoints, as: 'endpoints'
|
3451
3405
|
property :output_uri, as: 'outputUri'
|
3406
|
+
property :properties_info, as: 'propertiesInfo', class: Google::Apis::DataprocV1::PropertiesInfo, decorator: Google::Apis::DataprocV1::PropertiesInfo::Representation
|
3407
|
+
|
3452
3408
|
end
|
3453
3409
|
end
|
3454
3410
|
|
@@ -3479,15 +3435,6 @@ module Google
|
|
3479
3435
|
end
|
3480
3436
|
end
|
3481
3437
|
|
3482
|
-
class SearchSessionSparkApplicationNativeSqlQueriesResponse
|
3483
|
-
# @private
|
3484
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3485
|
-
property :next_page_token, as: 'nextPageToken'
|
3486
|
-
collection :spark_application_native_sql_queries, as: 'sparkApplicationNativeSqlQueries', class: Google::Apis::DataprocV1::NativeSqlExecutionUiData, decorator: Google::Apis::DataprocV1::NativeSqlExecutionUiData::Representation
|
3487
|
-
|
3488
|
-
end
|
3489
|
-
end
|
3490
|
-
|
3491
3438
|
class SearchSessionSparkApplicationSqlQueriesResponse
|
3492
3439
|
# @private
|
3493
3440
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3560,15 +3507,6 @@ module Google
|
|
3560
3507
|
end
|
3561
3508
|
end
|
3562
3509
|
|
3563
|
-
class SearchSparkApplicationNativeSqlQueriesResponse
|
3564
|
-
# @private
|
3565
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3566
|
-
property :next_page_token, as: 'nextPageToken'
|
3567
|
-
collection :spark_application_native_sql_queries, as: 'sparkApplicationNativeSqlQueries', class: Google::Apis::DataprocV1::NativeSqlExecutionUiData, decorator: Google::Apis::DataprocV1::NativeSqlExecutionUiData::Representation
|
3568
|
-
|
3569
|
-
end
|
3570
|
-
end
|
3571
|
-
|
3572
3510
|
class SearchSparkApplicationSqlQueriesResponse
|
3573
3511
|
# @private
|
3574
3512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4629,6 +4567,15 @@ module Google
|
|
4629
4567
|
end
|
4630
4568
|
end
|
4631
4569
|
|
4570
|
+
class ValueInfo
|
4571
|
+
# @private
|
4572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4573
|
+
property :annotation, as: 'annotation'
|
4574
|
+
property :overridden_value, as: 'overriddenValue'
|
4575
|
+
property :value, as: 'value'
|
4576
|
+
end
|
4577
|
+
end
|
4578
|
+
|
4632
4579
|
class ValueValidation
|
4633
4580
|
# @private
|
4634
4581
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -670,80 +670,6 @@ module Google
|
|
670
670
|
execute_or_queue_command(command, &block)
|
671
671
|
end
|
672
672
|
|
673
|
-
# Obtain build data for Native Job
|
674
|
-
# @param [String] name
|
675
|
-
# Required. The fully qualified name of the batch to retrieve in the format "
|
676
|
-
# projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/
|
677
|
-
# sparkApplications/APPLICATION_ID"
|
678
|
-
# @param [String] parent
|
679
|
-
# Required. Parent (Batch) resource reference.
|
680
|
-
# @param [String] fields
|
681
|
-
# Selector specifying which fields to include in a partial response.
|
682
|
-
# @param [String] quota_user
|
683
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
684
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
685
|
-
# @param [Google::Apis::RequestOptions] options
|
686
|
-
# Request-specific options
|
687
|
-
#
|
688
|
-
# @yield [result, err] Result & error if block supplied
|
689
|
-
# @yieldparam result [Google::Apis::DataprocV1::AccessSparkApplicationNativeBuildInfoResponse] parsed result object
|
690
|
-
# @yieldparam err [StandardError] error object if request failed
|
691
|
-
#
|
692
|
-
# @return [Google::Apis::DataprocV1::AccessSparkApplicationNativeBuildInfoResponse]
|
693
|
-
#
|
694
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
695
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
696
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
697
|
-
def access_project_location_batch_spark_application_native_build_info(name, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
698
|
-
command = make_simple_command(:get, 'v1/{+name}:accessNativeBuildInfo', options)
|
699
|
-
command.response_representation = Google::Apis::DataprocV1::AccessSparkApplicationNativeBuildInfoResponse::Representation
|
700
|
-
command.response_class = Google::Apis::DataprocV1::AccessSparkApplicationNativeBuildInfoResponse
|
701
|
-
command.params['name'] = name unless name.nil?
|
702
|
-
command.query['parent'] = parent unless parent.nil?
|
703
|
-
command.query['fields'] = fields unless fields.nil?
|
704
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
705
|
-
execute_or_queue_command(command, &block)
|
706
|
-
end
|
707
|
-
|
708
|
-
# Obtain data corresponding to a particular Native SQL Query for a Spark
|
709
|
-
# Application.
|
710
|
-
# @param [String] name
|
711
|
-
# Required. The fully qualified name of the batch to retrieve in the format "
|
712
|
-
# projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/
|
713
|
-
# sparkApplications/APPLICATION_ID"
|
714
|
-
# @param [Fixnum] execution_id
|
715
|
-
# Required. Execution ID
|
716
|
-
# @param [String] parent
|
717
|
-
# Required. Parent (Batch) resource reference.
|
718
|
-
# @param [String] fields
|
719
|
-
# Selector specifying which fields to include in a partial response.
|
720
|
-
# @param [String] quota_user
|
721
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
722
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
723
|
-
# @param [Google::Apis::RequestOptions] options
|
724
|
-
# Request-specific options
|
725
|
-
#
|
726
|
-
# @yield [result, err] Result & error if block supplied
|
727
|
-
# @yieldparam result [Google::Apis::DataprocV1::AccessSparkApplicationNativeSqlQueryResponse] parsed result object
|
728
|
-
# @yieldparam err [StandardError] error object if request failed
|
729
|
-
#
|
730
|
-
# @return [Google::Apis::DataprocV1::AccessSparkApplicationNativeSqlQueryResponse]
|
731
|
-
#
|
732
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
733
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
734
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
735
|
-
def access_project_location_batch_spark_application_native_sql_query(name, execution_id: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
736
|
-
command = make_simple_command(:get, 'v1/{+name}:accessNativeSqlQuery', options)
|
737
|
-
command.response_representation = Google::Apis::DataprocV1::AccessSparkApplicationNativeSqlQueryResponse::Representation
|
738
|
-
command.response_class = Google::Apis::DataprocV1::AccessSparkApplicationNativeSqlQueryResponse
|
739
|
-
command.params['name'] = name unless name.nil?
|
740
|
-
command.query['executionId'] = execution_id unless execution_id.nil?
|
741
|
-
command.query['parent'] = parent unless parent.nil?
|
742
|
-
command.query['fields'] = fields unless fields.nil?
|
743
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
744
|
-
execute_or_queue_command(command, &block)
|
745
|
-
end
|
746
|
-
|
747
673
|
# Obtain Spark Plan Graph for a Spark Application SQL execution. Limits the
|
748
674
|
# number of clusters returned as part of the graph to 10000.
|
749
675
|
# @param [String] name
|
@@ -1117,51 +1043,6 @@ module Google
|
|
1117
1043
|
execute_or_queue_command(command, &block)
|
1118
1044
|
end
|
1119
1045
|
|
1120
|
-
# Obtain data corresponding to Native SQL Queries for a Spark Application.
|
1121
|
-
# @param [String] name
|
1122
|
-
# Required. The fully qualified name of the batch to retrieve in the format "
|
1123
|
-
# projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/
|
1124
|
-
# sparkApplications/APPLICATION_ID"
|
1125
|
-
# @param [Fixnum] page_size
|
1126
|
-
# Optional. Maximum number of queries to return in each response. The service
|
1127
|
-
# may return fewer than this. The default page size is 10; the maximum page size
|
1128
|
-
# is 100.
|
1129
|
-
# @param [String] page_token
|
1130
|
-
# Optional. A page token received from a previous
|
1131
|
-
# SearchSparkApplicationNativeSqlQueries call. Provide this token to retrieve
|
1132
|
-
# the subsequent page.
|
1133
|
-
# @param [String] parent
|
1134
|
-
# Required. Parent (Batch) resource reference.
|
1135
|
-
# @param [String] fields
|
1136
|
-
# Selector specifying which fields to include in a partial response.
|
1137
|
-
# @param [String] quota_user
|
1138
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1139
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1140
|
-
# @param [Google::Apis::RequestOptions] options
|
1141
|
-
# Request-specific options
|
1142
|
-
#
|
1143
|
-
# @yield [result, err] Result & error if block supplied
|
1144
|
-
# @yieldparam result [Google::Apis::DataprocV1::SearchSparkApplicationNativeSqlQueriesResponse] parsed result object
|
1145
|
-
# @yieldparam err [StandardError] error object if request failed
|
1146
|
-
#
|
1147
|
-
# @return [Google::Apis::DataprocV1::SearchSparkApplicationNativeSqlQueriesResponse]
|
1148
|
-
#
|
1149
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1150
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1151
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1152
|
-
def search_project_location_batch_spark_application_native_sql_queries(name, page_size: nil, page_token: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1153
|
-
command = make_simple_command(:get, 'v1/{+name}:searchNativeSqlQueries', options)
|
1154
|
-
command.response_representation = Google::Apis::DataprocV1::SearchSparkApplicationNativeSqlQueriesResponse::Representation
|
1155
|
-
command.response_class = Google::Apis::DataprocV1::SearchSparkApplicationNativeSqlQueriesResponse
|
1156
|
-
command.params['name'] = name unless name.nil?
|
1157
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
1158
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
1159
|
-
command.query['parent'] = parent unless parent.nil?
|
1160
|
-
command.query['fields'] = fields unless fields.nil?
|
1161
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1162
|
-
execute_or_queue_command(command, &block)
|
1163
|
-
end
|
1164
|
-
|
1165
1046
|
# Obtain data corresponding to SQL Queries for a Spark Application.
|
1166
1047
|
# @param [String] name
|
1167
1048
|
# Required. The fully qualified name of the batch to retrieve in the format "
|
@@ -2181,80 +2062,6 @@ module Google
|
|
2181
2062
|
execute_or_queue_command(command, &block)
|
2182
2063
|
end
|
2183
2064
|
|
2184
|
-
# Obtain data corresponding to Native Build Information for a Spark Application.
|
2185
|
-
# @param [String] name
|
2186
|
-
# Required. The fully qualified name of the session to retrieve in the format "
|
2187
|
-
# projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/
|
2188
|
-
# sparkApplications/APPLICATION_ID"
|
2189
|
-
# @param [String] parent
|
2190
|
-
# Required. Parent (Session) resource reference.
|
2191
|
-
# @param [String] fields
|
2192
|
-
# Selector specifying which fields to include in a partial response.
|
2193
|
-
# @param [String] quota_user
|
2194
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
2195
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2196
|
-
# @param [Google::Apis::RequestOptions] options
|
2197
|
-
# Request-specific options
|
2198
|
-
#
|
2199
|
-
# @yield [result, err] Result & error if block supplied
|
2200
|
-
# @yieldparam result [Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeBuildInfoResponse] parsed result object
|
2201
|
-
# @yieldparam err [StandardError] error object if request failed
|
2202
|
-
#
|
2203
|
-
# @return [Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeBuildInfoResponse]
|
2204
|
-
#
|
2205
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2206
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2207
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2208
|
-
def access_project_location_session_spark_application_native_build_info(name, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2209
|
-
command = make_simple_command(:get, 'v1/{+name}:accessNativeBuildInfo', options)
|
2210
|
-
command.response_representation = Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeBuildInfoResponse::Representation
|
2211
|
-
command.response_class = Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeBuildInfoResponse
|
2212
|
-
command.params['name'] = name unless name.nil?
|
2213
|
-
command.query['parent'] = parent unless parent.nil?
|
2214
|
-
command.query['fields'] = fields unless fields.nil?
|
2215
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2216
|
-
execute_or_queue_command(command, &block)
|
2217
|
-
end
|
2218
|
-
|
2219
|
-
# Obtain data corresponding to a particular Native SQL Query for a Spark
|
2220
|
-
# Application.
|
2221
|
-
# @param [String] name
|
2222
|
-
# Required. The fully qualified name of the session to retrieve in the format "
|
2223
|
-
# projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/
|
2224
|
-
# sparkApplications/APPLICATION_ID"
|
2225
|
-
# @param [Fixnum] execution_id
|
2226
|
-
# Required. Execution ID
|
2227
|
-
# @param [String] parent
|
2228
|
-
# Required. Parent (Session) resource reference.
|
2229
|
-
# @param [String] fields
|
2230
|
-
# Selector specifying which fields to include in a partial response.
|
2231
|
-
# @param [String] quota_user
|
2232
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
2233
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2234
|
-
# @param [Google::Apis::RequestOptions] options
|
2235
|
-
# Request-specific options
|
2236
|
-
#
|
2237
|
-
# @yield [result, err] Result & error if block supplied
|
2238
|
-
# @yieldparam result [Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeSqlQueryResponse] parsed result object
|
2239
|
-
# @yieldparam err [StandardError] error object if request failed
|
2240
|
-
#
|
2241
|
-
# @return [Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeSqlQueryResponse]
|
2242
|
-
#
|
2243
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2244
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2245
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2246
|
-
def access_project_location_session_spark_application_native_sql_query(name, execution_id: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2247
|
-
command = make_simple_command(:get, 'v1/{+name}:accessNativeSqlQuery', options)
|
2248
|
-
command.response_representation = Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeSqlQueryResponse::Representation
|
2249
|
-
command.response_class = Google::Apis::DataprocV1::AccessSessionSparkApplicationNativeSqlQueryResponse
|
2250
|
-
command.params['name'] = name unless name.nil?
|
2251
|
-
command.query['executionId'] = execution_id unless execution_id.nil?
|
2252
|
-
command.query['parent'] = parent unless parent.nil?
|
2253
|
-
command.query['fields'] = fields unless fields.nil?
|
2254
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2255
|
-
execute_or_queue_command(command, &block)
|
2256
|
-
end
|
2257
|
-
|
2258
2065
|
# Obtain Spark Plan Graph for a Spark Application SQL execution. Limits the
|
2259
2066
|
# number of clusters returned as part of the graph to 10000.
|
2260
2067
|
# @param [String] name
|
@@ -2586,6 +2393,8 @@ module Google
|
|
2586
2393
|
# Required. The fully qualified name of the session to retrieve in the format "
|
2587
2394
|
# projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/
|
2588
2395
|
# sparkApplications/APPLICATION_ID"
|
2396
|
+
# @param [Array<Fixnum>, Fixnum] job_ids
|
2397
|
+
# Optional. List of Job IDs to filter by if provided.
|
2589
2398
|
# @param [String] job_status
|
2590
2399
|
# Optional. List only jobs in the specific state.
|
2591
2400
|
# @param [Fixnum] page_size
|
@@ -2615,11 +2424,12 @@ module Google
|
|
2615
2424
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2616
2425
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2617
2426
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2618
|
-
def search_project_location_session_spark_application_jobs(name, job_status: nil, page_size: nil, page_token: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2427
|
+
def search_project_location_session_spark_application_jobs(name, job_ids: nil, job_status: nil, page_size: nil, page_token: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2619
2428
|
command = make_simple_command(:get, 'v1/{+name}:searchJobs', options)
|
2620
2429
|
command.response_representation = Google::Apis::DataprocV1::SearchSessionSparkApplicationJobsResponse::Representation
|
2621
2430
|
command.response_class = Google::Apis::DataprocV1::SearchSessionSparkApplicationJobsResponse
|
2622
2431
|
command.params['name'] = name unless name.nil?
|
2432
|
+
command.query['jobIds'] = job_ids unless job_ids.nil?
|
2623
2433
|
command.query['jobStatus'] = job_status unless job_status.nil?
|
2624
2434
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2625
2435
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -2629,51 +2439,6 @@ module Google
|
|
2629
2439
|
execute_or_queue_command(command, &block)
|
2630
2440
|
end
|
2631
2441
|
|
2632
|
-
# Obtain data corresponding to Native SQL Queries for a Spark Application.
|
2633
|
-
# @param [String] name
|
2634
|
-
# Required. The fully qualified name of the session to retrieve in the format "
|
2635
|
-
# projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/
|
2636
|
-
# sparkApplications/APPLICATION_ID"
|
2637
|
-
# @param [Fixnum] page_size
|
2638
|
-
# Optional. Maximum number of queries to return in each response. The service
|
2639
|
-
# may return fewer than this. The default page size is 10; the maximum page size
|
2640
|
-
# is 100.
|
2641
|
-
# @param [String] page_token
|
2642
|
-
# Optional. A page token received from a previous
|
2643
|
-
# SearchSessionSparkApplicationSqlQueries call. Provide this token to retrieve
|
2644
|
-
# the subsequent page.
|
2645
|
-
# @param [String] parent
|
2646
|
-
# Required. Parent (Session) resource reference.
|
2647
|
-
# @param [String] fields
|
2648
|
-
# Selector specifying which fields to include in a partial response.
|
2649
|
-
# @param [String] quota_user
|
2650
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
2651
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2652
|
-
# @param [Google::Apis::RequestOptions] options
|
2653
|
-
# Request-specific options
|
2654
|
-
#
|
2655
|
-
# @yield [result, err] Result & error if block supplied
|
2656
|
-
# @yieldparam result [Google::Apis::DataprocV1::SearchSessionSparkApplicationNativeSqlQueriesResponse] parsed result object
|
2657
|
-
# @yieldparam err [StandardError] error object if request failed
|
2658
|
-
#
|
2659
|
-
# @return [Google::Apis::DataprocV1::SearchSessionSparkApplicationNativeSqlQueriesResponse]
|
2660
|
-
#
|
2661
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2662
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2663
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2664
|
-
def search_project_location_session_spark_application_native_sql_queries(name, page_size: nil, page_token: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2665
|
-
command = make_simple_command(:get, 'v1/{+name}:searchNativeSqlQueries', options)
|
2666
|
-
command.response_representation = Google::Apis::DataprocV1::SearchSessionSparkApplicationNativeSqlQueriesResponse::Representation
|
2667
|
-
command.response_class = Google::Apis::DataprocV1::SearchSessionSparkApplicationNativeSqlQueriesResponse
|
2668
|
-
command.params['name'] = name unless name.nil?
|
2669
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
2670
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
2671
|
-
command.query['parent'] = parent unless parent.nil?
|
2672
|
-
command.query['fields'] = fields unless fields.nil?
|
2673
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2674
|
-
execute_or_queue_command(command, &block)
|
2675
|
-
end
|
2676
|
-
|
2677
2442
|
# Obtain data corresponding to SQL Queries for a Spark Application.
|
2678
2443
|
# @param [String] name
|
2679
2444
|
# Required. The fully qualified name of the session to retrieve in the format "
|
@@ -2682,6 +2447,8 @@ module Google
|
|
2682
2447
|
# @param [Boolean] details
|
2683
2448
|
# Optional. Lists/ hides details of Spark plan nodes. True is set to list and
|
2684
2449
|
# false to hide.
|
2450
|
+
# @param [Array<String>, String] operation_ids
|
2451
|
+
# Optional. List of Spark Connect operation IDs to filter by if provided.
|
2685
2452
|
# @param [Fixnum] page_size
|
2686
2453
|
# Optional. Maximum number of queries to return in each response. The service
|
2687
2454
|
# may return fewer than this. The default page size is 10; the maximum page size
|
@@ -2711,12 +2478,13 @@ module Google
|
|
2711
2478
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2712
2479
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2713
2480
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2714
|
-
def search_project_location_session_spark_application_sql_queries(name, details: nil, page_size: nil, page_token: nil, parent: nil, plan_description: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2481
|
+
def search_project_location_session_spark_application_sql_queries(name, details: nil, operation_ids: nil, page_size: nil, page_token: nil, parent: nil, plan_description: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2715
2482
|
command = make_simple_command(:get, 'v1/{+name}:searchSqlQueries', options)
|
2716
2483
|
command.response_representation = Google::Apis::DataprocV1::SearchSessionSparkApplicationSqlQueriesResponse::Representation
|
2717
2484
|
command.response_class = Google::Apis::DataprocV1::SearchSessionSparkApplicationSqlQueriesResponse
|
2718
2485
|
command.params['name'] = name unless name.nil?
|
2719
2486
|
command.query['details'] = details unless details.nil?
|
2487
|
+
command.query['operationIds'] = operation_ids unless operation_ids.nil?
|
2720
2488
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2721
2489
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2722
2490
|
command.query['parent'] = parent unless parent.nil?
|
@@ -2853,6 +2621,8 @@ module Google
|
|
2853
2621
|
# subsequent page.
|
2854
2622
|
# @param [String] parent
|
2855
2623
|
# Required. Parent (Session) resource reference.
|
2624
|
+
# @param [Array<Fixnum>, Fixnum] stage_ids
|
2625
|
+
# Optional. List of Stage IDs to filter by if provided.
|
2856
2626
|
# @param [String] stage_status
|
2857
2627
|
# Optional. List only stages in the given state.
|
2858
2628
|
# @param [String] summary_metrics_mask
|
@@ -2877,7 +2647,7 @@ module Google
|
|
2877
2647
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2878
2648
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2879
2649
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2880
|
-
def search_project_location_session_spark_application_stages(name, page_size: nil, page_token: nil, parent: nil, stage_status: nil, summary_metrics_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2650
|
+
def search_project_location_session_spark_application_stages(name, page_size: nil, page_token: nil, parent: nil, stage_ids: nil, stage_status: nil, summary_metrics_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2881
2651
|
command = make_simple_command(:get, 'v1/{+name}:searchStages', options)
|
2882
2652
|
command.response_representation = Google::Apis::DataprocV1::SearchSessionSparkApplicationStagesResponse::Representation
|
2883
2653
|
command.response_class = Google::Apis::DataprocV1::SearchSessionSparkApplicationStagesResponse
|
@@ -2885,6 +2655,7 @@ module Google
|
|
2885
2655
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2886
2656
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2887
2657
|
command.query['parent'] = parent unless parent.nil?
|
2658
|
+
command.query['stageIds'] = stage_ids unless stage_ids.nil?
|
2888
2659
|
command.query['stageStatus'] = stage_status unless stage_status.nil?
|
2889
2660
|
command.query['summaryMetricsMask'] = summary_metrics_mask unless summary_metrics_mask.nil?
|
2890
2661
|
command.query['fields'] = fields unless fields.nil?
|
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.
|
4
|
+
version: 0.79.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.79.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Dataproc API V1
|
79
79
|
test_files: []
|