google-apis-dataproc_v1 0.42.0 → 0.44.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: f04d626177a0a61dbbb3a05575b8f0e416f03b8c8a04ba25c219073ca1a5a2ce
4
- data.tar.gz: 500e684935425d091dc694942c65a99bb1ff83c08d759204485fd2219960f8be
3
+ metadata.gz: e8a97897a9001eff67f3248e255d7ea110b8901b5d68abee7e0b689806c085b7
4
+ data.tar.gz: 456929dddfdde6434359b462422a634eebb4610a26508c5811955663d88f0740
5
5
  SHA512:
6
- metadata.gz: f40e01371d67ab3530b959039742dc9b1991dcf2ce9a02cadb3ed03ea322b8ff4570476b9aa31a4261b28ee7f6b7abf1d6190dbaa69354821cd296e7675452e6
7
- data.tar.gz: 0bf947e6a1e4fb43ce122baf43d193f736058eabcea44e5ece925a150ffa57874eb4450dae85e49f089b03b1f9418de565b346e363bfd8f23e4f3ffa02dacdda
6
+ metadata.gz: f6eebed5f82bc46b6f4e983f4188c4588886a6e0973c51865700ccb8f2741a06ba9982bbf17faa64b3f2b78ef8e2a2176c72ffa8be9524598f151a3fc655fb08
7
+ data.tar.gz: a0a6e6d1abac63a96d9ab925795dfc526797194a2e2faf12a798e7c39e670576104f263bd3d079fbf7f4d5998df71133c3c2b0854c921703694c19c91805b40f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.44.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
7
+ ### v0.43.0 (2023-01-29)
8
+
9
+ * Regenerated from discovery document revision 20230117
10
+
3
11
  ### v0.42.0 (2023-01-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20230103
@@ -35,14 +35,14 @@ module Google
35
35
 
36
36
  # Full URL, partial URI, or short name of the accelerator type resource to
37
37
  # expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.
38
- # google.com/compute/docs/reference/beta/acceleratorTypes).Examples: https://www.
39
- # googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/
40
- # acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/us-east1-a/
41
- # acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you
42
- # are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/
43
- # docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
44
- # feature, you must use the short name of the accelerator type resource, for
45
- # example, nvidia-tesla-k80.
38
+ # google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.
39
+ # googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/
40
+ # nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-
41
+ # tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc
42
+ # Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/
43
+ # configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must
44
+ # use the short name of the accelerator type resource, for example, nvidia-tesla-
45
+ # k80.
46
46
  # Corresponds to the JSON property `acceleratorTypeUri`
47
47
  # @return [String]
48
48
  attr_accessor :accelerator_type_uri
@@ -522,22 +522,22 @@ module Google
522
522
  # cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).
523
523
  # For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`
524
524
  # emailid`: An email address that represents a Google group. For example, admins@
525
- # example.com. deleted:user:`emailid`?uid=`uniqueid`: An email address (plus
526
- # unique identifier) representing a user that has been recently deleted. For
527
- # example, alice@example.com?uid=123456789012345678901. If the user is recovered,
528
- # this value reverts to user:`emailid` and the recovered user retains the role
529
- # in the binding. deleted:serviceAccount:`emailid`?uid=`uniqueid`: An email
530
- # address (plus unique identifier) representing a service account that has been
531
- # recently deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=
532
- # 123456789012345678901. If the service account is undeleted, this value reverts
533
- # to serviceAccount:`emailid` and the undeleted service account retains the role
534
- # in the binding. deleted:group:`emailid`?uid=`uniqueid`: An email address (plus
535
- # unique identifier) representing a Google group that has been recently deleted.
536
- # For example, admins@example.com?uid=123456789012345678901. If the group is
525
+ # example.com. domain:`domain`: The G Suite domain (primary) that represents all
526
+ # the users of that domain. For example, google.com or example.com. deleted:user:
527
+ # `emailid`?uid=`uniqueid`: An email address (plus unique identifier)
528
+ # representing a user that has been recently deleted. For example, alice@example.
529
+ # com?uid=123456789012345678901. If the user is recovered, this value reverts to
530
+ # user:`emailid` and the recovered user retains the role in the binding. deleted:
531
+ # serviceAccount:`emailid`?uid=`uniqueid`: An email address (plus unique
532
+ # identifier) representing a service account that has been recently deleted. For
533
+ # example, my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901.
534
+ # If the service account is undeleted, this value reverts to serviceAccount:`
535
+ # emailid` and the undeleted service account retains the role in the binding.
536
+ # deleted:group:`emailid`?uid=`uniqueid`: An email address (plus unique
537
+ # identifier) representing a Google group that has been recently deleted. For
538
+ # example, admins@example.com?uid=123456789012345678901. If the group is
537
539
  # recovered, this value reverts to group:`emailid` and the recovered group
