Skip to content

Commit 6adcb0d

Browse files
fix(vpcaccess): update the API
#### vpcaccess:v1beta1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description #### vpcaccess:v1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent af45e7a commit 6adcb0d

File tree

4 files changed

+28
-44
lines changed

4 files changed

+28
-44
lines changed

discovery/vpcaccess-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
"type": "string"
376376
},
377377
"returnPartialSuccess": {
378-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
378+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
379379
"location": "query",
380380
"type": "boolean"
381381
}
@@ -395,7 +395,7 @@
395395
}
396396
}
397397
},
398-
"revision": "20251021",
398+
"revision": "20251116",
399399
"rootUrl": "https://vpcaccess.googleapis.com/",
400400
"schemas": {
401401
"Connector": {
@@ -528,7 +528,7 @@
528528
"type": "array"
529529
},
530530
"unreachable": {
531-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
531+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
532532
"items": {
533533
"type": "string"
534534
},

discovery/vpcaccess-v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
"type": "string"
376376
},
377377
"returnPartialSuccess": {
378-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
378+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
379379
"location": "query",
380380
"type": "boolean"
381381
}
@@ -395,7 +395,7 @@
395395
}
396396
}
397397
},
398-
"revision": "20251021",
398+
"revision": "20251116",
399399
"rootUrl": "https://vpcaccess.googleapis.com/",
400400
"schemas": {
401401
"Connector": {
@@ -540,7 +540,7 @@
540540
"type": "array"
541541
},
542542
"unreachable": {
543-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
543+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
544544
"items": {
545545
"type": "string"
546546
},

src/apis/vpcaccess/v1.ts

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export namespace vpcaccess_v1 {
212212
*/
213213
operations?: Schema$Operation[];
214214
/**
215-
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
215+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
216216
*/
217217
unreachable?: string[] | null;
218218
}
@@ -532,8 +532,7 @@ export namespace vpcaccess_v1 {
532532
}
533533
}
534534

535-
export interface Params$Resource$Projects$Locations$List
536-
extends StandardParameters {
535+
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
537536
/**
538537
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
539538
*/
@@ -1308,8 +1307,7 @@ export namespace vpcaccess_v1 {
13081307
}
13091308
}
13101309

1311-
export interface Params$Resource$Projects$Locations$Connectors$Create
1312-
extends StandardParameters {
1310+
export interface Params$Resource$Projects$Locations$Connectors$Create extends StandardParameters {
13131311
/**
13141312
* Required. The ID to use for this connector.
13151313
*/
@@ -1324,22 +1322,19 @@ export namespace vpcaccess_v1 {
13241322
*/
13251323
requestBody?: Schema$Connector;
13261324
}
1327-
export interface Params$Resource$Projects$Locations$Connectors$Delete
1328-
extends StandardParameters {
1325+
export interface Params$Resource$Projects$Locations$Connectors$Delete extends StandardParameters {
13291326
/**
13301327
* Required. Name of a Serverless VPC Access connector to delete.
13311328
*/
13321329
name?: string;
13331330
}
1334-
export interface Params$Resource$Projects$Locations$Connectors$Get
1335-
extends StandardParameters {
1331+
export interface Params$Resource$Projects$Locations$Connectors$Get extends StandardParameters {
13361332
/**
13371333
* Required. Name of a Serverless VPC Access connector to get.
13381334
*/
13391335
name?: string;
13401336
}
1341-
export interface Params$Resource$Projects$Locations$Connectors$List
1342-
extends StandardParameters {
1337+
export interface Params$Resource$Projects$Locations$Connectors$List extends StandardParameters {
13431338
/**
13441339
* Maximum number of functions to return per call.
13451340
*/
@@ -1353,8 +1348,7 @@ export namespace vpcaccess_v1 {
13531348
*/
13541349
parent?: string;
13551350
}
1356-
export interface Params$Resource$Projects$Locations$Connectors$Patch
1357-
extends StandardParameters {
1351+
export interface Params$Resource$Projects$Locations$Connectors$Patch extends StandardParameters {
13581352
/**
13591353
* The resource name in the format `projects/x/locations/x/connectors/x`.
13601354
*/
@@ -1553,7 +1547,7 @@ export namespace vpcaccess_v1 {
15531547
* pageSize: 'placeholder-value',
15541548
* // The standard list page token.
15551549
* pageToken: 'placeholder-value',
1556-
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
1550+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
15571551
* returnPartialSuccess: 'placeholder-value',
15581552
* });
15591553
* console.log(res.data);
@@ -1664,15 +1658,13 @@ export namespace vpcaccess_v1 {
16641658
}
16651659
}
16661660

1667-
export interface Params$Resource$Projects$Locations$Operations$Get
1668-
extends StandardParameters {
1661+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
16691662
/**
16701663
* The name of the operation resource.
16711664
*/
16721665
name?: string;
16731666
}
1674-
export interface Params$Resource$Projects$Locations$Operations$List
1675-
extends StandardParameters {
1667+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
16761668
/**
16771669
* The standard list filter.
16781670
*/
@@ -1690,7 +1682,7 @@ export namespace vpcaccess_v1 {
16901682
*/
16911683
pageToken?: string;
16921684
/**
1693-
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
1685+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
16941686
*/
16951687
returnPartialSuccess?: boolean;
16961688
}

src/apis/vpcaccess/v1beta1.ts

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export namespace vpcaccess_v1beta1 {
220220
*/
221221
operations?: Schema$Operation[];
222222
/**
223-
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
223+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
224224
*/
225225
unreachable?: string[] | null;
226226
}
@@ -540,8 +540,7 @@ export namespace vpcaccess_v1beta1 {
540540
}
541541
}
542542

543-
export interface Params$Resource$Projects$Locations$List
544-
extends StandardParameters {
543+
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
545544
/**
546545
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
547546
*/
@@ -1322,8 +1321,7 @@ export namespace vpcaccess_v1beta1 {
13221321
}
13231322
}
13241323

1325-
export interface Params$Resource$Projects$Locations$Connectors$Create
1326-
extends StandardParameters {
1324+
export interface Params$Resource$Projects$Locations$Connectors$Create extends StandardParameters {
13271325
/**
13281326
* Required. The ID to use for this connector.
13291327
*/
@@ -1338,22 +1336,19 @@ export namespace vpcaccess_v1beta1 {
13381336
*/
13391337
requestBody?: Schema$Connector;
13401338
}
1341-
export interface Params$Resource$Projects$Locations$Connectors$Delete
1342-
extends StandardParameters {
1339+
export interface Params$Resource$Projects$Locations$Connectors$Delete extends StandardParameters {
13431340
/**
13441341
* Required. Name of a Serverless VPC Access connector to delete.
13451342
*/
13461343
name?: string;
13471344
}
1348-
export interface Params$Resource$Projects$Locations$Connectors$Get
1349-
extends StandardParameters {
1345+
export interface Params$Resource$Projects$Locations$Connectors$Get extends StandardParameters {
13501346
/**
13511347
* Required. Name of a Serverless VPC Access connector to get.
13521348
*/
13531349
name?: string;
13541350
}
1355-
export interface Params$Resource$Projects$Locations$Connectors$List
1356-
extends StandardParameters {
1351+
export interface Params$Resource$Projects$Locations$Connectors$List extends StandardParameters {
13571352
/**
13581353
* Maximum number of functions to return per call.
13591354
*/
@@ -1367,8 +1362,7 @@ export namespace vpcaccess_v1beta1 {
13671362
*/
13681363
parent?: string;
13691364
}
1370-
export interface Params$Resource$Projects$Locations$Connectors$Patch
1371-
extends StandardParameters {
1365+
export interface Params$Resource$Projects$Locations$Connectors$Patch extends StandardParameters {
13721366
/**
13731367
* The resource name in the format `projects/x/locations/x/connectors/x`.
13741368
*/
@@ -1567,7 +1561,7 @@ export namespace vpcaccess_v1beta1 {
15671561
* pageSize: 'placeholder-value',
15681562
* // The standard list page token.
15691563
* pageToken: 'placeholder-value',
1570-
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
1564+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
15711565
* returnPartialSuccess: 'placeholder-value',
15721566
* });
15731567
* console.log(res.data);
@@ -1678,15 +1672,13 @@ export namespace vpcaccess_v1beta1 {
16781672
}
16791673
}
16801674

1681-
export interface Params$Resource$Projects$Locations$Operations$Get
1682-
extends StandardParameters {
1675+
export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
16831676
/**
16841677
* The name of the operation resource.
16851678
*/
16861679
name?: string;
16871680
}
1688-
export interface Params$Resource$Projects$Locations$Operations$List
1689-
extends StandardParameters {
1681+
export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
16901682
/**
16911683
* The standard list filter.
16921684
*/
@@ -1704,7 +1696,7 @@ export namespace vpcaccess_v1beta1 {
17041696
*/
17051697
pageToken?: string;
17061698
/**
1707-
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
1699+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
17081700
*/
17091701
returnPartialSuccess?: boolean;
17101702
}

0 commit comments

Comments
 (0)