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
Copy file name to clipboardExpand all lines: discovery/clouddeploy-v1.json
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,12 @@
168
168
"name"
169
169
],
170
170
"parameters": {
171
+
"extraLocationTypes": {
172
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
173
+
"location": "query",
174
+
"repeated": true,
175
+
"type": "string"
176
+
},
171
177
"filter": {
172
178
"description": "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).",
173
179
"location": "query",
@@ -2348,7 +2354,7 @@
2348
2354
}
2349
2355
}
2350
2356
},
2351
-
"revision": "20250226",
2357
+
"revision": "20250416",
2352
2358
"rootUrl": "https://clouddeploy.googleapis.com/",
2353
2359
"schemas": {
2354
2360
"AbandonReleaseRequest": {
@@ -3040,7 +3046,7 @@
3040
3046
"description": "Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase."
3041
3047
},
3042
3048
"verify": {
3043
-
"description": "Optional. Whether to run verify tests after each percentage deployment.",
3049
+
"description": "Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.",
3044
3050
"type": "boolean"
3045
3051
}
3046
3052
},
@@ -3741,7 +3747,7 @@
3741
3747
"type": "string"
3742
3748
},
3743
3749
"etag": {
3744
-
"description": "The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.",
3750
+
"description": "The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.",
3745
3751
"type": "string"
3746
3752
},
3747
3753
"labels": {
@@ -4959,7 +4965,7 @@
4959
4965
"type": "array"
4960
4966
},
4961
4967
"verify": {
4962
-
"description": "Optional. Whether to run verify tests after the deployment.",
4968
+
"description": "Optional. Whether to run verify tests after the deployment via `skaffold verify`.",
4963
4969
"type": "boolean"
4964
4970
}
4965
4971
},
@@ -6672,14 +6678,14 @@
6672
6678
"properties": {
6673
6679
"postdeploy": {
6674
6680
"$ref": "Postdeploy",
6675
-
"description": "Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present."
6681
+
"description": "Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job will not be present."
6676
6682
},
6677
6683
"predeploy": {
6678
6684
"$ref": "Predeploy",
6679
-
"description": "Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present."
6685
+
"description": "Optional. Configuration for the predeploy job. If this is not configured, the predeploy job will not be present."
6680
6686
},
6681
6687
"verify": {
6682
-
"description": "Optional. Whether to verify a deployment.",
6688
+
"description": "Optional. Whether to verify a deployment via `skaffold verify`.",
* The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1062
+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
3631
+
*/
3632
+
extraLocationTypes?: string[];
3629
3633
/**
3630
3634
* 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