Skip to content

Commit 3795b39

Browse files
feat(all): auto-regenerate discovery clients (#3041)
1 parent 3acb9e0 commit 3795b39

File tree

61 files changed

+12687
-1504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+12687
-1504
lines changed

‎alloydb/v1/alloydb-api.json

Lines changed: 346 additions & 9 deletions
Large diffs are not rendered by default.

‎alloydb/v1/alloydb-gen.go

Lines changed: 386 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎androidpublisher/v3/androidpublisher-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20250102",
4735+
"revision": "20250227",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -5705,6 +5705,10 @@
57055705
},
57065706
"description": "Map from region code to converted region price.",
57075707
"type": "object"
5708+
},
5709+
"regionVersion": {
5710+
"$ref": "RegionsVersion",
5711+
"description": "The region version at which the prices were generated."
57085712
}
57095713
},
57105714
"type": "object"

‎androidpublisher/v3/androidpublisher-gen.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎appengine/v1/appengine-api.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,11 +1084,6 @@
10841084
"required": true,
10851085
"type": "string"
10861086
},
1087-
"force": {
1088-
"description": "Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.)",
1089-
"location": "query",
1090-
"type": "boolean"
1091-
},
10921087
"servicesId": {
10931088
"description": "Part of `name`. See documentation of `appsId`.",
10941089
"location": "path",
@@ -1736,11 +1731,6 @@
17361731
"required": true,
17371732
"type": "string"
17381733
},
1739-
"force": {
1740-
"description": "Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.)",
1741-
"location": "query",
1742-
"type": "boolean"
1743-
},
17441734
"locationsId": {
17451735
"description": "Part of `name`. See documentation of `projectsId`.",
17461736
"location": "path",
@@ -1835,7 +1825,7 @@
18351825
}
18361826
}
18371827
},
1838-
"revision": "20250217",
1828+
"revision": "20250223",
18391829
"rootUrl": "https://appengine.googleapis.com/",
18401830
"schemas": {
18411831
"ApiConfigHandler": {

‎appengine/v1/appengine-gen.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎appengine/v1beta/appengine-api.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,11 +1084,6 @@
10841084
"required": true,
10851085
"type": "string"
10861086
},
1087-
"force": {
1088-
"description": "Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.)",
1089-
"location": "query",
1090-
"type": "boolean"
1091-
},
10921087
"servicesId": {
10931088
"description": "Part of `name`. See documentation of `appsId`.",
10941089
"location": "path",
@@ -1843,11 +1838,6 @@
18431838
"required": true,
18441839
"type": "string"
18451840
},
1846-
"force": {
1847-
"description": "Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.)",
1848-
"location": "query",
1849-
"type": "boolean"
1850-
},
18511841
"locationsId": {
18521842
"description": "Part of `name`. See documentation of `projectsId`.",
18531843
"location": "path",
@@ -2035,7 +2025,7 @@
20352025
}
20362026
}
20372027
},
2038-
"revision": "20250217",
2028+
"revision": "20250223",
20392029
"rootUrl": "https://appengine.googleapis.com/",
20402030
"schemas": {
20412031
"ApiConfigHandler": {

‎appengine/v1beta/appengine-gen.go

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎areainsights/v1/areainsights-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129
}
130130
},
131-
"revision": "20250223",
131+
"revision": "20250225",
132132
"rootUrl": "https://areainsights.googleapis.com/",
133133
"schemas": {
134134
"Circle": {
@@ -170,7 +170,7 @@
170170
"enumDescriptions": [
171171
"Not Specified.",
172172
"Count insight. When this insight is specified ComputeInsights returns the number of places that match the specified filter criteria. Example request: ``` { \"insights\": [\"INSIGHT_COUNT\"], \"filter\": { \"locationFilter\": { \"region\": { \"place\": \"places/ChIJPV4oX_65j4ARVW8IJ6IJUYs\" } }, \"typeFilter\": { \"includedTypes\": [\"restaurant\"] }, \"operatingStatus\": [\"OPERATING_STATUS_OPERATIONAL\"], \"priceLevels\": [ \"PRICE_LEVEL_FREE\", \"PRICE_LEVEL_INEXPENSIVE\" ], \"ratingFilter\": { \"minRating\": 4.0 } } } ``` Example response: ``` { \"count\": 1234 } ```",
173-
"Return Places When this insight is specified ComputeInsights returns places ids that match the specified filter criteria. Example request: ``` { \"insights\": [\"INSIGHT_PLACES\"], \"filter\": { \"locationFilter\": { \"region\": { \"place\": \"places/ChIJPV4oX_65j4ARVW8IJ6IJUYs\" } }, \"typeFilter\": { \"includedTypes\": [\"restaurant\"] }, \"operatingStatus\": [\"OPERATING_STATUS_OPERATIONAL\"], \"priceLevels\": [ \"PRICE_LEVEL_FREE\", \"PRICE_LEVEL_INEXPENSIVE\" ], \"ratingFilter\": { \"minRating\": 4.0 } } } ``` Example response: ``` { \"placeInsights\": [ {\"place\": \"places/ABC\"}, {\"place\": \"places/PQR\"}, {\"place\": \"places/XYZ\"} ] } ```"
173+
"Return Places When this insight is specified ComputeInsights returns places IDs that match the specified filter criteria. Example request: ``` { \"insights\": [\"INSIGHT_PLACES\"], \"filter\": { \"locationFilter\": { \"region\": { \"place\": \"places/ChIJPV4oX_65j4ARVW8IJ6IJUYs\" } }, \"typeFilter\": { \"includedTypes\": [\"restaurant\"] }, \"operatingStatus\": [\"OPERATING_STATUS_OPERATIONAL\"], \"priceLevels\": [ \"PRICE_LEVEL_FREE\", \"PRICE_LEVEL_INEXPENSIVE\" ], \"ratingFilter\": { \"minRating\": 4.0 } } } ``` Example response: ``` { \"placeInsights\": [ {\"place\": \"places/ABC\"}, {\"place\": \"places/PQR\"}, {\"place\": \"places/XYZ\"} ] } ```"
174174
],
175175
"type": "string"
176176
},
@@ -227,7 +227,7 @@
227227
"OPERATING_STATUS_TEMPORARILY_CLOSED"
228228
],
229229
"enumDescriptions": [
230-
"Not Specified.",
230+
"Not specified. This placeholder value should not be used.",
231231
"The place is operational and its open during its defined hours.",
232232
"The Place is no longer in business.",
233233
"The place is temporarily closed and expected to reopen in the future."

‎areainsights/v1/areainsights-gen.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎beyondcorp/v1alpha/beyondcorp-api.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,7 @@
23652365
]
23662366
},
23672367
"shouldThrottle": {
2368+
"deprecated": true,
23682369
"description": "Calls the Bouncer method ShouldThrottle to check if a request should be throttled.",
23692370
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:shouldThrottle",
23702371
"httpMethod": "GET",
@@ -3528,7 +3529,7 @@
35283529
"type": "string"
35293530
},
35303531
"updateMask": {
3531-
"description": "Required. Mutable fields include: display_name.",
3532+
"description": "Optional. Mutable fields include: display_name.",
35323533
"format": "google-fieldmask",
35333534
"location": "query",
35343535
"type": "string"
@@ -4129,7 +4130,7 @@
41294130
"type": "string"
41304131
},
41314132
"updateMask": {
4132-
"description": "Required. Mutable fields include: display_name, hubs.",
4133+
"description": "Optional. Mutable fields include: display_name, hubs.",
41334134
"format": "google-fieldmask",
41344135
"location": "query",
41354136
"type": "string"
@@ -4380,7 +4381,7 @@
43804381
}
43814382
}
43824383
},
4383-
"revision": "20241204",
4384+
"revision": "20250219",
43844385
"rootUrl": "https://beyondcorp.googleapis.com/",
43854386
"schemas": {
43864387
"AllocatedConnection": {
@@ -6470,10 +6471,13 @@
64706471
"readOnly": true,
64716472
"type": "string"
64726473
},
6474+
"csgCustomer": {
6475+
"description": "Optional. Whether the subscription is being created as part of the Citrix flow. If this field is set to true, the subscription should have both the start_time and end_time set in the request and the billing account used will be the Citrix master billing account regardless of what its set to in the request. This field can only be set to true in create requests.",
6476+
"type": "boolean"
6477+
},
64736478
"endTime": {
6474-
"description": "Output only. End time of the subscription.",
6479+
"description": "Optional. End time of the subscription.",
64756480
"format": "google-datetime",
6476-
"readOnly": true,
64776481
"type": "string"
64786482
},
64796483
"name": {
@@ -6498,9 +6502,8 @@
64986502
"type": "string"
64996503
},
65006504
"startTime": {
6501-
"description": "Output only. Start time of the subscription.",
6505+
"description": "Optional. Start time of the subscription.",
65026506
"format": "google-datetime",
6503-
"readOnly": true,
65046507
"type": "string"
65056508
},
65066509
"state": {
@@ -7376,6 +7379,7 @@
73767379
"type": "object"
73777380
},
73787381
"ShouldThrottleResponse": {
7382+
"deprecated": true,
73797383
"description": "Response message for calling ShouldThrottle",
73807384
"id": "ShouldThrottleResponse",
73817385
"properties": {

‎beyondcorp/v1alpha/beyondcorp-gen.go

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)