google-apis-dataportability_v1 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fa0e6e63302e3abf80711fd53115782ebd62c35395c03627e9d0f1b2ab05bd2
4
- data.tar.gz: 8667f0a1e02e260e65a60135d377e42c34ba731a7b7e8105b4b1407df70d4a70
3
+ metadata.gz: f67fe6b67330177462534ef1aa2b234f4f6d5d4e3b413ccb4a3686fdaccbec92
4
+ data.tar.gz: 31a8e7c95a971c1864e932ee7a4c0497ddceada7677ae316fe11bc2e16e70d7d
5
5
  SHA512:
6
- metadata.gz: cc5c82327ae32553c3f8f7ae62c446f31f47b44e4d84efbd69fb0619c190b2fa874fe26d6ae1e369e9667ba7068b98987d4357e43efe08999f2aacfb8f0ea961
7
- data.tar.gz: cdfdc7fd076e09235c002d912e9bb5fb1b7090a16e1302ef9c850319ac4fe73c2a29fbd78e7ed1ab1a07a3003fa86e9dab5c0d186b68bbfc5798e96b258a8b43
6
+ metadata.gz: c59fa301526ef2c3d54594f5d759eaa96a241fee79c899c5d72cea1fd340d31159a3a7c97440669b07419d4406c3b9c488a4a92123c121fb47f0c8e4014d4147
7
+ data.tar.gz: fa91fb1812cf773ec8046818dfd9543f84b09766294ea2e95fd9f039b109b15acbd09a0371688e4be0ab7384b196a9db7115b7ff1abdcbf55a123bc9bbdd8c4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataportability_v1
2
2
 
3
+ ### v0.3.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240403
6
+
7
+ ### v0.2.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240319
10
+
3
11
  ### v0.1.0 (2024-03-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20240308
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataportabilityV1
18
18
  # Version of the google-apis-dataportability_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.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 = "20240308"
25
+ REVISION = "20240403"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,9 @@ module Google
32
32
  # This is NOT the gem version.
33
33
  VERSION = 'V1'
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
 
@@ -56,6 +59,18 @@ module Google
56
59
  # Move a copy of your settings in Chrome.
57
60
  AUTH_DATAPORTABILITY_CHROME_SETTINGS = 'https://www.googleapis.com/auth/dataportability.chrome.settings'
58
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
+
59
74
  # Move a copy of your pinned trips on Maps.
60
75
  AUTH_DATAPORTABILITY_MAPS_COMMUTE_ROUTES = 'https://www.googleapis.com/auth/dataportability.maps.commute_routes'
61
76
 
@@ -65,12 +80,18 @@ module Google
65
80
  # Move a copy of your electric vehicle profile on Maps.
66
81
  AUTH_DATAPORTABILITY_MAPS_EV_PROFILE = 'https://www.googleapis.com/auth/dataportability.maps.ev_profile'
67
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
+
68
86
  # Move a copy of your updates to places on Maps.
69
87
  AUTH_DATAPORTABILITY_MAPS_OFFERING_CONTRIBUTIONS = 'https://www.googleapis.com/auth/dataportability.maps.offering_contributions'
70
88
 
71
89
  # Move a copy of the photos and videos you posted on Maps.
72
90
  AUTH_DATAPORTABILITY_MAPS_PHOTOS_VIDEOS = 'https://www.googleapis.com/auth/dataportability.maps.photos_videos'
73
91
 
92
+ # Move a copy of the questions and answers you posted on Maps.
93
+ AUTH_DATAPORTABILITY_MAPS_QUESTIONS_ANSWERS = 'https://www.googleapis.com/auth/dataportability.maps.questions_answers'
94
+
74
95
  # Move a copy of your reviews and posts on Maps.
75
96
  AUTH_DATAPORTABILITY_MAPS_REVIEWS = 'https://www.googleapis.com/auth/dataportability.maps.reviews'
76
97
 
@@ -80,6 +101,12 @@ module Google
80
101
  # Move a copy of your Maps activity.
81
102
  AUTH_DATAPORTABILITY_MYACTIVITY_MAPS = 'https://www.googleapis.com/auth/dataportability.myactivity.maps'
82
103
 
104
+ # Move a copy of your My Ad Center activity.
105
+ AUTH_DATAPORTABILITY_MYACTIVITY_MYADCENTER = 'https://www.googleapis.com/auth/dataportability.myactivity.myadcenter'
106
+
107
+ # Move a copy of your Google Play activity.
108
+ AUTH_DATAPORTABILITY_MYACTIVITY_PLAY = 'https://www.googleapis.com/auth/dataportability.myactivity.play'
109
+
83
110
  # Move a copy of your Google Search activity.
84
111
  AUTH_DATAPORTABILITY_MYACTIVITY_SEARCH = 'https://www.googleapis.com/auth/dataportability.myactivity.search'
85
112
 
@@ -89,15 +116,72 @@ module Google
89
116
  # Move a copy of your YouTube activity.
90
117
  AUTH_DATAPORTABILITY_MYACTIVITY_YOUTUBE = 'https://www.googleapis.com/auth/dataportability.myactivity.youtube'
91
118
 
