google-apis-dataportability_v1beta 0.4.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dataportability_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/dataportability_v1beta.rb +117 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72983d7136de2d79089859786fb0864b12531ad21af0b9371c8483c7cea6ce3a
|
|
4
|
+
data.tar.gz: 43f70193f6fc0fcab665252c2ec534a4e31d6312f32ecc27195b3fba5dda8982
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bab85120f7af0a3f9bf2a990f317758f83dde2a3d0504c155a3fd8377e013c2612cda4834ac09d098a5f70b708a2870f2afcd7bd7d99b789d21e9b05dbaf7dc5
|
|
7
|
+
data.tar.gz: '095c6fbceecea8bdb3c21638c5bfac958db58d93168fbbb7bb4f6f90f11ff2eb08b8140df97b15b32c9824b0c272c1652ffff7f66a0e4879bf7edd04e24a641a'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataportability_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.6.0 (2024-03-24)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240319
|
|
6
|
+
|
|
7
|
+
### v0.5.0 (2024-03-10)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240303
|
|
10
|
+
|
|
3
11
|
### v0.4.0 (2024-02-23)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240221
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataportabilityV1beta
|
|
18
18
|
# Version of the google-apis-dataportability_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240319"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -32,9 +32,45 @@ module Google
|
|
|
32
32
|
# This is NOT the gem version.
|
|
33
33
|
VERSION = 'V1beta'
|
|
34
34
|
|
|
35
|
+
# Move a copy of the Google Alerts subscriptions you created.
|
|
36
|
+
AUTH_DATAPORTABILITY_ALERTS_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.alerts.subscriptions'
|
|
37
|
+
|
|
35
38
|
# Move a copy of messages between you and the businesses you have conversations with across Google services.
|
|
36
39
|
AUTH_DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = 'https://www.googleapis.com/auth/dataportability.businessmessaging.conversations'
|
|
37
40
|
|
|
41
|
+
# Move a copy of the information you entered into online forms in Chrome.
|
|
42
|
+
AUTH_DATAPORTABILITY_CHROME_AUTOFILL = 'https://www.googleapis.com/auth/dataportability.chrome.autofill'
|
|
43
|
+
|
|
44
|
+
# Move a copy of pages you bookmarked in Chrome.
|
|
45
|
+
AUTH_DATAPORTABILITY_CHROME_BOOKMARKS = 'https://www.googleapis.com/auth/dataportability.chrome.bookmarks'
|
|
46
|
+
|
|
47
|
+
# Move a copy of words you added to Chrome's dictionary.
|
|
48
|
+
AUTH_DATAPORTABILITY_CHROME_DICTIONARY = 'https://www.googleapis.com/auth/dataportability.chrome.dictionary'
|
|
49
|
+
|
|
50
|
+
# Move a copy of extensions you installed from the Chrome Web Store.
|
|
51
|
+
AUTH_DATAPORTABILITY_CHROME_EXTENSIONS = 'https://www.googleapis.com/auth/dataportability.chrome.extensions'
|
|
52
|
+
|
|
53
|
+
# Move a copy of sites you visited in Chrome.
|
|
54
|
+
AUTH_DATAPORTABILITY_CHROME_HISTORY = 'https://www.googleapis.com/auth/dataportability.chrome.history'
|
|
55
|
+
|
|
56
|
+
# Move a copy of pages you added to your reading list in Chrome.
|
|
57
|
+
AUTH_DATAPORTABILITY_CHROME_READING_LIST = 'https://www.googleapis.com/auth/dataportability.chrome.reading_list'
|
|
58
|
+
|
|
59
|
+
# Move a copy of your settings in Chrome.
|
|
60
|
+
AUTH_DATAPORTABILITY_CHROME_SETTINGS = 'https://www.googleapis.com/auth/dataportability.chrome.settings'
|
|
61
|
+
|
|
62
|
+
# Move a copy of searches and sites you follow, saved by Discover.
|
|
63
|
+
AUTH_DATAPORTABILITY_DISCOVER_FOLLOWS = 'https://www.googleapis.com/auth/dataportability.discover.follows'
|
|
64
|
+
|
|
65
|
+
# Move a copy of links to your liked documents, saved by Discover.
|
|
66
|
+
AUTH_DATAPORTABILITY_DISCOVER_LIKES = 'https://www.googleapis.com/auth/dataportability.discover.likes'
|
|
67
|
+
|
|
68
|
+
# Move a copy of content you marked as not interested, saved by Discover.
|
|
69
|
+
AUTH_DATAPORTABILITY_DISCOVER_NOT_INTERESTED = 'https://www.googleapis.com/auth/dataportability.discover.not_interested'
|
|
70
|
+
|
|
71
|
+
# Move a copy of the places you labeled on Maps.
|
|
72
|
+
AUTH_DATAPORTABILITY_MAPS_ALIASED_PLACES = 'https://www.googleapis.com/auth/dataportability.maps.aliased_places'
|
|
73
|
+
|
|
38
74
|
# Move a copy of your pinned trips on Maps.
|
|
39
75
|
AUTH_DATAPORTABILITY_MAPS_COMMUTE_ROUTES = 'https://www.googleapis.com/auth/dataportability.maps.commute_routes'
|
|
40
76
|
|
|
@@ -44,12 +80,21 @@ module Google
|
|
|
44
80
|
# Move a copy of your electric vehicle profile on Maps.
|
|
45
81
|
AUTH_DATAPORTABILITY_MAPS_EV_PROFILE = 'https://www.googleapis.com/auth/dataportability.maps.ev_profile'
|
|
46
82
|
|
|
83
|
+
# Move a copy of the corrections you made to places or map information on Maps.
|
|
84
|
+
AUTH_DATAPORTABILITY_MAPS_FACTUAL_CONTRIBUTIONS = 'https://www.googleapis.com/auth/dataportability.maps.factual_contributions'
|
|
85
|
+
|
|
47
86
|
# Move a copy of your updates to places on Maps.
|
|
48
87
|
AUTH_DATAPORTABILITY_MAPS_OFFERING_CONTRIBUTIONS = 'https://www.googleapis.com/auth/dataportability.maps.offering_contributions'
|
|
49
88
|
|
|
50
89
|
# Move a copy of the photos and videos you posted on Maps.
|
|
51
90
|
AUTH_DATAPORTABILITY_MAPS_PHOTOS_VIDEOS = 'https://www.googleapis.com/auth/dataportability.maps.photos_videos'
|
|
52
91
|
|
|
92
|
+
# Move a copy of feedback you gave after completing trips using Maps directions.
|
|
93
|
+
AUTH_DATAPORTABILITY_MAPS_POST_TRIP_FEEDBACK = 'https://www.googleapis.com/auth/dataportability.maps.post_trip_feedback'
|
|
94
|
+
|
|
95
|
+
# Move a copy of the questions and answers you posted on Maps.
|
|
96
|
+
AUTH_DATAPORTABILITY_MAPS_QUESTIONS_ANSWERS = 'https://www.googleapis.com/auth/dataportability.maps.questions_answers'
|
|
97
|
+
|
|
53
98
|
# Move a copy of your reviews and posts on Maps.
|
|
54
99
|
AUTH_DATAPORTABILITY_MAPS_REVIEWS = 'https://www.googleapis.com/auth/dataportability.maps.reviews'
|
|
55
100
|
|
|
@@ -59,6 +104,12 @@ module Google
|
|
|
59
104
|
# Move a copy of your Maps activity.
|
|
60
105
|
AUTH_DATAPORTABILITY_MYACTIVITY_MAPS = 'https://www.googleapis.com/auth/dataportability.myactivity.maps'
|
|
61
106
|
|
|
107
|
+
# Move a copy of your My Ad Center activity.
|
|
108
|
+
AUTH_DATAPORTABILITY_MYACTIVITY_MYADCENTER = 'https://www.googleapis.com/auth/dataportability.myactivity.myadcenter'
|
|
109
|
+
|
|
110
|
+
# Move a copy of your Google Play activity.
|
|
111
|
+
AUTH_DATAPORTABILITY_MYACTIVITY_PLAY = 'https://www.googleapis.com/auth/dataportability.myactivity.play'
|
|
112
|
+
|
|
62
113
|
# Move a copy of your Google Search activity.
|
|
63
114
|
AUTH_DATAPORTABILITY_MYACTIVITY_SEARCH = 'https://www.googleapis.com/auth/dataportability.myactivity.search'
|
|
64
115
|
|
|
@@ -68,12 +119,72 @@ module Google
|
|
|
68
119
|
# Move a copy of your YouTube activity.
|
|
69
120
|
AUTH_DATAPORTABILITY_MYACTIVITY_YOUTUBE = 'https://www.googleapis.com/auth/dataportability.myactivity.youtube'
|
|
70
121
|
|
|
122
|
+
# Move a copy of the maps you created in My Maps.
|
|
123
|
+
AUTH_DATAPORTABILITY_MYMAPS_MAPS = 'https://www.googleapis.com/auth/dataportability.mymaps.maps'
|
|
124
|
+
|
|
125
|
+
# Move a copy of your food purchase and reservation activity.
|
|
126
|
+
AUTH_DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS = 'https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations'
|
|
127
|
+
|
|
128
|
+
# Move a copy of information about your devices with Google Play Store installed.
|
|
129
|
+
AUTH_DATAPORTABILITY_PLAY_DEVICES = 'https://www.googleapis.com/auth/dataportability.play.devices'
|
|
130
|
+
|
|
131
|
+
# Move a copy of your Google Play Store Grouping tags created by app developers.
|
|
132
|
+
AUTH_DATAPORTABILITY_PLAY_GROUPING = 'https://www.googleapis.com/auth/dataportability.play.grouping'
|
|
133
|
+
|
|
134
|
+
# Move a copy of your Google Play Store app installations.
|
|
135
|
+
AUTH_DATAPORTABILITY_PLAY_INSTALLS = 'https://www.googleapis.com/auth/dataportability.play.installs'
|
|
136
|
+
|
|
137
|
+
# Move a copy of your Google Play Store downloads, including books, games, and apps.
|
|
138
|
+
AUTH_DATAPORTABILITY_PLAY_LIBRARY = 'https://www.googleapis.com/auth/dataportability.play.library'
|
|
139
|
+
|
|
140
|
+
# Move a copy of information about your Google Play Store Points.
|
|
141
|
+
AUTH_DATAPORTABILITY_PLAY_PLAYPOINTS = 'https://www.googleapis.com/auth/dataportability.play.playpoints'
|
|
142
|
+
|
|
143
|
+
# Move a copy of information about your Google Play Store promotions.
|
|
144
|
+
AUTH_DATAPORTABILITY_PLAY_PROMOTIONS = 'https://www.googleapis.com/auth/dataportability.play.promotions'
|
|
145
|
+
|
|
146
|
+
# Move a copy of your Google Play Store purchases.
|
|
147
|
+
AUTH_DATAPORTABILITY_PLAY_PURCHASES = 'https://www.googleapis.com/auth/dataportability.play.purchases'
|
|
148
|
+
|
|
149
|
+
# Move a copy of your Google Play Store redemption activities.
|
|
150
|
+
AUTH_DATAPORTABILITY_PLAY_REDEMPTIONS = 'https://www.googleapis.com/auth/dataportability.play.redemptions'
|
|
151
|
+
|
|
152
|
+
# Move a copy of your Google Play Store subscriptions.
|
|
153
|
+
AUTH_DATAPORTABILITY_PLAY_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.play.subscriptions'
|
|
154
|
+
|
|
155
|
+
# Move a copy of your Google Play Store user settings and preferences.
|
|
156
|
+
AUTH_DATAPORTABILITY_PLAY_USERSETTINGS = 'https://www.googleapis.com/auth/dataportability.play.usersettings'
|
|
157
|
+
|
|
158
|
+
# Move a copy of your saved links, images, places, and collections from your use of Google services.
|
|
159
|
+
AUTH_DATAPORTABILITY_SAVED_COLLECTIONS = 'https://www.googleapis.com/auth/dataportability.saved.collections'
|
|
160
|
+
|
|
161
|
+
# Move a copy of your media reviews on Google Search.
|
|
162
|
+
AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_REVIEWS_AND_STARS = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars'
|
|
163
|
+
|
|
164
|
+
# Move a copy of your self-reported video streaming provider preferences from Google Search and Google TV.
|
|
165
|
+
AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_STREAMING_VIDEO_PROVIDERS = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.streaming_video_providers'
|
|
166
|
+
|
|
167
|
+
# Move a copy of your indicated thumbs up and thumbs down on media in Google Search and Google TV.
|
|
168
|
+
AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_THUMBS = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.thumbs'
|
|
169
|
+
|
|
170
|
+
# Move a copy of information about the movies and TV shows you marked as watched on Google Search and Google TV.
|
|
171
|
+
AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_WATCHED = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.watched'
|
|
172
|
+
|
|
173
|
+
# Move a copy of your notification settings on the Google Search app.
|
|
174
|
+
AUTH_DATAPORTABILITY_SEARCHNOTIFICATIONS_SETTINGS = 'https://www.googleapis.com/auth/dataportability.searchnotifications.settings'
|
|
175
|
+
|
|
176
|
+
# Move a copy of your notification subscriptions on Google Search app.
|
|
177
|
+
AUTH_DATAPORTABILITY_SEARCHNOTIFICATIONS_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.searchnotifications.subscriptions'
|
|
178
|
+
|
|
71
179
|
# Move a copy of your shipping information on Shopping.
|
|
72
180
|
AUTH_DATAPORTABILITY_SHOPPING_ADDRESSES = 'https://www.googleapis.com/auth/dataportability.shopping.addresses'
|
|
73
181
|
|
|
74
182
|
# Move a copy of reviews you wrote about products or online stores on Google Search.
|
|
75
183
|
AUTH_DATAPORTABILITY_SHOPPING_REVIEWS = 'https://www.googleapis.com/auth/dataportability.shopping.reviews'
|
|
76
184
|
|
|
185
|
+
# Move a copy of the images and videos you uploaded to Street View.
|
|
186
|
+
AUTH_DATAPORTABILITY_STREETVIEW_IMAGERY = 'https://www.googleapis.com/auth/dataportability.streetview.imagery'
|
|
187
|
+
|
|
77
188
|
# Move a copy of information about your YouTube channel.
|
|
78
189
|
AUTH_DATAPORTABILITY_YOUTUBE_CHANNEL = 'https://www.googleapis.com/auth/dataportability.youtube.channel'
|
|
79
190
|
|
|
@@ -86,6 +197,12 @@ module Google
|
|
|
86
197
|
# Move a copy of your uploaded YouTube music tracks and your YouTube music library.
|
|
87
198
|
AUTH_DATAPORTABILITY_YOUTUBE_MUSIC = 'https://www.googleapis.com/auth/dataportability.youtube.music'
|
|
88
199
|
|
|
200
|
+
# Move a copy of your YouTube playables saved game progress files.
|
|
201
|
+
AUTH_DATAPORTABILITY_YOUTUBE_PLAYABLE = 'https://www.googleapis.com/auth/dataportability.youtube.playable'
|
|
202
|
+
|
|
203
|
+
# Move a copy of your YouTube posts.
|
|
204
|
+
AUTH_DATAPORTABILITY_YOUTUBE_POSTS = 'https://www.googleapis.com/auth/dataportability.youtube.posts'
|
|
205
|
+
|
|
89
206
|
# Move a copy of your YouTube private playlists.
|
|
90
207
|
AUTH_DATAPORTABILITY_YOUTUBE_PRIVATE_PLAYLISTS = 'https://www.googleapis.com/auth/dataportability.youtube.private_playlists'
|
|
91
208
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataportability_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.6.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|