google-apis-dataproc_v1 0.9.0 → 0.13.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: 85ec2f14f1a0d9ca7ba100ff122b3954455a7e99a0bf4ac75d8fda83ead9b8fb
4
- data.tar.gz: 3f29d6db78f67d1a3c4aacb3549aab64c742e43c10b48ffdbe672a20fde4a138
3
+ metadata.gz: 65b0e8f032912bbb0a85c9bfafc70f5353dc5a434a2b4c7efdbca6f1b19fefd8
4
+ data.tar.gz: 23e10cb2361ae2b22adf6345ff1b99dc54f96caa11bb4e7c432a09fc134104b4
5
5
  SHA512:
6
- metadata.gz: 9c607b05c3aa0826a00a4c3129d9d1d86fa794c1f45cb0fc159bb054c92dba1f1126a8c3442c9e5d80d78ff88ca8bec20099ff660d7b55a20ba29c6e1ddbfa90
7
- data.tar.gz: 0d355a6154e987c3d4f0644d272abd84e05674da1cea22e596193467162d1c7629bd6877cf963ea4df115799043d05a962c6f756d85adc1d4f47d9951fc254bf
6
+ metadata.gz: c176e29ba642d972ea88d177e2a2996204484c180865323d24047e4abd497d1c27e497e60868b57efa791ad1f2fae1205626add30414a5ac53257e00c123018c
7
+ data.tar.gz: c9b8df914197d54de7fd5631c6bce7eef2f8d96b807af5e43e6d669edd318acee484aa2aa813b66c1e63a30c01ff63c04d01bd438ace6f000b525a778abbb536
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.13.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210819
6
+
7
+ ### v0.12.0 (2021-07-01)
8
+
9
+ * Regenerated from discovery document revision 20210625
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.11.0 (2021-06-25)
13
+
14
+ * Regenerated from discovery document revision 20210622
15
+
16
+ ### v0.10.0 (2021-06-04)
17
+
18
+ * Regenerated from discovery document revision 20210521
19
+ * Regenerated using generator version 0.3.0
20
+
3
21
  ### v0.9.0 (2021-05-19)
4
22
 
5
23
  * Unspecified changes
@@ -372,8 +372,8 @@ module Google
372
372
  end
373
373
  end
374
374
 
375
- # Describes the identifying information, config, and status of a cluster of
376
- # Compute Engine instances.
375
+ # Describes the identifying information, config, and status of a Dataproc
376
+ # cluster
377
377
  class Cluster
378
378
  include Google::Apis::Core::Hashable
379
379
 
@@ -456,9 +456,10 @@ module Google
456
456
  # Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your
457
457
  # cluster's staging bucket according to the Compute Engine zone where your
458
458
  # cluster is deployed, and then create and manage this project-level, per-
459
- # location bucket (see Dataproc staging bucket (https://cloud.google.com/
460
- # dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
461
- # requires a Cloud Storage bucket name, not a URI to a Cloud Storage bucket.
459
+ # location bucket (see Dataproc staging and temp buckets (https://cloud.google.
460
+ # com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field
461
+ # requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage
462
+ # bucket.
462
463
  # Corresponds to the JSON property `configBucket`
463
464
  # @return [String]
464
465
  attr_accessor :config_bucket
@@ -479,7 +480,7 @@ module Google
479
480
  # @return [Google::Apis::DataprocV1::GceClusterConfig]
480
481
  attr_accessor :gce_cluster_config
481
482
 
482
- # The GKE config for this cluster.
483
+ # The cluster's GKE config.
483
484
  # Corresponds to the JSON property `gkeClusterConfig`
484
485
  # @return [Google::Apis::DataprocV1::GkeClusterConfig]
485
486
  attr_accessor :gke_cluster_config
@@ -533,8 +534,10 @@ module Google
533
534
  # your cluster's temp bucket according to the Compute Engine zone where your
534
535
  # cluster is deployed, and then create and manage this project-level, per-
535
536
  # location bucket. The default bucket has a TTL of 90 days, but you can use any
536
- # TTL (or none) if you specify a bucket. This field requires a Cloud Storage
537
- # bucket name, not a URI to a Cloud Storage bucket.
537
+ # TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (
538
+ # https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-
539
+ # bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI
540
+ # to a Cloud Storage bucket.
538
541
  # Corresponds to the JSON property `tempBucket`
539
542
  # @return [String]
540
543
  attr_accessor :temp_bucket
@@ -1181,7 +1184,7 @@ module Google
1181
1184
  end
1182
1185
  end
1183
1186
 
