You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 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
Copy file name to clipboardExpand all lines: discovery/apigateway-v1.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@
143
143
],
144
144
"parameters": {
145
145
"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.",
Copy file name to clipboardExpand all lines: discovery/apigateway-v1beta.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@
143
143
],
144
144
"parameters": {
145
145
"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.",
* 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.
797
797
* extraLocationTypes: 'placeholder-value',
798
798
* // 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).
* 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.
819
819
* extraLocationTypes: 'placeholder-value',
820
820
* // 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).
0 commit comments