538
- # retains the role in the binding. domain:`domain`: The G Suite domain (primary)
539
- # that represents all the users of that domain. For example, google.com or
540
- # example.com.
540
+ # retains the role in the binding.
541
541
  # Corresponds to the JSON property `members`
542
542
  # @return [Array<String>]
543
543
  attr_accessor :members
@@ -630,7 +630,7 @@ module Google
630
630
 
631
631
  # The Dataproc cluster config for a cluster that does not directly control the
632
632
  # underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.
633
- # google.com/dataproc/docs/guides/dpgke/dataproc-gke).
633
+ # google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).
634
634
  # Corresponds to the JSON property `virtualClusterConfig`
635
635
  # @return [Google::Apis::DataprocV1::VirtualClusterConfig]
636
636
  attr_accessor :virtual_cluster_config
@@ -1069,12 +1069,35 @@ module Google
1069
1069
  class DiagnoseClusterRequest
1070
1070
  include Google::Apis::Core::Hashable
1071
1071
 
1072
+ # Represents a time interval, encoded as a Timestamp start (inclusive) and a
1073
+ # Timestamp end (exclusive).The start must be less than or equal to the end.
1074
+ # When the start equals the end, the interval is empty (matches no time). When
1075
+ # both start and end are unspecified, the interval matches any time.
1076
+ # Corresponds to the JSON property `diagnosisInterval`
1077
+ # @return [Google::Apis::DataprocV1::Interval]
1078
+ attr_accessor :diagnosis_interval
1079
+
1080
+ # Optional. DEPRECATED Specifies the job on which diagnosis is to be performed.
1081
+ # Format: projects/`project`/regions/`region`/jobs/`job`
1082
+ # Corresponds to the JSON property `job`
1083
+ # @return [String]
1084
+ attr_accessor :job
1085
+
1086
+ # Optional. DEPRECATED Specifies the yarn application on which diagnosis is to
1087
+ # be performed.
1088
+ # Corresponds to the JSON property `yarnApplicationId`
1089
+ # @return [String]
1090
+ attr_accessor :yarn_application_id
1091
+
1072
1092
  def initialize(**args)
1073
1093
  update!(**args)
1074
1094
  end
1075
1095
 
1076
1096
  # Update properties of this object
1077
1097
  def update!(**args)
1098
+ @diagnosis_interval = args[:diagnosis_interval] if args.key?(:diagnosis_interval)
1099
+ @job = args[:job] if args.key?(:job)
1100
+ @yarn_application_id = args[:yarn_application_id] if args.key?(:yarn_application_id)
1078
1101
  end
1079
1102
  end
1080
1103
 
@@ -1295,11 +1318,34 @@ module Google
1295
1318
  # @return [String]
1296
1319
  attr_accessor :service_account
1297
1320
 
1321
+ # Optional. A Cloud Storage bucket used to stage workload dependencies, config
1322
+ # files, and store workload output and other ephemeral data, such as Spark
1323
+ # history files. If you do not specify a staging bucket, Cloud Dataproc will
1324
+ # determine a Cloud Storage location according to the region where your workload
1325
+ # is running, and then create and manage project-level, per-location staging and
1326
+ # temporary buckets. This field requires a Cloud Storage bucket name, not a gs://
1327
+ # ... URI to a Cloud Storage bucket.
1328
+ # Corresponds to the JSON property `stagingBucket`
1329
+ # @return [String]
1330
+ attr_accessor :staging_bucket
1331
+
1298
1332
  # Optional. Subnetwork URI to connect workload to.
1299
1333
  # Corresponds to the JSON property `subnetworkUri`
1300
1334
  # @return [String]