1184
- # The GKE config for this cluster.
1187
+ # The cluster's GKE config.
1185
1188
  class GkeClusterConfig
1186
1189
  include Google::Apis::Core::Hashable
1187
1190
 
@@ -1552,7 +1555,12 @@ module Google
1552
1555
  # @return [String]
1553
1556
  attr_accessor :instance_name
1554
1557
 
1555
- # The public key used for sharing data with this instance.
1558
+ # The public ECIES key used for sharing data with this instance.
1559
+ # Corresponds to the JSON property `publicEciesKey`
1560
+ # @return [String]
1561
+ attr_accessor :public_ecies_key
1562
+
1563
+ # The public RSA key used for sharing data with this instance.
1556
1564
  # Corresponds to the JSON property `publicKey`
1557
1565
  # @return [String]
1558
1566
  attr_accessor :public_key
@@ -1565,6 +1573,7 @@ module Google
1565
1573
  def update!(**args)
1566
1574
  @instance_id = args[:instance_id] if args.key?(:instance_id)
1567
1575
  @instance_name = args[:instance_name] if args.key?(:instance_name)
1576
+ @public_ecies_key = args[:public_ecies_key] if args.key?(:public_ecies_key)
1568
1577
  @public_key = args[:public_key] if args.key?(:public_key)
1569
1578
  end
1570
1579
  end
@@ -2698,7 +2707,7 @@ module Google
2698
2707
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2699
2708
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2700
2709
  # description: Does not grant access after Sep 2020 expression: request.time <
2701
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2710
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2702
2711
  # description of IAM and its features, see the IAM documentation (https://cloud.
2703
2712
  # google.com/iam/docs/).
2704
2713
  class Policy
@@ -2936,6 +2945,38 @@ module Google
2936
2945
  end
2937
2946
  end
2938
2947
 
2948
+ # A request to repair a cluster.
2949
+ class RepairClusterRequest
2950
+ include Google::Apis::Core::Hashable
2951
+
2952
+ # Optional. Specifying the cluster_uuid means the RPC will fail (with error
2953
+ # NOT_FOUND) if a cluster with the specified UUID does not exist.
2954
+ # Corresponds to the JSON property `clusterUuid`
2955
+ # @return [String]
2956
+ attr_accessor :cluster_uuid
2957
+
2958
+ # Optional. A unique ID used to identify the request. If the server receives two
2959
+ # RepairClusterRequests with the same ID, the second request is ignored, and the
2960
+ # first google.longrunning.Operation created and stored in the backend is
2961
+ # returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/
2962
+ # wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z)
2963
+ # , numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
2964
+ # characters.
2965
+ # Corresponds to the JSON property `requestId`
2966
+ # @return [String]
2967
+ attr_accessor :request_id
2968
+
2969
+ def initialize(**args)
2970
+ update!(**args)
2971
+ end
2972
+
2973
+ # Update properties of this object
2974
+ def update!(**args)
2975
+ @cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
2976
+ @request_id = args[:request_id] if args.key?(:request_id)
2977
+ end
2978
+ end
2979
+
2939
2980
  # Reservation Affinity for consuming Zonal reservation.
2940
2981
  class ReservationAffinity
2941
2982
  include Google::Apis::Core::Hashable
@@ -3021,7 +3062,7 @@ module Google
3021
3062
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3022
3063
  # roles/resourcemanager.organizationViewer condition: title: expirable access
3023
3064
  # description: Does not grant access after Sep 2020 expression: request.time <
3024
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
3065
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3025
3066
  # description of IAM and its features, see the IAM documentation (https://cloud.
3026
3067
  # google.com/iam/docs/).
3027
3068
  # Corresponds to the JSON property `policy`
@@ -3308,13 +3349,13 @@ module Google
3308
3349
  # @return [String]
3309
3350
  attr_accessor :cluster_uuid
3310
3351
 
3311
- # Optional. A unique id used to identify the request. If the server receives two
3352
+ # Optional. A unique ID used to identify the request. If the server receives two
3312
3353
  # StartClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
3313
3354
  # google.cloud.dataproc.v1#google.cloud.dataproc.v1.StartClusterRequest)s with
3314
3355
  # the same id, then the second request will be ignored and the first google.
3315
3356
  # longrunning.Operation created and stored in the backend is returned.
3316
3357
  # Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/
3317
- # Universally_unique_identifier).The id must contain only letters (a-z, A-Z),
3358
+ # Universally_unique_identifier).The ID must contain only letters (a-z, A-Z),
3318
3359
  # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
3319
3360
  # characters.
3320
3361
  # Corresponds to the JSON property `requestId`
@@ -3381,13 +3422,13 @@ module Google
3381
3422
  # @return [String]
