Skip to content

Commit 6fe9ee7

Browse files
feat(all): auto-regenerate discovery clients (#3052)
1 parent 92f5723 commit 6fe9ee7

Some content is hidden

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

50 files changed

+3834
-154
lines changed

analyticsadmin/v1alpha/analyticsadmin-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4886,7 +4886,7 @@
48864886
}
48874887
}
48884888
},
4889-
"revision": "20250114",
4889+
"revision": "20250304",
48904890
"rootUrl": "https://analyticsadmin.googleapis.com/",
48914891
"schemas": {
48924892
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6258,6 +6258,10 @@
62586258
"$ref": "GoogleAnalyticsAdminV1alphaGoogleSignalsSettings",
62596259
"description": "A snapshot of a GoogleSignalsSettings resource in change history."
62606260
},
6261+
"keyEvent": {
6262+
"$ref": "GoogleAnalyticsAdminV1alphaKeyEvent",
6263+
"description": "A snapshot of a KeyEvent resource in change history."
6264+
},
62616265
"measurementProtocolSecret": {
62626266
"$ref": "GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret",
62636267
"description": "A snapshot of a MeasurementProtocolSecret resource in change history."
@@ -8835,6 +8839,7 @@
88358839
"ADSENSE_LINK",
88368840
"AUDIENCE",
88378841
"EVENT_CREATE_RULE",
8842+
"KEY_EVENT",
88388843
"CALCULATED_METRIC"
88398844
],
88408845
"enumDescriptions": [
@@ -8863,6 +8868,7 @@
88638868
"AdSenseLink resource",
88648869
"Audience resource",
88658870
"EventCreateRule resource",
8871+
"KeyEvent resource",
88668872
"CalculatedMetric resource"
88678873
],
88688874
"type": "string"

analyticsadmin/v1alpha/analyticsadmin-gen.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigtableadmin/v2/bigtableadmin-api.json

+191-5
Large diffs are not rendered by default.

bigtableadmin/v2/bigtableadmin-gen.go

+521-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classroom/v1/classroom-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3397,7 +3397,7 @@
33973397
"topics": {
33983398
"methods": {
33993399
"create": {
3400-
"description": "Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course, create a topic in the requested course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `NOT_FOUND` if the requested course does not exist.",
3400+
"description": "Creates a topic. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to access the requested course, create a topic in the requested course, or for access errors. * `INVALID_ARGUMENT` if the request is malformed. * `ALREADY_EXISTS` if there exists a topic in the course with the same name. * `FAILED_PRECONDITION` for the following request error: * CourseTopicLimitReached * `NOT_FOUND` if the requested course does not exist.",
34013401
"flatPath": "v1/courses/{courseId}/topics",
34023402
"httpMethod": "POST",
34033403
"id": "classroom.courses.topics.create",
@@ -4049,7 +4049,7 @@
40494049
}
40504050
}
40514051
},
4052-
"revision": "20250114",
4052+
"revision": "20250303",
40534053
"rootUrl": "https://classroom.googleapis.com/",
40544054
"schemas": {
40554055
"AddOnAttachment": {

classroom/v1/classroom-gen.go

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbuild/v1/cloudbuild-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
"endpointUrl": "https://cloudbuild.northamerica-northeast2.rep.googleapis.com/",
162162
"location": "northamerica-northeast2"
163163
},
164+
{
165+
"description": "Regional Endpoint",
166+
"endpointUrl": "https://cloudbuild.northamerica-south1.rep.googleapis.com/",
167+
"location": "northamerica-south1"
168+
},
164169
{
165170
"description": "Regional Endpoint",
166171
"endpointUrl": "https://cloudbuild.southamerica-east1.rep.googleapis.com/",
@@ -2563,7 +2568,7 @@
25632568
}
25642569
}
25652570
},
2566-
"revision": "20250211",
2571+
"revision": "20250303",
25672572
"rootUrl": "https://cloudbuild.googleapis.com/",
25682573
"schemas": {
25692574
"ApprovalConfig": {

cloudbuild/v2/cloudbuild-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
"endpointUrl": "https://cloudbuild.northamerica-northeast2.rep.googleapis.com/",
162162
"location": "northamerica-northeast2"
163163
},
164+
{
165+
"description": "Regional Endpoint",
166+
"endpointUrl": "https://cloudbuild.northamerica-south1.rep.googleapis.com/",
167+
"location": "northamerica-south1"
168+
},
164169
{
165170
"description": "Regional Endpoint",
166171
"endpointUrl": "https://cloudbuild.southamerica-east1.rep.googleapis.com/",
@@ -1071,7 +1076,7 @@
10711076
}
10721077
}
10731078
},
1074-
"revision": "20250211",
1079+
"revision": "20250303",
10751080
"rootUrl": "https://cloudbuild.googleapis.com/",
10761081
"schemas": {
10771082
"AuditConfig": {

clouddeploy/v1/clouddeploy-api.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@
23482348
}
23492349
}
23502350
},
2351-
"revision": "20250212",
2351+
"revision": "20250226",
23522352
"rootUrl": "https://clouddeploy.googleapis.com/",
23532353
"schemas": {
23542354
"AbandonReleaseRequest": {
@@ -6837,7 +6837,7 @@
68376837
"type": "string"
68386838
},
68396839
"manifestPath": {
6840-
"description": "Output only. File path of the rendered manifest relative to the URI.",
6840+
"description": "Output only. File path of the rendered manifest relative to the URI for the stable phase.",
68416841
"readOnly": true,
68426842
"type": "string"
68436843
},
@@ -6850,7 +6850,7 @@
68506850
"type": "object"
68516851
},
68526852
"skaffoldConfigPath": {
6853-
"description": "Output only. File path of the resolved Skaffold configuration relative to the URI.",
6853+
"description": "Output only. File path of the resolved Skaffold configuration for the stable phase, relative to the URI.",
68546854
"readOnly": true,
68556855
"type": "string"
68566856
}
@@ -6949,7 +6949,7 @@
69496949
"The render operation did not complete successfully; check Cloud Build logs.",
69506950
"Cloud Build failed to fulfill Cloud Deploy's request. See failure_message for additional details.",
69516951
"The render operation did not complete successfully because the verification stanza required for verify was not found on the Skaffold configuration.",
6952-
"The render operation did not complete successfully because the custom action required for predeploy or postdeploy was not found in the Skaffold configuration. See failure_message for additional details.",
6952+
"The render operation did not complete successfully because the custom action(s) required for Rollout jobs were not found in the Skaffold configuration. See failure_message for additional details.",
69536953
"Release failed during rendering because the release configuration is not supported with the specified deployment strategy.",
69546954
"The render operation had a feature configured that is not supported."
69556955
],

