Skip to content

Commit 84179aa

Browse files
fix(storagebatchoperations): update the API
1 parent 0237759 commit 84179aa

File tree

1 file changed

+11
-22
lines changed
  • src/apis/storagebatchoperations

1 file changed

+11
-22
lines changed

src/apis/storagebatchoperations/v1.ts

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -853,15 +853,13 @@ export namespace storagebatchoperations_v1 {
853853
}
854854
}
855855

856-
export interface Params$Resource$Projects$Locations$Get
857-
extends StandardParameters {
856+
export interface Params$Resource$Projects$Locations$Get extends StandardParameters {
858857
/**
859858
* Resource name for the location.
860859
*/
861860
name?: string;
862861
}
863-
export interface Params$Resource$Projects$Locations$List
864-
extends StandardParameters {
862+
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
865863
/**
866864
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
867865
*/
@@ -1626,8 +1624,7 @@ export namespace storagebatchoperations_v1 {
16261624
}
16271625
}
16281626

1629-
export interface Params$Resource$Projects$Locations$Jobs$Cancel
1630-
extends StandardParameters {
1627+
export interface Params$Resource$Projects$Locations$Jobs$Cancel extends StandardParameters {
16311628
/**
16321629
* Required. The `name` of the job to cancel. Format: projects/{project_id\}/locations/global/jobs/{job_id\}.
16331630
*/
@@ -1638,8 +1635,7 @@ export namespace storagebatchoperations_v1 {
16381635
*/
16391636
requestBody?: Schema$CancelJobRequest;
16401637
}
1641-
export interface Params$Resource$Projects$Locations$Jobs$Create
1642-
extends StandardParameters {
1638+
export interface Params$Resource$Projects$Locations$Jobs$Create extends StandardParameters {
16431639
/**
16441640
* Required. The optional `job_id` for this Job . If not specified, an id is generated. `job_id` should be no more than 128 characters and must include only characters available in DNS names, as defined by RFC-1123.
16451641
*/
@@ -1658,8 +1654,7 @@ export namespace storagebatchoperations_v1 {
16581654
*/
16591655
requestBody?: Schema$Job;
16601656
}
1661-
export interface Params$Resource$Projects$Locations$Jobs$Delete
1662-
extends StandardParameters {
1657+
export interface Params$Resource$Projects$Locations$Jobs$Delete extends StandardParameters {
16631658
/**
16641659
* Required. The `name` of the job to delete. Format: projects/{project_id\}/locations/global/jobs/{job_id\} .
16651660
*/
@@ -1669,15 +1664,13 @@ export namespace storagebatchoperations_v1 {
16691664
*/
16701665
requestId?: string;
16711666
}
1672-
export interface Params$Resource$Projects$Locations$Jobs$Get
1673-
extends StandardParameters {
1667+
export interface Params$Resource$Projects$Locations$Jobs$Get extends StandardParameters {
16741668
/**
16751669
* Required. `name` of the job to retrieve. Format: projects/{project_id\}/locations/global/jobs/{job_id\} .
16761670
*/
16771671
name?: string;
16781672
}
1679-
export interface Params$Resource$Projects$Locations$Jobs$List
1680-
extends StandardParameters {
1673+
export interface Params$Resource$Projects$Locations$Jobs$List extends StandardParameters {
16811674
/**
16821675
* Optional. Filters results as defined by https://google.aip.dev/160.
16831676
*/
@@ -2272,8 +2265,7 @@ export namespace storagebatchoperations_v1 {
22722265
}
22732266
}
22742267

2275-
export interface Params$Resource$Projects$Locations$Operations$Cancel
2276-
extends StandardParameters {
2268+
export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
22772269
/**
22782270
* The name of the operation resource to be cancelled.
22792271
*/
@@ -2284,22 +2276,19 @@ export namespace storagebatchoperations_v1 {
22842276
*/
22852277
requestBody?: Schema$CancelOperationRequest;
22862278
}
2287-
export interface Params$Resource$Projects$Locations$Operations$Delete
2288-
extends StandardParameters {
2279+
export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
22892280
/**
22902281
* The name of the operation resource to be deleted.
22912282
*/
22922283
name?: string;
22932284
}
2294-
export interface Params$Resource$Projects$Locations$Operations$Get
2295-
extends StandardParameters {
2285+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
22962286
/**
22972287
* The name of the operation resource.
22982288
*/
22992289
name?: string;
23002290
}
2301-
export interface Params$Resource$Projects$Locations$Operations$List
2302-
extends StandardParameters {
2291+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
23032292
/**
23042293
* The standard list filter.
23052294
*/

0 commit comments

Comments
 (0)