Skip to content

Commit 96e65ed

Browse files
yoshi-automationfeywind
authored andcommitted
fix(networkconnectivity): update the API
#### networkconnectivity:v1alpha1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 411afe4 commit 96e65ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/networkconnectivity-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -1127,7 +1127,7 @@
11271127
}
11281128
}
11291129
},
1130-
"revision": "20250925",
1130+
"revision": "20251030",
11311131
"rootUrl": "https://networkconnectivity.googleapis.com/",
11321132
"schemas": {
11331133
"AllocationOptions": {

src/apis/networkconnectivity/v1alpha1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ export namespace networkconnectivity_v1alpha1 {
826826
*
827827
* // Do the magic
828828
* const res = await networkconnectivity.projects.locations.list({
829-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
829+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
830830
* extraLocationTypes: 'placeholder-value',
831831
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
832832
* filter: 'placeholder-value',
@@ -955,7 +955,7 @@ export namespace networkconnectivity_v1alpha1 {
955955
export interface Params$Resource$Projects$Locations$List
956956
extends StandardParameters {
957957
/**
958-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
958+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
959959
*/
960960
extraLocationTypes?: string[];
961961
/**

0 commit comments

Comments
 (0)