1301
1335
  attr_accessor :subnetwork_uri
1302
1336
 
1337
+ # Optional. The duration after which the workload will be terminated. When the
1338
+ # workload passes this ttl, it will be unconditionally killed without waiting
1339
+ # for ongoing work to finish. Minimum value is 10 minutes; maximum value is 14
1340
+ # days (see JSON representation of Duration (https://developers.google.com/
1341
+ # protocol-buffers/docs/proto3#json)). If both ttl and idle_ttl are specified,
1342
+ # the conditions are treated as and OR: the workload will be terminated when it
1343
+ # has been idle for idle_ttl or when the ttl has passed, whichever comes first.
1344
+ # If ttl is not specified for a session, it defaults to 24h.
1345
+ # Corresponds to the JSON property `ttl`
1346
+ # @return [String]
1347
+ attr_accessor :ttl
1348
+
1303
1349
  def initialize(**args)
1304
1350
  update!(**args)
1305
1351
  end
@@ -1311,7 +1357,9 @@ module Google
1311
1357
  @network_tags = args[:network_tags] if args.key?(:network_tags)
1312
1358
  @network_uri = args[:network_uri] if args.key?(:network_uri)
1313
1359
  @service_account = args[:service_account] if args.key?(:service_account)
1360
+ @staging_bucket = args[:staging_bucket] if args.key?(:staging_bucket)
1314
1361
  @subnetwork_uri = args[:subnetwork_uri] if args.key?(:subnetwork_uri)
1362
+ @ttl = args[:ttl] if args.key?(:ttl)
1315
1363
  end
1316
1364
  end
1317
1365
 
@@ -1404,8 +1452,8 @@ module Google
1404
1452
  # it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://
1405
1453
  # cloud.google.com/compute/docs/subnetworks) for more information).A full URL,
1406
1454
  # partial URI, or short name are valid. Examples: https://www.googleapis.com/
1407
- # compute/v1/projects/[project_id]/regions/global/default projects/[project_id]/
1408
- # regions/global/default default
1455
+ # compute/v1/projects/[project_id]/regions/[region]/default projects/[project_id]
1456
+ # /regions/[region]/default default
1409
1457
  # Corresponds to the JSON property `networkUri`
1410
1458
  # @return [String]
1411
1459
  attr_accessor :network_uri
@@ -1459,8 +1507,8 @@ module Google
1459
1507
  # Optional. The Compute Engine subnetwork to be used for machine communications.
1460
1508
  # Cannot be specified with network_uri.A full URL, partial URI, or short name
1461
1509
  # are valid. Examples: https://www.googleapis.com/compute/v1/projects/[
1462
- # project_id]/regions/us-east1/subnetworks/sub0 projects/[project_id]/regions/us-
1463
- # east1/subnetworks/sub0 sub0
1510
+ # project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[
1511
+ # region]/subnetworks/sub0 sub0
1464
1512
  # Corresponds to the JSON property `subnetworkUri`
1465
1513
  # @return [String]
1466
1514
  attr_accessor :subnetwork_uri
@@ -1471,13 +1519,11 @@ module Google
1471
1519
  # @return [Array<String>]
1472
1520
  attr_accessor :tags
1473
1521
 
1474
- # Optional. The zone where the Compute Engine cluster will be located. On a
1475
- # create request, it is required in the "global" region. If omitted in a non-
1476
- # global Dataproc region, the service will pick a zone in the corresponding
1477
- # Compute Engine region. On a get request, zone will always be present.A full
1478
- # URL, partial URI, or short name are valid. Examples: https://www.googleapis.
1479
- # com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[
1480
- # zone] us-central1-f
1522
+ # Optional. The Compute Engine zone where the Dataproc cluster will be located.
1523
+ # If omitted, the service will pick a zone in the cluster's Compute Engine
1524
+ # region. On a get request, zone will always be present.A full URL, partial URI,
1525
+ # or short name are valid. Examples: https://www.googleapis.com/compute/v1/
1526
+ # projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
1481
1527
  # Corresponds to the JSON property `zoneUri`
1482
1528
  # @return [String]
1483
1529
  attr_accessor :zone_uri
@@ -2055,10 +2101,10 @@ module Google
2055
2101
 
