Skip to content

Commit 9584f7f

Browse files
yoshi-automationfeywind
authored andcommitted
fix(clouddeploy): update the API
#### clouddeploy:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent f393856 commit 9584f7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/clouddeploy-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -2359,7 +2359,7 @@
23592359
}
23602360
}
23612361
},
2362-
"revision": "20251001",
2362+
"revision": "20251022",
23632363
"rootUrl": "https://clouddeploy.googleapis.com/",
23642364
"schemas": {
23652365
"AbandonReleaseRequest": {

src/apis/clouddeploy/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,7 @@ export namespace clouddeploy_v1 {
36553655
*
36563656
* // Do the magic
36573657
* const res = await clouddeploy.projects.locations.list({
3658-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3658+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
36593659
* extraLocationTypes: 'placeholder-value',
36603660
* // 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).
36613661
* filter: 'placeholder-value',
@@ -3790,7 +3790,7 @@ export namespace clouddeploy_v1 {
37903790
export interface Params$Resource$Projects$Locations$List
37913791
extends StandardParameters {
37923792
/**
3793-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3793+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
37943794
*/
37953795
extraLocationTypes?: string[];
37963796
/**

0 commit comments

Comments
 (0)