Skip to content

Commit 9d0a851

Browse files
fix(webrisk): update the API
1 parent 758aa2a commit 9d0a851

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

src/apis/webrisk/v1.ts

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,7 @@ export namespace webrisk_v1 {
11081108
}
11091109
}
11101110

1111-
export interface Params$Resource$Projects$Operations$Cancel
1112-
extends StandardParameters {
1111+
export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters {
11131112
/**
11141113
* The name of the operation resource to be cancelled.
11151114
*/
@@ -1120,22 +1119,19 @@ export namespace webrisk_v1 {
11201119
*/
11211120
requestBody?: Schema$GoogleLongrunningCancelOperationRequest;
11221121
}
1123-
export interface Params$Resource$Projects$Operations$Delete
1124-
extends StandardParameters {
1122+
export interface Params$Resource$Projects$Operations$Delete extends StandardParameters {
11251123
/**
11261124
* The name of the operation resource to be deleted.
11271125
*/
11281126
name?: string;
11291127
}
1130-
export interface Params$Resource$Projects$Operations$Get
1131-
extends StandardParameters {
1128+
export interface Params$Resource$Projects$Operations$Get extends StandardParameters {
11321129
/**
11331130
* The name of the operation resource.
11341131
*/
11351132
name?: string;
11361133
}
1137-
export interface Params$Resource$Projects$Operations$List
1138-
extends StandardParameters {
1134+
export interface Params$Resource$Projects$Operations$List extends StandardParameters {
11391135
/**
11401136
* The standard list filter.
11411137
*/
@@ -1316,8 +1312,7 @@ export namespace webrisk_v1 {
13161312
}
13171313
}
13181314

1319-
export interface Params$Resource$Projects$Submissions$Create
1320-
extends StandardParameters {
1315+
export interface Params$Resource$Projects$Submissions$Create extends StandardParameters {
13211316
/**
13221317
* Required. The name of the project that is making the submission. This string is in the format "projects/{project_number\}".
13231318
*/
@@ -1496,8 +1491,7 @@ export namespace webrisk_v1 {
14961491
}
14971492
}
14981493

1499-
export interface Params$Resource$Threatlists$Computediff
1500-
extends StandardParameters {
1494+
export interface Params$Resource$Threatlists$Computediff extends StandardParameters {
15011495
/**
15021496
* Sets the maximum number of entries that the client is willing to have in the local database. This should be a power of 2 between 2**10 and 2**20. If zero, no database size limit is set.
15031497
*/

0 commit comments

Comments
 (0)