2056
2102
  # Optional. The Compute Engine image resource used for cluster instances.The URI
2057
2103
  # can represent an image or image family.Image examples: https://www.googleapis.
2058
- # com/compute/beta/projects/[project_id]/global/images/[image-id] projects/[
2104
+ # com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[
2059
2105
  # project_id]/global/images/[image-id] image-idImage family examples. Dataproc
2060
2106
  # will use the most recent image from the family: https://www.googleapis.com/
2061
- # compute/beta/projects/[project_id]/global/images/family/[custom-image-family-
2107
+ # compute/v1/projects/[project_id]/global/images/family/[custom-image-family-
2062
2108
  # name] projects/[project_id]/global/images/family/[custom-image-family-name]If
2063
2109
  # the URI is unspecified, it will be inferred from SoftwareConfig.image_version
2064
2110
  # or the system default.
@@ -2085,12 +2131,12 @@ module Google
2085
2131
 
2086
2132
  # Optional. The Compute Engine machine type used for cluster instances.A full
2087
2133
  # URL, partial URI, or short name are valid. Examples: https://www.googleapis.
2088
- # com/compute/v1/projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-
2089
- # 2 projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2 n1-
2090
- # standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone
2091
- # Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-
2092
- # clusters/auto-zone#using_auto_zone_placement) feature, you must use the short
2093
- # name of the machine type resource, for example, n1-standard-2.
2134
+ # com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2
2135
+ # projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-
2136
+ # 2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https:
2137
+ # //cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#
2138
+ # using_auto_zone_placement) feature, you must use the short name of the machine
2139
+ # type resource, for example, n1-standard-2.
2094
2140
  # Corresponds to the JSON property `machineTypeUri`
2095
2141
  # @return [String]
2096
2142
  attr_accessor :machine_type_uri
@@ -2218,6 +2264,36 @@ module Google
2218
2264
  end
2219
2265
  end
2220
2266
 
2267
+ # Represents a time interval, encoded as a Timestamp start (inclusive) and a
2268
+ # Timestamp end (exclusive).The start must be less than or equal to the end.
2269
+ # When the start equals the end, the interval is empty (matches no time). When
2270
+ # both start and end are unspecified, the interval matches any time.
2271
+ class Interval
2272
+ include Google::Apis::Core::Hashable
2273
+
2274
+ # Optional. Exclusive end of the interval.If specified, a Timestamp matching
2275
+ # this interval will have to be before the end.
2276
+ # Corresponds to the JSON property `endTime`
2277
+ # @return [String]
2278
+ attr_accessor :end_time
2279
+
2280
+ # Optional. Inclusive start of the interval.If specified, a Timestamp matching
2281
+ # this interval will have to be the same or after the start.
2282
+ # Corresponds to the JSON property `startTime`
2283
+ # @return [String]
2284
+ attr_accessor :start_time
2285
+
2286
+ def initialize(**args)
2287
+ update!(**args)
2288
+ end
2289
+
2290
+ # Update properties of this object
2291
+ def update!(**args)
2292
+ @end_time = args[:end_time] if args.key?(:end_time)
2293
+ @start_time = args[:start_time] if args.key?(:start_time)
2294
+ end
2295
+ end
2296
+
2221
2297
  # A Dataproc job resource.
2222
2298
  class Job
2223
2299
  include Google::Apis::Core::Hashable
@@ -3174,9 +3250,9 @@ module Google
3174
3250
  # Required. The URI of a sole-tenant node group resource (https://cloud.google.
3175
3251
  # com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be
3176
3252
  # created on.A full URL, partial URI, or node group name are valid. Examples:
3177
- # https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-central1-
3178
- # a/nodeGroups/node-group-1 projects/[project_id]/zones/us-central1-a/nodeGroups/
3179
- # node-group-1 node-group-1
3253
+ # https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/
3254
+ # nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-
3255
+ # group-1 node-group-1
3180
3256
  # Corresponds to the JSON property `nodeGroupUri`
3181
3257
  # @return [String]
3182
3258
  attr_accessor :node_group_uri
@@ -5181,7 +5257,7 @@ module Google
5181
5257
 
5182
5258
  # The Dataproc cluster config for a cluster that does not directly control the
5183
5259
  # underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.
