@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250122 → 0.0.20250131

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.
Files changed (3) hide show
  1. package/index.d.ts +59 -57
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://dataproc.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250122
12
+ // Revision: 20250131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Cloud Dataproc API v1 */
18
18
  function load(
19
- urlOrObject: 'https://dataproc.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://dataproc.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'dataproc', version: 'v1'): Promise<void>;
@@ -612,6 +612,8 @@ declare namespace gapi.client {
612
612
  privateIpv6GoogleAccess?: string;
613
613
  /** Optional. Reservation Affinity for consuming Zonal reservation. */
614
614
  reservationAffinity?: ReservationAffinity;
615
+ /** Optional. Resource manager tags to add to all instances (see Resource manager tags resources (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)). */
616
+ resourceManagerTags?: {[P in string]: string};
615
617
  /** Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used. */
616
618
  serviceAccount?: string;
617
619
  /** Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control */
@@ -2452,7 +2454,7 @@ declare namespace gapi.client {
2452
2454
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2453
2455
  uploadType?: string;
2454
2456
  },
2455
- body: AutoscalingPolicy
2457
+ body: AutoscalingPolicy,
2456
2458
  ): Request<AutoscalingPolicy>;
2457
2459
  /** Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters. */
2458
2460
  delete(request?: {
@@ -2536,7 +2538,7 @@ declare namespace gapi.client {
2536
2538
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2537
2539
  uploadType?: string;
2538
2540
  },
2539
- body: GetIamPolicyRequest
2541
+ body: GetIamPolicyRequest,
2540
2542
  ): Request<Policy>;
2541
2543
  /** Lists autoscaling policies in the project. */
2542
2544
  list(request?: {
@@ -2597,7 +2599,7 @@ declare namespace gapi.client {
2597
2599
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2598
2600
  uploadType?: string;
2599
2601
  },
2600
- body: SetIamPolicyRequest
2602
+ body: SetIamPolicyRequest,
2601
2603
  ): Request<Policy>;
2602
2604
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2603
2605
  testIamPermissions(
@@ -2627,7 +2629,7 @@ declare namespace gapi.client {
2627
2629
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2628
2630
  uploadType?: string;
2629
2631
  },
2630
- body: TestIamPermissionsRequest
2632
+ body: TestIamPermissionsRequest,
2631
2633
  ): Request<TestIamPermissionsResponse>;
2632
2634
  /** Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements. */
2633
2635
  update(request: {
@@ -2685,7 +2687,7 @@ declare namespace gapi.client {
2685
2687
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2686
2688
  uploadType?: string;
2687
2689
  },
2688
- body: AutoscalingPolicy
2690
+ body: AutoscalingPolicy,
2689
2691
  ): Request<AutoscalingPolicy>;
2690
2692
  }
2691
2693
  interface SparkApplicationsResource {
@@ -3386,7 +3388,7 @@ declare namespace gapi.client {
3386
3388
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3387
3389
  uploadType?: string;
3388
3390
  },
3389
- body: WriteSparkApplicationContextRequest
3391
+ body: WriteSparkApplicationContextRequest,
3390
3392
  ): Request<{}>;
3391
3393
  }
3392
3394
  interface BatchesResource {
@@ -3446,7 +3448,7 @@ declare namespace gapi.client {
3446
3448
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3447
3449
  uploadType?: string;
3448
3450
  },
3449
- body: AnalyzeBatchRequest
3451
+ body: AnalyzeBatchRequest,
3450
3452
  ): Request<Operation>;
3451
3453
  /** Creates a batch workload that executes asynchronously. */
3452
3454
  create(request: {
@@ -3512,7 +3514,7 @@ declare namespace gapi.client {
3512
3514
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3513
3515
  uploadType?: string;
3514
3516
  },
3515
- body: Batch
3517
+ body: Batch,
3516
3518
  ): Request<Operation>;
3517
3519
  /** Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILED State, the delete operation fails and the response returns FAILED_PRECONDITION. */
3518
3520
  delete(request?: {
@@ -4419,7 +4421,7 @@ declare namespace gapi.client {
4419
4421
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4420
4422
  uploadType?: string;
4421
4423
  },
4422
- body: WriteSessionSparkApplicationContextRequest
4424
+ body: WriteSessionSparkApplicationContextRequest,
4423
4425
  ): Request<{}>;
4424
4426
  }
4425
4427
  interface SessionsResource {
@@ -4487,7 +4489,7 @@ declare namespace gapi.client {
4487
4489
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4488
4490
  uploadType?: string;
4489
4491
  },
4490
- body: Session
4492
+ body: Session,
4491
4493
  ): Request<Operation>;
4492
4494
  /** Deletes the interactive session resource. If the session is not in terminal state, it is terminated, and then deleted. */
4493
4495
  delete(request?: {
@@ -4634,7 +4636,7 @@ declare namespace gapi.client {
4634
4636
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4635
4637
  uploadType?: string;
4636
4638
  },
4637
- body: TerminateSessionRequest
4639
+ body: TerminateSessionRequest,
4638
4640
  ): Request<Operation>;
4639
4641
  sparkApplications: SparkApplicationsResource;
4640
4642
  }
@@ -4695,7 +4697,7 @@ declare namespace gapi.client {
4695
4697
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4696
4698
  uploadType?: string;
4697
4699
  },
4698
- body: SessionTemplate
4700
+ body: SessionTemplate,
4699
4701
  ): Request<SessionTemplate>;
4700
4702
  /** Deletes a session template. */
4701
4703
  delete(request?: {
@@ -4840,7 +4842,7 @@ declare namespace gapi.client {
4840
4842
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4841
4843
  uploadType?: string;
4842
4844
  },
4843
- body: SessionTemplate
4845
+ body: SessionTemplate,
4844
4846
  ): Request<SessionTemplate>;
4845
4847
  }
4846
4848
  interface WorkflowTemplatesResource {
@@ -4900,7 +4902,7 @@ declare namespace gapi.client {
4900
4902
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4901
4903
  uploadType?: string;
4902
4904
  },
4903
- body: WorkflowTemplate
4905
+ body: WorkflowTemplate,
4904
4906
  ): Request<WorkflowTemplate>;
4905
4907
  /** Deletes a workflow template. It does not cancel in-progress workflows. */
4906
4908
  delete(request?: {
@@ -4988,7 +4990,7 @@ declare namespace gapi.client {
4988
4990
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4989
4991
  uploadType?: string;
4990
4992
  },
4991
- body: GetIamPolicyRequest
4993
+ body: GetIamPolicyRequest,
4992
4994
  ): Request<Policy>;
4993
4995
  /** Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty. */
4994
4996
  instantiate(request: {
@@ -5046,7 +5048,7 @@ declare namespace gapi.client {
5046
5048
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5047
5049
  uploadType?: string;
5048
5050
  },
5049
- body: InstantiateWorkflowTemplateRequest
5051
+ body: InstantiateWorkflowTemplateRequest,
5050
5052
  ): Request<Operation>;
5051
5053
  /** Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty. */
5052
5054
  instantiateInline(request: {
@@ -5108,7 +5110,7 @@ declare namespace gapi.client {
5108
5110
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5109
5111
  uploadType?: string;
5110
5112
  },
5111
- body: WorkflowTemplate
5113
+ body: WorkflowTemplate,
5112
5114
  ): Request<Operation>;
5113
5115
  /** Lists workflows that match the specified filter in the request. */
5114
5116
  list(request?: {
@@ -5169,7 +5171,7 @@ declare namespace gapi.client {
5169
5171
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5170
5172
  uploadType?: string;
5171
5173
  },
5172
- body: SetIamPolicyRequest
5174
+ body: SetIamPolicyRequest,
5173
5175
  ): Request<Policy>;
5174
5176
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
5175
5177
  testIamPermissions(
@@ -5199,7 +5201,7 @@ declare namespace gapi.client {
5199
5201
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5200
5202
  uploadType?: string;
5201
5203
  },
5202
- body: TestIamPermissionsRequest
5204
+ body: TestIamPermissionsRequest,
5203
5205
  ): Request<TestIamPermissionsResponse>;
5204
5206
  /** Updates (replaces) workflow template. The updated template must contain version that matches the current server version. */
5205
5207
  update(request: {
@@ -5257,7 +5259,7 @@ declare namespace gapi.client {
5257
5259
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5258
5260
  uploadType?: string;
5259
5261
  },
5260
- body: WorkflowTemplate
5262
+ body: WorkflowTemplate,
5261
5263
  ): Request<WorkflowTemplate>;
5262
5264
  }
5263
5265
  interface LocationsResource {
@@ -5325,7 +5327,7 @@ declare namespace gapi.client {
5325
5327
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5326
5328
  uploadType?: string;
5327
5329
  },
5328
- body: AutoscalingPolicy
5330
+ body: AutoscalingPolicy,
5329
5331
  ): Request<AutoscalingPolicy>;
5330
5332
  /** Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters. */
5331
5333
  delete(request?: {
@@ -5409,7 +5411,7 @@ declare namespace gapi.client {
5409
5411
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5410
5412
  uploadType?: string;
5411
5413
  },
5412
- body: GetIamPolicyRequest
5414
+ body: GetIamPolicyRequest,
5413
5415
  ): Request<Policy>;
5414
5416
  /** Lists autoscaling policies in the project. */
5415
5417
  list(request?: {
@@ -5470,7 +5472,7 @@ declare namespace gapi.client {
5470
5472
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5471
5473
  uploadType?: string;
5472
5474
  },
5473
- body: SetIamPolicyRequest
5475
+ body: SetIamPolicyRequest,
5474
5476
  ): Request<Policy>;
5475
5477
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
5476
5478
  testIamPermissions(
@@ -5500,7 +5502,7 @@ declare namespace gapi.client {
5500
5502
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5501
5503
  uploadType?: string;
5502
5504
  },
5503
- body: TestIamPermissionsRequest
5505
+ body: TestIamPermissionsRequest,
5504
5506
  ): Request<TestIamPermissionsResponse>;
5505
5507
  /** Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements. */
5506
5508
  update(request: {
@@ -5558,7 +5560,7 @@ declare namespace gapi.client {
5558
5560
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5559
5561
  uploadType?: string;
5560
5562
  },
5561
- body: AutoscalingPolicy
5563
+ body: AutoscalingPolicy,
5562
5564
  ): Request<AutoscalingPolicy>;
5563
5565
  }
5564
5566
  interface NodeGroupsResource {
@@ -5630,7 +5632,7 @@ declare namespace gapi.client {
5630
5632
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5631
5633
  uploadType?: string;
5632
5634
  },
5633
- body: NodeGroup
5635
+ body: NodeGroup,
5634
5636
  ): Request<Operation>;
5635
5637
  /** Gets the resource representation for a node group in a cluster. */
5636
5638
  get(request?: {
@@ -5715,7 +5717,7 @@ declare namespace gapi.client {
5715
5717
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5716
5718
  uploadType?: string;
5717
5719
  },
5718
- body: RepairNodeGroupRequest
5720
+ body: RepairNodeGroupRequest,
5719
5721
  ): Request<Operation>;
5720
5722
  /** Resizes a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#nodegroupoperationmetadata). */
5721
5723
  resize(request: {
@@ -5773,7 +5775,7 @@ declare namespace gapi.client {
5773
5775
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5774
5776
  uploadType?: string;
5775
5777
  },
5776
- body: ResizeNodeGroupRequest
5778
+ body: ResizeNodeGroupRequest,
5777
5779
  ): Request<Operation>;
5778
5780
  }
5779
5781
  interface ClustersResource {
@@ -5845,7 +5847,7 @@ declare namespace gapi.client {
5845
5847
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5846
5848
  uploadType?: string;
5847
5849
  },
5848
- body: Cluster
5850
+ body: Cluster,
5849
5851
  ): Request<Operation>;
5850
5852
  /** Deletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). */
5851
5853
  delete(request?: {
@@ -5948,7 +5950,7 @@ declare namespace gapi.client {
5948
5950
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5949
5951
  uploadType?: string;
5950
5952
  },
5951
- body: DiagnoseClusterRequest
5953
+ body: DiagnoseClusterRequest,
5952
5954
  ): Request<Operation>;
5953
5955
  /** Gets the resource representation for a cluster in a project. */
5954
5956
  get(request?: {
@@ -6009,7 +6011,7 @@ declare namespace gapi.client {
6009
6011
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6010
6012
  uploadType?: string;
6011
6013
  },
6012
- body: GetIamPolicyRequest
6014
+ body: GetIamPolicyRequest,
6013
6015
  ): Request<Policy>;
6014
6016
  /** Inject encrypted credentials into all of the VMs in a cluster.The target cluster must be a personal auth cluster assigned to the user who is issuing the RPC. */
6015
6017
  injectCredentials(request: {
@@ -6075,7 +6077,7 @@ declare namespace gapi.client {
6075
6077
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6076
6078
  uploadType?: string;
6077
6079
  },
6078
- body: InjectCredentialsRequest
6080
+ body: InjectCredentialsRequest,
6079
6081
  ): Request<Operation>;
6080
6082
  /** Lists all regions/{region}/clusters in a project alphabetically. */
6081
6083
  list(request?: {
@@ -6188,7 +6190,7 @@ declare namespace gapi.client {
6188
6190
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6189
6191
  uploadType?: string;
6190
6192
  },
6191
- body: Cluster
6193
+ body: Cluster,
6192
6194
  ): Request<Operation>;
6193
6195
  /** Repairs a cluster. */
6194
6196
  repair(request: {
@@ -6254,7 +6256,7 @@ declare namespace gapi.client {
6254
6256
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6255
6257
  uploadType?: string;
6256
6258
  },
6257
- body: RepairClusterRequest
6259
+ body: RepairClusterRequest,
6258
6260
  ): Request<Operation>;
6259
6261
  /** Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. */
6260
6262
  setIamPolicy(
@@ -6284,7 +6286,7 @@ declare namespace gapi.client {
6284
6286
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6285
6287
  uploadType?: string;
6286
6288
  },
6287
- body: SetIamPolicyRequest
6289
+ body: SetIamPolicyRequest,
6288
6290
  ): Request<Policy>;
6289
6291
  /** Starts a cluster in a project. */
6290
6292
  start(request: {
@@ -6350,7 +6352,7 @@ declare namespace gapi.client {
6350
6352
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6351
6353
  uploadType?: string;
6352
6354
  },
6353
- body: StartClusterRequest
6355
+ body: StartClusterRequest,
6354
6356
  ): Request<Operation>;
6355
6357
  /** Stops a cluster in a project. */
6356
6358
  stop(request: {
@@ -6416,7 +6418,7 @@ declare namespace gapi.client {
6416
6418
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6417
6419
  uploadType?: string;
6418
6420
  },
6419
- body: StopClusterRequest
6421
+ body: StopClusterRequest,
6420
6422
  ): Request<Operation>;
6421
6423
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
6422
6424
  testIamPermissions(
@@ -6446,7 +6448,7 @@ declare namespace gapi.client {
6446
6448
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6447
6449
  uploadType?: string;
6448
6450
  },
6449
- body: TestIamPermissionsRequest
6451
+ body: TestIamPermissionsRequest,
6450
6452
  ): Request<TestIamPermissionsResponse>;
6451
6453
  nodeGroups: NodeGroupsResource;
6452
6454
  }
@@ -6515,7 +6517,7 @@ declare namespace gapi.client {
6515
6517
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6516
6518
  uploadType?: string;
6517
6519
  },
6518
- body: CancelJobRequest
6520
+ body: CancelJobRequest,
6519
6521
  ): Request<Job>;
6520
6522
  /** Deletes the job from the project. If the job is active, the delete fails, and the response returns FAILED_PRECONDITION. */
6521
6523
  delete(request?: {
@@ -6607,7 +6609,7 @@ declare namespace gapi.client {
6607
6609
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6608
6610
  uploadType?: string;
6609
6611
  },
6610
- body: GetIamPolicyRequest
6612
+ body: GetIamPolicyRequest,
6611
6613
  ): Request<Policy>;
6612
6614
  /** Lists regions/{region}/jobs in a project. */
6613
6615
  list(request?: {
@@ -6716,7 +6718,7 @@ declare namespace gapi.client {
6716
6718
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6717
6719
  uploadType?: string;
6718
6720
  },
6719
- body: Job
6721
+ body: Job,
6720
6722
  ): Request<Job>;
6721
6723
  /** Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. */
6722
6724
  setIamPolicy(
@@ -6746,7 +6748,7 @@ declare namespace gapi.client {
6746
6748
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6747
6749
  uploadType?: string;
6748
6750
  },
6749
- body: SetIamPolicyRequest
6751
+ body: SetIamPolicyRequest,
6750
6752
  ): Request<Policy>;
6751
6753
  /** Submits a job to a cluster. */
6752
6754
  submit(request: {
@@ -6808,7 +6810,7 @@ declare namespace gapi.client {
6808
6810
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6809
6811
  uploadType?: string;
6810
6812
  },
6811
- body: SubmitJobRequest
6813
+ body: SubmitJobRequest,
6812
6814
  ): Request<Job>;
6813
6815
  /** Submits job to a cluster. */
6814
6816
  submitAsOperation(request: {
@@ -6870,7 +6872,7 @@ declare namespace gapi.client {
6870
6872
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6871
6873
  uploadType?: string;
6872
6874
  },
6873
- body: SubmitJobRequest
6875
+ body: SubmitJobRequest,
6874
6876
  ): Request<Operation>;
6875
6877
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
6876
6878
  testIamPermissions(
@@ -6900,7 +6902,7 @@ declare namespace gapi.client {
6900
6902
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6901
6903
  uploadType?: string;
6902
6904
  },
6903
- body: TestIamPermissionsRequest
6905
+ body: TestIamPermissionsRequest,
6904
6906
  ): Request<TestIamPermissionsResponse>;
6905
6907
  }
6906
6908
  interface OperationsResource {
@@ -7013,7 +7015,7 @@ declare namespace gapi.client {
7013
7015
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7014
7016
  uploadType?: string;
7015
7017
  },
7016
- body: GetIamPolicyRequest
7018
+ body: GetIamPolicyRequest,
7017
7019
  ): Request<Policy>;
7018
7020
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
7019
7021
  list(request?: {
@@ -7076,7 +7078,7 @@ declare namespace gapi.client {
7076
7078
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7077
7079
  uploadType?: string;
7078
7080
  },
7079
- body: SetIamPolicyRequest
7081
+ body: SetIamPolicyRequest,
7080
7082
  ): Request<Policy>;
7081
7083
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
7082
7084
  testIamPermissions(
@@ -7106,7 +7108,7 @@ declare namespace gapi.client {
7106
7108
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7107
7109
  uploadType?: string;
7108
7110
  },
7109
- body: TestIamPermissionsRequest
7111
+ body: TestIamPermissionsRequest,
7110
7112
  ): Request<TestIamPermissionsResponse>;
7111
7113
  }
7112
7114
  interface WorkflowTemplatesResource {
@@ -7166,7 +7168,7 @@ declare namespace gapi.client {
7166
7168
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7167
7169
  uploadType?: string;
7168
7170
  },
7169
- body: WorkflowTemplate
7171
+ body: WorkflowTemplate,
7170
7172
  ): Request<WorkflowTemplate>;
7171
7173
  /** Deletes a workflow template. It does not cancel in-progress workflows. */
7172
7174
  delete(request?: {
@@ -7254,7 +7256,7 @@ declare namespace gapi.client {
7254
7256
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7255
7257
  uploadType?: string;
7256
7258
  },
7257
- body: GetIamPolicyRequest
7259
+ body: GetIamPolicyRequest,
7258
7260
  ): Request<Policy>;
7259
7261
  /** Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty. */
7260
7262
  instantiate(request: {
@@ -7312,7 +7314,7 @@ declare namespace gapi.client {
7312
7314
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7313
7315
  uploadType?: string;
7314
7316
  },
7315
- body: InstantiateWorkflowTemplateRequest
7317
+ body: InstantiateWorkflowTemplateRequest,
7316
7318
  ): Request<Operation>;
7317
7319
  /** Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty. */
7318
7320
  instantiateInline(request: {
@@ -7374,7 +7376,7 @@ declare namespace gapi.client {
7374
7376
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7375
7377
  uploadType?: string;
7376
7378
  },
7377
- body: WorkflowTemplate
7379
+ body: WorkflowTemplate,
7378
7380
  ): Request<Operation>;
7379
7381
  /** Lists workflows that match the specified filter in the request. */
7380
7382
  list(request?: {
@@ -7435,7 +7437,7 @@ declare namespace gapi.client {
7435
7437
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7436
7438
  uploadType?: string;
7437
7439
  },
7438
- body: SetIamPolicyRequest
7440
+ body: SetIamPolicyRequest,
7439
7441
  ): Request<Policy>;
7440
7442
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
7441
7443
  testIamPermissions(
@@ -7465,7 +7467,7 @@ declare namespace gapi.client {
7465
7467
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7466
7468
  uploadType?: string;
7467
7469
  },
7468
- body: TestIamPermissionsRequest
7470
+ body: TestIamPermissionsRequest,
7469
7471
  ): Request<TestIamPermissionsResponse>;
7470
7472
  /** Updates (replaces) workflow template. The updated template must contain version that matches the current server version. */
7471
7473
  update(request: {
@@ -7523,7 +7525,7 @@ declare namespace gapi.client {
7523
7525
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7524
7526
  uploadType?: string;
7525
7527
  },
7526
- body: WorkflowTemplate
7528
+ body: WorkflowTemplate,
7527
7529
  ): Request<WorkflowTemplate>;
7528
7530
  }
7529
7531
  interface RegionsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataproc-v1",
3
- "version": "0.0.20250122",
3
+ "version": "0.0.20250131",
4
4
  "description": "TypeScript typings for Cloud Dataproc API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.dataproc
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -62,7 +62,7 @@ gapi.auth.authorize(
62
62
  } else {
63
63
  /* handle authorization error */
64
64
  }
65
- }
65
+ },
66
66
  );
67
67
  ```
68
68