Skip to content

Commit 59d8272

Browse files
feat(all): auto-regenerate discovery clients (#3179)
1 parent e2f9814 commit 59d8272

20 files changed

+528
-71
lines changed

apihub/v1/apihub-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,7 @@
21752175
"type": "string"
21762176
},
21772177
"pluginId": {
2178-
"description": "Optional. The ID to use for the Plugin resource, which will become the final component of the Plugin's resource name. This field is optional. * If provided, the same will be used. The service will throw an error if the specified id is already used by another Plugin resource in the API hub instance. * If not provided, a system generated id will be used. This value should be 4-500 characters, overall resource name which will be of format `projects/{project}/locations/{location}/plugins/{plugin}`, its length is limited to 1000 characters and valid characters are /a-z[0-9]-_/.",
2178+
"description": "Optional. The ID to use for the Plugin resource, which will become the final component of the Plugin's resource name. This field is optional. * If provided, the same will be used. The service will throw an error if the specified id is already used by another Plugin resource in the API hub instance. * If not provided, a system generated id will be used. This value should be 4-63 characters, overall resource name which will be of format `projects/{project}/locations/{location}/plugins/{plugin}`, its length is limited to 1000 characters and valid characters are /a-z[0-9]-_/.",
21792179
"location": "query",
21802180
"type": "string"
21812181
}
@@ -2418,7 +2418,7 @@
24182418
"type": "string"
24192419
},
24202420
"pluginInstanceId": {
2421-
"description": "Optional. The ID to use for the plugin instance, which will become the final component of the plugin instance's resource name. This field is optional. * If provided, the same will be used. The service will throw an error if the specified id is already used by another plugin instance in the plugin resource. * If not provided, a system generated id will be used. This value should be 4-500 characters, and valid characters are /a-z[0-9]-_/.",
2421+
"description": "Optional. The ID to use for the plugin instance, which will become the final component of the plugin instance's resource name. This field is optional. * If provided, the same will be used. The service will throw an error if the specified id is already used by another plugin instance in the plugin resource. * If not provided, a system generated id will be used. This value should be 4-63 characters, and valid characters are /a-z[0-9]-_/.",
24222422
"location": "query",
24232423
"type": "string"
24242424
}
@@ -2780,7 +2780,7 @@
27802780
}
27812781
}
27822782
},
2783-
"revision": "20250514",
2783+
"revision": "20250526",
27842784
"rootUrl": "https://apihub.googleapis.com/",
27852785
"schemas": {
27862786
"Empty": {

apihub/v1/apihub-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.

gmailpostmastertools/v1/gmailpostmastertools-api.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"auth": {
3+
"oauth2": {
4+
"scopes": {
5+
"https://www.googleapis.com/auth/postmaster.readonly": {
6+
"description": "See email traffic metrics for the domains you have registered in Gmail Postmaster Tools"
7+
}
8+
}
9+
}
10+
},
211
"basePath": "",
312
"baseUrl": "https://gmailpostmastertools.googleapis.com/",
413
"batchPath": "batch",
@@ -118,7 +127,10 @@
118127
"path": "v1/{+name}",
119128
"response": {
120129
"$ref": "Domain"
121-
}
130+
},
131+
"scopes": [
132+
"https://www.googleapis.com/auth/postmaster.readonly"
133+
]
122134
},
123135
"list": {
124136
"description": "Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.",
@@ -142,7 +154,10 @@
142154
"path": "v1/domains",
143155
"response": {
144156
"$ref": "ListDomainsResponse"
145-
}
157+
},
158+
"scopes": [
159+
"https://www.googleapis.com/auth/postmaster.readonly"
160+
]
146161
}
147162
},
148163
"resources": {
@@ -168,7 +183,10 @@
168183
"path": "v1/{+name}",
169184
"response": {
170185
"$ref": "TrafficStats"
171-
}
186+
},
187+
"scopes": [
188+
"https://www.googleapis.com/auth/postmaster.readonly"
189+
]
172190
},
173191
"list": {
174192
"description": "List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.",
@@ -237,14 +255,17 @@
237255
"path": "v1/{+parent}/trafficStats",
238256
"response": {
239257
"$ref": "ListTrafficStatsResponse"
240-
}
258+
},
259+
"scopes": [
260+
"https://www.googleapis.com/auth/postmaster.readonly"
261+
]
241262
}
242263
}
243264
}
244265
}
245266
}
246267
},
247-
"revision": "20250528",
268+
"revision": "20250529",
248269
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
249270
"schemas": {
250271
"DeliveryError": {

gmailpostmastertools/v1/gmailpostmastertools-gen.go

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

gmailpostmastertools/v1beta1/gmailpostmastertools-api.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"auth": {
3+
"oauth2": {
4+
"scopes": {
5+
"https://www.googleapis.com/auth/postmaster.readonly": {
6+
"description": "See email traffic metrics for the domains you have registered in Gmail Postmaster Tools"
7+
}
8+
}
9+
}
10+
},
211
"basePath": "",
312
"baseUrl": "https://gmailpostmastertools.googleapis.com/",
413
"batchPath": "batch",
@@ -118,7 +127,10 @@
118127
"path": "v1beta1/{+name}",
119128
"response": {
120129
"$ref": "Domain"
121-
}
130+
},
131+
"scopes": [
132+
"https://www.googleapis.com/auth/postmaster.readonly"
133+
]
122134
},
123135
"list": {
124136
"description": "Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.",
@@ -142,7 +154,10 @@
142154
"path": "v1beta1/domains",
143155
"response": {
144156
"$ref": "ListDomainsResponse"
145-
}
157+
},
158+
"scopes": [
159+
"https://www.googleapis.com/auth/postmaster.readonly"
160+
]
146161
}
147162
},
148163
"resources": {
@@ -168,7 +183,10 @@
168183
"path": "v1beta1/{+name}",
169184
"response": {
170185
"$ref": "TrafficStats"
171-
}
186+
},
187+
"scopes": [
188+
"https://www.googleapis.com/auth/postmaster.readonly"
189+
]
172190
},
173191
"list": {
174192
"description": "List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.",
@@ -237,14 +255,17 @@
237255
"path": "v1beta1/{+parent}/trafficStats",
238256
"response": {
239257
"$ref": "ListTrafficStatsResponse"
240-
}
258+
},
259+
"scopes": [
260+
"https://www.googleapis.com/auth/postmaster.readonly"
261+
]
241262
}
242263
}
243264
}
244265
}
245266
}
246267
},
247-
"revision": "20250528",
268+
"revision": "20250529",
248269
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
249270
"schemas": {
250271
"DeliveryError": {

gmailpostmastertools/v1beta1/gmailpostmastertools-gen.go

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

paymentsresellersubscription/v1/paymentsresellersubscription-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
"userSessions": {
492492
"methods": {
493493
"generate": {
494-
"description": "This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed session token for the given user intent. You can use the session token to redirect the user to Google to finish the signup flow. You can re-generate new session token repeatedly for the same request if necessary, regardless of the previous tokens being expired or not.",
494+
"description": "This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed session token for the given user intent. You can use the session token to redirect the user to Google to finish the signup flow. You can re-generate new session token repeatedly for the same request if necessary, regardless of the previous tokens being expired or not. By default, the session token is valid for 1 hour.",
495495
"flatPath": "v1/partners/{partnersId}/userSessions:generate",
496496
"httpMethod": "POST",
497497
"id": "paymentsresellersubscription.partners.userSessions.generate",
@@ -523,7 +523,7 @@
523523
}
524524
}
525525
},
526-
"revision": "20250526",
526+
"revision": "20250529",
527527
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
528528
"schemas": {
529529
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {

paymentsresellersubscription/v1/paymentsresellersubscription-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/v1/redis-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
}
10741074
}
10751075
},
1076-
"revision": "20250512",
1076+
"revision": "20250527",
10771077
"rootUrl": "https://redis.googleapis.com/",
10781078
"schemas": {
10791079
"AOFConfig": {
@@ -2147,7 +2147,7 @@
21472147
false,
21482148
true,
21492149
true,
2150-
false,
2150+
true,
21512151
false,
21522152
false,
21532153
false,
@@ -2388,7 +2388,7 @@
23882388
"type": "string"
23892389
},
23902390
"resourceType": {
2391-
"description": "Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance REQUIRED Please refer go/condor-common-datamodel",
2391+
"description": "Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance oracledatabase.googleapis.com/cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/condor-common-datamodel",
23922392
"type": "string"
23932393
},
23942394
"uniqueId": {
@@ -2760,7 +2760,7 @@
27602760
false,
27612761
true,
27622762
true,
2763-
false,
2763+
true,
27642764
false,
27652765
false,
27662766
false,

redis/v1/redis-gen.go

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

0 commit comments

Comments
 (0)