119
+ # Move a copy of the maps you created in My Maps.
120
+ AUTH_DATAPORTABILITY_MYMAPS_MAPS = 'https://www.googleapis.com/auth/dataportability.mymaps.maps'
121
+
122
+ # Move a copy of your food purchase and reservation activity.
123
+ AUTH_DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS = 'https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations'
124
+
125
+ # Move a copy of information about your devices with Google Play Store installed.
126
+ AUTH_DATAPORTABILITY_PLAY_DEVICES = 'https://www.googleapis.com/auth/dataportability.play.devices'
127
+
128
+ # Move a copy of your Google Play Store Grouping tags created by app developers.
129
+ AUTH_DATAPORTABILITY_PLAY_GROUPING = 'https://www.googleapis.com/auth/dataportability.play.grouping'
130
+
131
+ # Move a copy of your Google Play Store app installations.
132
+ AUTH_DATAPORTABILITY_PLAY_INSTALLS = 'https://www.googleapis.com/auth/dataportability.play.installs'
133
+
134
+ # Move a copy of your Google Play Store downloads, including books, games, and apps.
135
+ AUTH_DATAPORTABILITY_PLAY_LIBRARY = 'https://www.googleapis.com/auth/dataportability.play.library'
136
+
137
+ # Move a copy of information about your Google Play Store Points.
138
+ AUTH_DATAPORTABILITY_PLAY_PLAYPOINTS = 'https://www.googleapis.com/auth/dataportability.play.playpoints'
139
+
140
+ # Move a copy of information about your Google Play Store promotions.
141
+ AUTH_DATAPORTABILITY_PLAY_PROMOTIONS = 'https://www.googleapis.com/auth/dataportability.play.promotions'
142
+
143
+ # Move a copy of your Google Play Store purchases.
144
+ AUTH_DATAPORTABILITY_PLAY_PURCHASES = 'https://www.googleapis.com/auth/dataportability.play.purchases'
145
+
146
+ # Move a copy of your Google Play Store redemption activities.
147
+ AUTH_DATAPORTABILITY_PLAY_REDEMPTIONS = 'https://www.googleapis.com/auth/dataportability.play.redemptions'
148
+
149
+ # Move a copy of your Google Play Store subscriptions.
150
+ AUTH_DATAPORTABILITY_PLAY_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.play.subscriptions'
151
+
152
+ # Move a copy of your Google Play Store user settings and preferences.
153
+ AUTH_DATAPORTABILITY_PLAY_USERSETTINGS = 'https://www.googleapis.com/auth/dataportability.play.usersettings'
154
+
92
155
  # Move a copy of your saved links, images, places, and collections from your use of Google services.
93
156
  AUTH_DATAPORTABILITY_SAVED_COLLECTIONS = 'https://www.googleapis.com/auth/dataportability.saved.collections'
94
157
 
158
+ # Move a copy of your media reviews on Google Search.
159
+ AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_REVIEWS_AND_STARS = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.reviews_and_stars'
160
+
161
+ # Move a copy of your self-reported video streaming provider preferences from Google Search and Google TV.
162
+ AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_STREAMING_VIDEO_PROVIDERS = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.streaming_video_providers'
163
+
164
+ # Move a copy of your indicated thumbs up and thumbs down on media in Google Search and Google TV.
165
+ AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_THUMBS = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.thumbs'
166
+
167
+ # Move a copy of information about the movies and TV shows you marked as watched on Google Search and Google TV.
168
+ AUTH_DATAPORTABILITY_SEARCH_UGC_MEDIA_WATCHED = 'https://www.googleapis.com/auth/dataportability.search_ugc.media.watched'
169
+
170
+ # Move a copy of your notification settings on the Google Search app.
171
+ AUTH_DATAPORTABILITY_SEARCHNOTIFICATIONS_SETTINGS = 'https://www.googleapis.com/auth/dataportability.searchnotifications.settings'
172
+
173
+ # Move a copy of your notification subscriptions on Google Search app.
174
+ AUTH_DATAPORTABILITY_SEARCHNOTIFICATIONS_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.searchnotifications.subscriptions'
175
+
95
176
  # Move a copy of your shipping information on Shopping.
96
177
  AUTH_DATAPORTABILITY_SHOPPING_ADDRESSES = 'https://www.googleapis.com/auth/dataportability.shopping.addresses'
97
178
 
98
179
  # Move a copy of reviews you wrote about products or online stores on Google Search.
99
180
  AUTH_DATAPORTABILITY_SHOPPING_REVIEWS = 'https://www.googleapis.com/auth/dataportability.shopping.reviews'
100
181
 
182
+ # Move a copy of the images and videos you uploaded to Street View.
183
+ AUTH_DATAPORTABILITY_STREETVIEW_IMAGERY = 'https://www.googleapis.com/auth/dataportability.streetview.imagery'
184
+
101
185
  # Move a copy of information about your YouTube channel.
102
186
  AUTH_DATAPORTABILITY_YOUTUBE_CHANNEL = 'https://www.googleapis.com/auth/dataportability.youtube.channel'
103
187
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataportability_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-04-07 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1
63
63
  post_install_message:
64
64
  rdoc_options: []