3382
3423
  attr_accessor :cluster_uuid
3383
3424
 
3384
- # Optional. A unique id used to identify the request. If the server receives two
3425
+ # Optional. A unique ID used to identify the request. If the server receives two
3385
3426
  # StopClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
3386
3427
  # google.cloud.dataproc.v1#google.cloud.dataproc.v1.StopClusterRequest)s with
3387
3428
  # the same id, then the second request will be ignored and the first google.
3388
3429
  # longrunning.Operation created and stored in the backend is returned.
3389
3430
  # Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/
3390
- # Universally_unique_identifier).The id must contain only letters (a-z, A-Z),
3431
+ # Universally_unique_identifier).The ID must contain only letters (a-z, A-Z),
3391
3432
  # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
3392
3433
  # characters.
3393
3434
  # Corresponds to the JSON property `requestId`
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210819"
26
26
  end
27
27
  end
28
28
  end
@@ -412,6 +412,12 @@ module Google
412
412
  include Google::Apis::Core::JsonObjectSupport
413
413
  end
414
414
 
415
+ class RepairClusterRequest
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
415
421
  class ReservationAffinity
416
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
423
 
@@ -920,6 +926,7 @@ module Google
920
926
  class Representation < Google::Apis::Core::JsonRepresentation
921
927
  property :instance_id, as: 'instanceId'
922
928
  property :instance_name, as: 'instanceName'
929
+ property :public_ecies_key, as: 'publicEciesKey'
923
930
  property :public_key, as: 'publicKey'
924
931
  end
925
932
  end
@@ -1267,6 +1274,14 @@ module Google
1267
1274
  end
1268
1275
  end
1269
1276
 
1277
+ class RepairClusterRequest
1278
+ # @private
1279
+ class Representation < Google::Apis::Core::JsonRepresentation
1280
+ property :cluster_uuid, as: 'clusterUuid'
1281
+ property :request_id, as: 'requestId'
1282
+ end
1283
+ end
1284
+
1270
1285
  class ReservationAffinity
1271
1286
  # @private
1272
1287
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1079,14 +1079,16 @@ module Google
1079
1079
  # @param [String] region
1080
1080
  # Required. The Dataproc region in which to handle the request.
1081
1081
  # @param [Google::Apis::DataprocV1::Cluster] cluster_object
1082
+ # @param [String] action_on_failed_primary_workers
1083
+ # Optional. Failure action when primary worker creation fails.
1082
1084
  # @param [String] request_id
1083
- # Optional. A unique id used to identify the request. If the server receives two
1085
+ # Optional. A unique ID used to identify the request. If the server receives two
1084
1086
  # CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
1085
1087
  # google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with
1086
1088
  # the same id, then the second request will be ignored and the first google.
1087
1089
  # longrunning.Operation created and stored in the backend is returned.It is
1088
1090
  # recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/
1089
- # Universally_unique_identifier).The id must contain only letters (a-z, A-Z),
1091
+ # Universally_unique_identifier).The ID must contain only letters (a-z, A-Z),
1090
1092
  # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
1091
1093
  # characters.
1092
1094
  # @param [String] fields