5184
- # google.com/dataproc/docs/guides/dpgke/dataproc-gke).
5260
+ # google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).
5185
5261
  class VirtualClusterConfig
5186
5262
  include Google::Apis::Core::Hashable
5187
5263
 
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
@@ -310,6 +310,12 @@ module Google
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
+ class Interval
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
313
319
  class Job
314
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
321
 
@@ -1030,6 +1036,10 @@ module Google
1030
1036
  class DiagnoseClusterRequest
1031
1037
  # @private
1032
1038
  class Representation < Google::Apis::Core::JsonRepresentation
1039
+ property :diagnosis_interval, as: 'diagnosisInterval', class: Google::Apis::DataprocV1::Interval, decorator: Google::Apis::DataprocV1::Interval::Representation
1040
+
1041
+ property :job, as: 'job'
1042
+ property :yarn_application_id, as: 'yarnApplicationId'
1033
1043
  end
1034
1044
  end
1035
1045
 
@@ -1097,7 +1107,9 @@ module Google
1097
1107
  collection :network_tags, as: 'networkTags'
1098
1108
  property :network_uri, as: 'networkUri'
1099
1109
  property :service_account, as: 'serviceAccount'
1110
+ property :staging_bucket, as: 'stagingBucket'
1100
1111
  property :subnetwork_uri, as: 'subnetworkUri'
1112
+ property :ttl, as: 'ttl'
1101
1113
  end
1102
1114
  end
1103
1115
 
@@ -1304,6 +1316,14 @@ module Google
1304
1316
  end
1305
1317
  end
1306
1318
 
1319
+ class Interval
1320
+ # @private
1321
+ class Representation < Google::Apis::Core::JsonRepresentation
1322
+ property :end_time, as: 'endTime'
1323
+ property :start_time, as: 'startTime'
1324
+ end
1325
+ end
1326
+
1307
1327
  class Job
1308
1328
  # @private
1309
1329
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -470,6 +470,21 @@ module Google
470
470
  # Lists batch workloads.
471
471
  # @param [String] parent
472
472
  # Required. The parent, which owns this collection of batches.
473
+ # @param [String] filter
474
+ # Optional. A filter for the batches to return in the response.A filter is a
475
+ # logical expression constraining the values of various fields in each batch
476
+ # resource. Filters are case sensitive, and may contain multiple clauses
477
+ # combined with logical operators (AND/OR). Supported fields are batch_id,
478
+ # batch_uuid, state, and create_time.e.g. state = RUNNING and create_time < "
479
+ # 2023-01-01T00:00:00Z" filters for batches in state RUNNING that were created
480
+ # before 2023-01-01See https://google.aip.dev/assets/misc/ebnf-filtering.txt for
481
+ # a detailed description of the filter syntax and a list of supported
482
+ # comparisons.
483
+ # @param [String] order_by
484
+ # Optional. Field(s) on which to sort the list of batches.Currently the only
485
+ # supported sort orders are unspecified (empty) and create_time desc to sort by
486
+ # most recently created batches first.See https://google.aip.dev/132#ordering
487
+ # for more details.
473
488
  # @param [Fixnum] page_size
474
489
  # Optional. The maximum number of batches to return in each response. The
475
490
  # service may return fewer than this value. The default page size is 20; the
@@ -494,11 +509,13 @@ module Google
494
509
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
495
510
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
496
511
  # @raise [Google::Apis::AuthorizationError] Authorization is required
497
- def list_project_location_batches(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
512
+ def list_project_location_batches(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
498
513
  command = make_simple_command(:get, 'v1/{+parent}/batches', options)
499
514
  command.response_representation = Google::Apis::DataprocV1::ListBatchesResponse::Representation
500
515
  command.response_class = Google::Apis::DataprocV1::ListBatchesResponse
501
516
  command.params['parent'] = parent unless parent.nil?
517
+ command.query['filter'] = filter unless filter.nil?
518
+ command.query['orderBy'] = order_by unless order_by.nil?
502
519
  command.query['pageSize'] = page_size unless page_size.nil?
503
520
  command.query['pageToken'] = page_token unless page_token.nil?
504
521
  command.query['fields'] = fields unless fields.nil?
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.42.0
4
+ version: 0.44.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: 2023-01-15 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.44.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: []