Skip to content

Commit 8169e72

Browse files
feat(all): auto-regenerate discovery clients (#3016)
1 parent 27cb014 commit 8169e72

22 files changed

+2254
-293
lines changed

chat/v1/chat-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
}
13451345
}
13461346
},
1347-
"revision": "20250206",
1347+
"revision": "20250209",
13481348
"rootUrl": "https://chat.googleapis.com/",
13491349
"schemas": {
13501350
"AccessSettings": {
@@ -2004,12 +2004,12 @@
20042004
"enumDescriptions": [
20052005
"This value is unused.",
20062006
"User deleted their own message.",
2007-
"The space owner deleted the message.",
2008-
"A Google Workspace admin deleted the message.",
2007+
"A space manager deleted the message.",
2008+
"A Google Workspace administrator deleted the message. Administrators can delete any message in the space, including messages sent by any space member or Chat app.",
20092009
"A Chat app deleted its own message when it expired.",
2010-
"A Chat app deleted the message on behalf of the user.",
2011-
"A Chat app deleted the message on behalf of the space owner.",
2012-
"A member of the space deleted the message. Human users can delete messages sent by apps."
2010+
"A Chat app deleted the message on behalf of the creator (using user authentication).",
2011+
"A Chat app deleted the message on behalf of a space manager (using user authentication).",
2012+
"A member of the space deleted the message. Users can delete messages sent by apps."
20132013
],
20142014
"type": "string"
20152015
}

chat/v1/chat-gen.go

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

dataportability/v1/dataportability-api.json

Lines changed: 140 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,99 @@
302302
"resources": {
303303
"archiveJobs": {
304304
"methods": {
305+
"cancel": {
306+
"description": "Cancels a Portability Archive job.",
307+
"flatPath": "v1/archiveJobs/{archiveJobsId}:cancel",
308+
"httpMethod": "POST",
309+
"id": "dataportability.archiveJobs.cancel",
310+
"parameterOrder": [
311+
"name"
312+
],
313+
"parameters": {
314+
"name": {
315+
"description": "Required. The Archive job ID you're canceling. This is returned by the InitiatePortabilityArchive response. The format is: archiveJobs/{archive_job}. Canceling is only executed if the job is in progress.",
316+
"location": "path",
317+
"pattern": "^archiveJobs/[^/]+$",
318+
"required": true,
319+
"type": "string"
320+
}
321+
},
322+
"path": "v1/{+name}:cancel",
323+
"request": {
324+
"$ref": "CancelPortabilityArchiveRequest"
325+
},
326+
"response": {
327+
"$ref": "CancelPortabilityArchiveResponse"
328+
},
329+
"scopes": [
330+
"https://www.googleapis.com/auth/dataportability.alerts.subscriptions",
331+
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations",
332+
"https://www.googleapis.com/auth/dataportability.chrome.autofill",
333+
"https://www.googleapis.com/auth/dataportability.chrome.bookmarks",
334+
"https://www.googleapis.com/auth/dataportability.chrome.dictionary",
335+
"https://www.googleapis.com/auth/dataportability.chrome.extensions",
336+
"https://www.googleapis.com/auth/dataportability.chrome.history",
337+
"https://www.googleapis.com/auth/dataportability.chrome.reading_list",
338+
"https://www.googleapis.com/auth/dataportability.chrome.settings",
339+
"https://www.googleapis.com/auth/dataportability.discover.follows",
340+
"https://www.googleapis.com/auth/dataportability.discover.likes",
341+
"https://www.googleapis.com/auth/dataportability.discover.not_interested",
342+
"https://www.googleapis.com/auth/dataportability.maps.aliased_places",
343+
"https://www.googleapis.com/auth/dataportability.maps.commute_routes",
344+
"https://www.googleapis.com/auth/dataportability.maps.commute_settings",
345+
"https://www.googleapis.com/auth/dataportability.maps.ev_profile",
346+
"https://www.googleapis.com/auth/dataportability.maps.factual_contributions",
347+
"https://www.googleapis.com/auth/dataportability.maps.offering_contributions",
348+
"https://www.googleapis.com/auth/dataportability.maps.photos_videos",
349+
"https://www.googleapis.com/auth/dataportability.maps.questions_answers",
350+
"https://www.googleapis.com/auth/dataportability.maps.reviews",
351+
"https://www.googleapis.com/auth/dataportability.maps.starred_places",
352+
"https://www.googleapis.com/auth/dataportability.myactivity.maps",
353+
"https://www.googleapis.com/auth/dataportability.myactivity.myadcenter",
354+
"https://www.googleapis.com/auth/dataportability.myactivity.play",
355+
"https://www.googleapis.com/auth/dataportability.myactivity.search",
356+
"https://www.googleapis.com/auth/dataportability.myactivity.shopping",
357+
"https://www.googleapis.com/auth/dataportability.myactivity.youtube",
358+
"https://www.googleapis.com/auth/dataportability.mymaps.maps",
359+
"https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations",
360+
"https://www.googleapis.com/auth/dataportability.play.devices",
361+
"https://www.googleapis.com/auth/dataportability.play.grouping",
362+
"https://www.googleapis.com/auth/dataportability.play.installs",
363+
"https://www.googleapis.com/auth/dataportability.play.library",
364+
"https://www.googleapis.com/auth/dataportability.play.playpoints",
365+
"https://www.googleapis.com/auth/dataportability.play.promotions",
366+
"https://www.googleapis.com/auth/dataportability.play.purchases",
367+
"https://www.googleapis.com/auth/dataportability.play.redemptions",
368+
"https://www.googleapis.com/auth/dataportability.play.subscriptions",
369+
"https://www.googleapis.com/auth/dataportability.play.usersettings",
370+
"https://www.googleapis.com/auth/dataportability.saved.collections",
371+
"https://www.googleapis.com/auth/dataportability.search_ugc.comments",
372+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars",
373+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.streaming_video_providers",
374+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.thumbs",
375+
"https://www.googleapis.com/auth/dataportability.search_ugc.media.watched",
376+
"https://www.googleapis.com/auth/dataportability.searchnotifications.settings",
377+
"https://www.googleapis.com/auth/dataportability.searchnotifications.subscriptions",
378+
"https://www.googleapis.com/auth/dataportability.shopping.addresses",
379+
"https://www.googleapis.com/auth/dataportability.shopping.reviews",
380+
"https://www.googleapis.com/auth/dataportability.streetview.imagery",
381+
"https://www.googleapis.com/auth/dataportability.youtube.channel",
382+
"https://www.googleapis.com/auth/dataportability.youtube.clips",
383+
"https://www.googleapis.com/auth/dataportability.youtube.comments",
384+
"https://www.googleapis.com/auth/dataportability.youtube.live_chat",
385+
"https://www.googleapis.com/auth/dataportability.youtube.music",
386+
"https://www.googleapis.com/auth/dataportability.youtube.playable",
387+
"https://www.googleapis.com/auth/dataportability.youtube.posts",
388+
"https://www.googleapis.com/auth/dataportability.youtube.private_playlists",
389+
"https://www.googleapis.com/auth/dataportability.youtube.private_videos",
390+
"https://www.googleapis.com/auth/dataportability.youtube.public_playlists",
391+
"https://www.googleapis.com/auth/dataportability.youtube.public_videos",
392+
"https://www.googleapis.com/auth/dataportability.youtube.shopping",
393+
"https://www.googleapis.com/auth/dataportability.youtube.subscriptions",
394+
"https://www.googleapis.com/auth/dataportability.youtube.unlisted_playlists",
395+
"https://www.googleapis.com/auth/dataportability.youtube.unlisted_videos"
396+
]
397+
},
305398
"getPortabilityArchiveState": {
306399
"description": "Retrieves the state of an Archive job for the Portability API.",
307400
"flatPath": "v1/archiveJobs/{archiveJobsId}/portabilityArchiveState",
@@ -662,9 +755,21 @@
662755
}
663756
}
664757
},
665-
"revision": "20250120",
758+
"revision": "20250212",
666759
"rootUrl": "https://dataportability.googleapis.com/",
667760
"schemas": {
761+
"CancelPortabilityArchiveRequest": {
762+
"description": "Request to cancel a Portability Archive job.",
763+
"id": "CancelPortabilityArchiveRequest",
764+
"properties": {},
765+
"type": "object"
766+
},
767+
"CancelPortabilityArchiveResponse": {
768+
"description": "Response to canceling a Data Portability Archive job.",
769+
"id": "CancelPortabilityArchiveResponse",
770+
"properties": {},
771+
"type": "object"
772+
},
668773
"Empty": {
669774
"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); }",
670775
"id": "Empty",
@@ -675,12 +780,22 @@
675780
"description": "Request to kick off an Archive job.",
676781
"id": "InitiatePortabilityArchiveRequest",
677782
"properties": {
783+
"endTime": {
784+
"description": "Optional. The timestamp that represents the end point for the data you are exporting. If the end_time is not specified in the InitiatePortabilityArchiveRequest, this field is set to the latest available data.",
785+
"format": "google-datetime",
786+
"type": "string"
787+
},
678788
"resources": {
679789
"description": "The resources from which you're exporting data. These values have a 1:1 correspondence with the OAuth scopes.",
680790
"items": {
681791
"type": "string"
682792
},
683793
"type": "array"
794+
},
795+
"startTime": {
796+
"description": "Optional. The timestamp that represents the starting point for the data you are exporting. If the start_time is not specified in the InitiatePortabilityArchiveRequest, the field is set to the earliest available data.",
797+
"format": "google-datetime",
798+
"type": "string"
684799
}
685800
},
686801
"type": "object"
@@ -689,6 +804,20 @@
689804
"description": "Response from initiating an Archive job.",
690805
"id": "InitiatePortabilityArchiveResponse",
691806
"properties": {
807+
"accessType": {
808+
"description": "The access type of the Archive job initiated by the API.",
809+
"enum": [
810+
"ACCESS_TYPE_UNSPECIFIED",
811+
"ACCESS_TYPE_ONE_TIME",
812+
"ACCESS_TYPE_TIME_BASED"
813+
],
814+
"enumDescriptions": [
815+
"Default value. This value is unused.",
816+
"One-time access to the requested scopes.",
817+
"Multiple exports allowed over 30 days. Enum value subject to change before launch."
818+
],
819+
"type": "string"
820+
},
692821
"archiveJobId": {
693822
"description": "The archive job ID that is initiated in the API. This can be used to get the state of the job.",
694823
"type": "string"
@@ -700,10 +829,20 @@
700829
"description": "Resource that contains the state of an Archive job.",
701830
"id": "PortabilityArchiveState",
702831
"properties": {
832+
"exportTime": {
833+
"description": "The timestamp that represents the end point for the data you are exporting. If the end_time value is set in the InitiatePortabilityArchiveRequest, this field is set to that value. If end_time is not set, this value is set to the time the export was requested.",
834+
"format": "google-datetime",
835+
"type": "string"
836+
},
703837
"name": {
704838
"description": "The resource name of ArchiveJob's PortabilityArchiveState singleton. The format is: archiveJobs/{archive_job}/portabilityArchiveState. archive_job is the job ID provided in the request.",
705839
"type": "string"
706840
},
841+
"startTime": {
842+
"description": "The timestamp that represents the starting point for the data you are exporting. This field is set only if the start_time field is specified in the InitiatePortabilityArchiveRequest.",
843+
"format": "google-datetime",
844+
"type": "string"
845+
},
707846
"state": {
708847
"description": "Resource that represents the state of the Archive job.",
709848
"enum": [

0 commit comments

Comments
 (0)