@@ -1106,7 +1108,7 @@ module Google
1106
1108
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1107
1109
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1108
1110
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1109
- def create_cluster(project_id, region, cluster_object = nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1111
+ def create_cluster(project_id, region, cluster_object = nil, action_on_failed_primary_workers: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1110
1112
  command = make_simple_command(:post, 'v1/projects/{projectId}/regions/{region}/clusters', options)
1111
1113
  command.request_representation = Google::Apis::DataprocV1::Cluster::Representation
1112
1114
  command.request_object = cluster_object
@@ -1114,6 +1116,7 @@ module Google
1114
1116
  command.response_class = Google::Apis::DataprocV1::Operation
1115
1117
  command.params['projectId'] = project_id unless project_id.nil?
1116
1118
  command.params['region'] = region unless region.nil?
1119
+ command.query['actionOnFailedPrimaryWorkers'] = action_on_failed_primary_workers unless action_on_failed_primary_workers.nil?
1117
1120
  command.query['requestId'] = request_id unless request_id.nil?
1118
1121
  command.query['fields'] = fields unless fields.nil?
1119
1122
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -1134,13 +1137,13 @@ module Google
1134
1137
  # Optional. Specifying the cluster_uuid means the RPC should fail (with error
1135
1138
  # NOT_FOUND) if cluster with specified UUID does not exist.
1136
1139
  # @param [String] request_id
1137
- # Optional. A unique id used to identify the request. If the server receives two
1140
+ # Optional. A unique ID used to identify the request. If the server receives two
1138
1141
  # DeleteClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
1139
1142
  # google.cloud.dataproc.v1#google.cloud.dataproc.v1.DeleteClusterRequest)s with
1140
1143
  # the same id, then the second request will be ignored and the first google.
1141
1144
  # longrunning.Operation created and stored in the backend is returned.It is
1142
1145
  # recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/
1143
- # Universally_unique_identifier).The id must contain only letters (a-z, A-Z),
1146
+ # Universally_unique_identifier).The ID must contain only letters (a-z, A-Z),
1144
1147
  # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
1145
1148
  # characters.
1146
1149
  # @param [String] fields
@@ -1388,7 +1391,8 @@ module Google
1388
1391
 
1389
1392
  # Updates a cluster in a project. The returned Operation.metadata will be
1390
1393
  # ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/
1391
- # google.cloud.dataproc.v1#clusteroperationmetadata).
1394
+ # google.cloud.dataproc.v1#clusteroperationmetadata). The cluster must be in a
1395
+ # RUNNING state or an error is returned.
1392
1396
  # @param [String] project_id
1393
1397
  # Required. The ID of the Google Cloud Platform project the cluster belongs to.
1394
1398
  # @param [String] region
@@ -1406,13 +1410,13 @@ module Google
1406
1410
  # buffers/docs/proto3#json)).Only supported on Dataproc image versions 1.2 and
1407
1411
  # higher.
1408
1412
  # @param [String] request_id
1409
- # Optional. A unique id used to identify the request. If the server receives two
1413
+ # Optional. A unique ID used to identify the request. If the server receives two
1410
1414
  # UpdateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/
1411
1415
  # google.cloud.dataproc.v1#google.cloud.dataproc.v1.UpdateClusterRequest)s with
1412
1416
  # the same id, then the second request will be ignored and the first google.
1413
1417
  # longrunning.Operation created and stored in the backend is returned.It is
1414
1418
  # recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/
1415
- # Universally_unique_identifier).The id must contain only letters (a-z, A-Z),
1419
+ # Universally_unique_identifier).The ID must contain only letters (a-z, A-Z),
1416
1420
  # numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
1417
1421
  # characters.
1418
1422
  # @param [String] update_mask
@@ -1463,6 +1467,45 @@ module Google
1463
1467
  execute_or_queue_command(command, &block)
1464
1468
  end
1465
1469
 
1470
+ # Repairs a cluster.
1471
+ # @param [String] project_id
1472
+ # Required. The ID of the Google Cloud Platform project the cluster belongs to.
1473
+ # @param [String] region
1474
+ # Required. The Dataproc region in which to handle the request.
1475
+ # @param [String] cluster_name
1476
+ # Required. The cluster name.
1477
+ # @param [Google::Apis::DataprocV1::RepairClusterRequest] repair_cluster_request_object
1478
+ # @param [String] fields
1479
+ # Selector specifying which fields to include in a partial response.
1480
+ # @param [String] quota_user
1481
+ # Available to use for quota purposes for server-side applications. Can be any
1482
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1483
+ # @param [Google::Apis::RequestOptions] options
1484
+ # Request-specific options
1485
+ #
1486
+ # @yield [result, err] Result & error if block supplied
1487
+ # @yieldparam result [Google::Apis::DataprocV1::Operation] parsed result object
1488
+ # @yieldparam err [StandardError] error object if request failed
1489
+ #
1490
+ # @return [Google::Apis::DataprocV1::Operation]
1491
+ #
1492
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1493
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1494
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1495
+ def repair_cluster(project_id, region, cluster_name, repair_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1496
+ command = make_simple_command(:post, 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair', options)
1497
+ command.request_representation = Google::Apis::DataprocV1::RepairClusterRequest::Representation
1498
+ command.request_object = repair_cluster_request_object
1499
+ command.response_representation = Google::Apis::DataprocV1::Operation::Representation
1500
+ command.response_class = Google::Apis::DataprocV1::Operation
1501
+ command.params['projectId'] = project_id unless project_id.nil?
1502
+ command.params['region'] = region unless region.nil?
1503
+ command.params['clusterName'] = cluster_name unless cluster_name.nil?
1504
+ command.query['fields'] = fields unless fields.nil?
1505
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1506
+ execute_or_queue_command(command, &block)
1507
+ end
1508
+
1466
1509
  # Sets the access control policy on the specified resource. Replaces any
1467
1510
  # existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
1468
1511
  # errors.
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataproc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Dataproc API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1
57
63
  post_install_message:
58
64
  rdoc_options: []