Skip to content

Commit d93f3c7

Browse files
yoshi-automationfeywind
authored andcommitted
fix(apigateway): update the API
#### apigateway:v1beta The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### apigateway:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 3a14160 commit d93f3c7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/apigateway-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"parameters": {
145145
"extraLocationTypes": {
146-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
146+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147147
"location": "query",
148148
"repeated": true,
149149
"type": "string"
@@ -1094,7 +1094,7 @@
10941094
}
10951095
}
10961096
},
1097-
"revision": "20251001",
1097+
"revision": "20251021",
10981098
"rootUrl": "https://apigateway.googleapis.com/",
10991099
"schemas": {
11001100
"ApigatewayApi": {

discovery/apigateway-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"parameters": {
145145
"extraLocationTypes": {
146-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
146+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147147
"location": "query",
148148
"repeated": true,
149149
"type": "string"
@@ -1094,7 +1094,7 @@
10941094
}
10951095
}
10961096
},
1097-
"revision": "20251001",
1097+
"revision": "20251021",
10981098
"rootUrl": "https://apigateway.googleapis.com/",
10991099
"schemas": {
11001100
"ApigatewayApi": {

src/apis/apigateway/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ export namespace apigateway_v1 {
793793
*
794794
* // Do the magic
795795
* const res = await apigateway.projects.locations.list({
796-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
796+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
797797
* extraLocationTypes: 'placeholder-value',
798798
* // 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).
799799
* filter: 'placeholder-value',
@@ -925,7 +925,7 @@ export namespace apigateway_v1 {
925925
export interface Params$Resource$Projects$Locations$List
926926
extends StandardParameters {
927927
/**
928-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
928+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
929929
*/
930930
extraLocationTypes?: string[];
931931
/**

src/apis/apigateway/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ export namespace apigateway_v1beta {
815815
*
816816
* // Do the magic
817817
* const res = await apigateway.projects.locations.list({
818-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
818+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
819819
* extraLocationTypes: 'placeholder-value',
820820
* // 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).
821821
* filter: 'placeholder-value',
@@ -947,7 +947,7 @@ export namespace apigateway_v1beta {
947947
export interface Params$Resource$Projects$Locations$List
948948
extends StandardParameters {
949949
/**
950-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
950+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
951951
*/
952952
extraLocationTypes?: string[];
953953
/**

0 commit comments

Comments
 (0)