clouddeploy/v1/clouddeploy-gen.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataportability/v1/dataportability-api.json

+115-1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,93 @@
300300
},
301301
"protocol": "rest",
302302
"resources": {
303+
"accessType": {
304+
"methods": {
305+
"check": {
306+
"description": "Gets the access type of the token.",
307+
"flatPath": "v1/accessType:check",
308+
"httpMethod": "POST",
309+
"id": "dataportability.accessType.check",
310+
"parameterOrder": [],
311+
"parameters": {},
312+
"path": "v1/accessType:check",
313+
"request": {
314+
"$ref": "CheckAccessTypeRequest"
315+
},
316+
"response": {
317+
"$ref": "CheckAccessTypeResponse"
318+
},
319+
"scopes": [
320+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
321+
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
322+
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
323+
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
324+
"https://www.googleapis.com/auth/dataportability.chrome.dictionary",
325+
"https://www.googleapis.com/auth/dataportability.chrome.extensions",
326+
"https://www.googleapis.com/auth/dataportability.chrome.history",
327+
"https://www.googleapis.com/auth/dataportability.chrome.reading_list",
328+
"https://www.googleapis.com/auth/dataportability.chrome.settings",
329+
"https://www.googleapis.com/auth/dataportability.discover.follows",
330+
"https://www.googleapis.com/auth/dataportability.discover.likes",
331+
"https://www.googleapis.com/auth/dataportability.discover.not_interested",
332+
"https://www.googleapis.com/auth/dataportability.maps.aliased_places",
333+
"https://www.googleapis.com/auth/dataportability.maps.commute_routes",
334+
"https://www.googleapis.com/auth/dataportability.maps.commute_settings",
335+
"https://www.googleapis.com/auth/dataportability.maps.ev_profile",
336+
"https://www.googleapis.com/auth/dataportability.maps.factual_contributions",
337+
"https://www.googleapis.com/auth/dataportability.maps.offering_contributions",
338+
"https://www.googleapis.com/auth/dataportability.maps.photos_videos",
339+
"https://www.googleapis.com/auth/dataportability.maps.questions_answers",
340+
"https://www.googleapis.com/auth/dataportability.maps.reviews",
341+
"https://www.googleapis.com/auth/dataportability.maps.starred_places",
342+
"https://www.googleapis.com/auth/dataportability.myactivity.maps",
343+
"https://www.googleapis.com/auth/dataportability.myactivity.myadcenter",
344+
"https://www.googleapis.com/auth/dataportability.myactivity.play",
345+
"https://www.googleapis.com/auth/dataportability.myactivity.search",
346+
"https://www.googleapis.com/auth/dataportability.myactivity.shopping",
347+
"https://www.googleapis.com/auth/dataportability.myactivity.youtube",
348+
"https://www.googleapis.com/auth/dataportability.mymaps.maps",
349+
"https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations",
350+
"https://www.googleapis.com/auth/dataportability.play.devices",
351+
"https://www.googleapis.com/auth/dataportability.play.grouping",
352+
"https://www.googleapis.com/auth/dataportability.play.installs",
353+
"https://www.googleapis.com/auth/dataportability.play.library",
354+
"https://www.googleapis.com/auth/dataportability.play.playpoints",
355+
"https://www.googleapis.com/auth/dataportability.play.promotions",
356+
"https://www.googleapis.com/auth/dataportability.play.purchases",
357+
"https://www.googleapis.com/auth/dataportability.play.redemptions",
358+
"https://www.googleapis.com/auth/dataportability.play.subscriptions",
359+
"https://www.googleapis.com/auth/dataportability.play.usersettings",
360+
"https://www.googleapis.com/auth/dataportability.saved.collections",
361+
"https://www.googleapis.com/auth/dataportability.search_ugc.comments",
362+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars",
363+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.streaming_video_providers",
364+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.thumbs",
365+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.watched",
366+
"https://www.googleapis.com/auth/dataportability.searchnotifications.settings",
367+
"https://www.googleapis.com/auth/dataportability.searchnotifications.subscriptions",
368+
"https://www.googleapis.com/auth/dataportability.shopping.addresses",
369+
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
370+
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
371+
"https://www.googleapis.com/auth/dataportability.youtube.channel",
372+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
373+
"https://www.googleapis.com/auth/dataportability.youtube.comments",
374+
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
375+
"https://www.googleapis.com/auth/dataportability.youtube.music",
376+
"https://www.googleapis.com/auth/dataportability.youtube.playable",
377+
"https://www.googleapis.com/auth/dataportability.youtube.posts",
378+
"https://www.googleapis.com/auth/dataportability.youtube.private_playlists",
379+
"https://www.googleapis.com/auth/dataportability.youtube.private_videos",
380+
"https://www.googleapis.com/auth/dataportability.youtube.public_playlists",
381+
"https://www.googleapis.com/auth/dataportability.youtube.public_videos",
382+
"https://www.googleapis.com/auth/dataportability.youtube.shopping",
383+
"https://www.googleapis.com/auth/dataportability.youtube.subscriptions",
384+
"https://www.googleapis.com/auth/dataportability.youtube.unlisted_playlists",
385+
"https://www.googleapis.com/auth/dataportability.youtube.unlisted_videos"
386+
]
387+
}
388+
}
389+
},
303390
"archiveJobs": {
304391
"methods": {
305392
"cancel": {
@@ -755,7 +842,7 @@
755842
}
756843
}
757844
},
758-
"revision": "20250212",
845+
"revision": "20250305",
759846
"rootUrl": "https://dataportability.googleapis.com/",
760847
"schemas": {
761848
"CancelPortabilityArchiveRequest": {
@@ -770,6 +857,33 @@
770857
"properties": {},
771858
"type": "object"
772859
},
860+
"CheckAccessTypeRequest": {
861+
"description": "Request to check the token's access type. All required information is derived from the attached OAuth token.",
862+
"id": "CheckAccessTypeRequest",
863+
"properties": {},
864+
"type": "object"
865+
},
866+
"CheckAccessTypeResponse": {
867+
"description": "Response to checking the token's access type.",
868+
"id": "CheckAccessTypeResponse",
869+
"properties": {
870+
"oneTimeResources": {
871+
"description": "Jobs initiated with this token will be one-time if any requested resources have one-time access.",
872+
"items": {
873+
"type": "string"
874+
},
875+
"type": "array"
876+
},
877+
"timeBasedResources": {
878+
"description": "Jobs initiated with this token will be time-based if all requested resources have time-based access.",
879+
"items": {
880+
"type": "string"
881+
},
882+
"type": "array"
883+
}
884+
},
885+
"type": "object"
886+
},
773887
"Empty": {
774888
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
775889
"id": "Empty",

0 commit comments

Comments
 (0)