Skip to content

Commit 0c219d9

Browse files
feat(all): auto-regenerate discovery clients (#3581)
1 parent 75172cf commit 0c219d9

62 files changed

Lines changed: 1672 additions & 303 deletions

File tree

Some content is hidden

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

admin/directory/v1/admin-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4729,7 +4729,7 @@
47294729
}
47304730
}
47314731
},
4732-
"revision": "20260227",
4732+
"revision": "20260421",
47334733
"rootUrl": "https://admin.googleapis.com/",
47344734
"schemas": {
47354735
"Alias": {
@@ -8491,7 +8491,7 @@
84918491
"id": "UserLocation",
84928492
"properties": {
84938493
"area": {
8494-
"description": "Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''",
8494+
"description": "Required. Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''",
84958495
"type": "string"
84968496
},
84978497
"buildingId": {

admin/directory/v1/admin-gen.go

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

alertcenter/v1beta1/alertcenter-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20260413",
426+
"revision": "20260427",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -1306,9 +1306,9 @@
13061306
],
13071307
"enumDescriptions": [
13081308
"Unspecified state change reason",
1309-
"Sync state change reason is unusual activity",
1310-
"Sync state change reason is user feedback true positive",
1311-
"Sync state change reason is user feedback false positive"
1309+
"Sync state was changed due to unusual activity, such as potential ransomware",
1310+
"The user provided feedback indicating that the initial sync state change may have been caused by unexpected activity",
1311+
"The user provided feedback indicating that the initial sync state change may have been caused by a false positive"
13121312
],
13131313
"type": "string"
13141314
}

alertcenter/v1beta1/alertcenter-gen.go

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

apihub/v1/apihub-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
]
211211
},
212212
"list": {
213-
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
213+
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
214214
"flatPath": "v1/projects/{projectsId}/locations",
215215
"httpMethod": "GET",
216216
"id": "apihub.projects.locations.list",
@@ -219,7 +219,7 @@
219219
],
220220
"parameters": {
221221
"extraLocationTypes": {
222-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
222+
"description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
223223
"location": "query",
224224
"repeated": true,
225225
"type": "string"
@@ -3254,7 +3254,7 @@
32543254
}
32553255
}
32563256
},
3257-
"revision": "20260406",
3257+
"revision": "20260425",
32583258
"rootUrl": "https://apihub.googleapis.com/",
32593259
"schemas": {
32603260
"Empty": {

apihub/v1/apihub-gen.go

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

cloudfunctions/v1/cloudfunctions-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"locations": {
182182
"methods": {
183183
"list": {
184-
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
184+
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
185185
"flatPath": "v1/projects/{projectsId}/locations",
186186
"httpMethod": "GET",
187187
"id": "cloudfunctions.projects.locations.list",
@@ -190,7 +190,7 @@
190190
],
191191
"parameters": {
192192
"extraLocationTypes": {
193-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
193+
"description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
194194
"location": "query",
195195
"repeated": true,
196196
"type": "string"
@@ -563,7 +563,7 @@
563563
}
564564
}
565565
},
566-
"revision": "20260324",
566+
"revision": "20260424",
567567
"rootUrl": "https://cloudfunctions.googleapis.com/",
568568
"schemas": {
569569
"AuditConfig": {

cloudfunctions/v1/cloudfunctions-gen.go

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

cloudfunctions/v2/cloudfunctions-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"locations": {
111111
"methods": {
112112
"list": {
113-
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
113+
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
114114
"flatPath": "v2/projects/{projectsId}/locations",
115115
"httpMethod": "GET",
116116
"id": "cloudfunctions.projects.locations.list",
@@ -119,7 +119,7 @@
119119
],
120120
"parameters": {
121121
"extraLocationTypes": {
122-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
122+
"description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
123123
"location": "query",
124124
"repeated": true,
125125
"type": "string"
@@ -783,7 +783,7 @@
783783
}
784784
}
785785
},
786-
"revision": "20260324",
786+
"revision": "20260424",
787787
"rootUrl": "https://cloudfunctions.googleapis.com/",
788788
"schemas": {
789789
"AbortFunctionUpgradeRequest": {

cloudfunctions/v2/cloudfunctions-gen.go

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

0 commit comments

Comments
 (0)