google-apis-dataportability_v1beta 0.4.0 → 0.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d441e8f733e375ddd9dc07d6719a7cd4bc9e6d0d3bb31aa567e06a3e90e4ee20
|
4
|
+
data.tar.gz: c92d1397dada9e6a7cb1ed64a425dc621e86f5f1522d465130ab71a18f4cb22c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db2f878cf17f4212672df7beaa249214c35529d7b48bf7800a7b1f1b76361cf3429e3307e078abf8aa2b709ddd31288ba52bcb41bab17a9459118589271a4e03
|
7
|
+
data.tar.gz: 9f9544385e89f54967110209d2c0ed28eb4dc4552de636eac0a03c85ec443c437a239b2576766bf3d7b7cceb8237990e661c60a26ff9ae725e27ef08e89a76da
|
data/CHANGELOG.md
CHANGED
@@ -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.5.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 = "20240303"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -35,6 +35,27 @@ module Google
|
|
35
35
|
# Move a copy of messages between you and the businesses you have conversations with across Google services.
|
36
36
|
AUTH_DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = 'https://www.googleapis.com/auth/dataportability.businessmessaging.conversations'
|
37
37
|
|
38
|
+
# Move a copy of the information you entered into online forms in Chrome.
|
39
|
+
AUTH_DATAPORTABILITY_CHROME_AUTOFILL = 'https://www.googleapis.com/auth/dataportability.chrome.autofill'
|
40
|
+
|
41
|
+
# Move a copy of pages you bookmarked in Chrome.
|
42
|
+
AUTH_DATAPORTABILITY_CHROME_BOOKMARKS = 'https://www.googleapis.com/auth/dataportability.chrome.bookmarks'
|
43
|
+
|
44
|
+
# Move a copy of words you added to Chrome's dictionary.
|
45
|
+
AUTH_DATAPORTABILITY_CHROME_DICTIONARY = 'https://www.googleapis.com/auth/dataportability.chrome.dictionary'
|
46
|
+
|
47
|
+
# Move a copy of extensions you installed from the Chrome Web Store.
|
48
|
+
AUTH_DATAPORTABILITY_CHROME_EXTENSIONS = 'https://www.googleapis.com/auth/dataportability.chrome.extensions'
|
49
|
+
|
50
|
+
# Move a copy of sites you visited in Chrome.
|
51
|
+
AUTH_DATAPORTABILITY_CHROME_HISTORY = 'https://www.googleapis.com/auth/dataportability.chrome.history'
|
52
|
+
|
53
|
+
# Move a copy of pages you added to your reading list in Chrome.
|
54
|
+
AUTH_DATAPORTABILITY_CHROME_READING_LIST = 'https://www.googleapis.com/auth/dataportability.chrome.reading_list'
|
55
|
+
|
56
|
+
# Move a copy of your settings in Chrome.
|
57
|
+
AUTH_DATAPORTABILITY_CHROME_SETTINGS = 'https://www.googleapis.com/auth/dataportability.chrome.settings'
|
58
|
+
|
38
59
|
# Move a copy of your pinned trips on Maps.
|
39
60
|
AUTH_DATAPORTABILITY_MAPS_COMMUTE_ROUTES = 'https://www.googleapis.com/auth/dataportability.maps.commute_routes'
|
40
61
|
|
@@ -68,6 +89,9 @@ module Google
|
|
68
89
|
# Move a copy of your YouTube activity.
|
69
90
|
AUTH_DATAPORTABILITY_MYACTIVITY_YOUTUBE = 'https://www.googleapis.com/auth/dataportability.myactivity.youtube'
|
70
91
|
|
92
|
+
# Move a copy of your saved links, images, places, and collections from your use of Google services.
|
93
|
+
AUTH_DATAPORTABILITY_SAVED_COLLECTIONS = 'https://www.googleapis.com/auth/dataportability.saved.collections'
|
94
|
+
|
71
95
|
# Move a copy of your shipping information on Shopping.
|
72
96
|
AUTH_DATAPORTABILITY_SHOPPING_ADDRESSES = 'https://www.googleapis.com/auth/dataportability.shopping.addresses'
|
73
97
|
|
@@ -86,6 +110,12 @@ module Google
|
|
86
110
|
# Move a copy of your uploaded YouTube music tracks and your YouTube music library.
|
87
111
|
AUTH_DATAPORTABILITY_YOUTUBE_MUSIC = 'https://www.googleapis.com/auth/dataportability.youtube.music'
|
88
112
|
|
113
|
+
# Move a copy of your YouTube playables saved game progress files.
|
114
|
+
AUTH_DATAPORTABILITY_YOUTUBE_PLAYABLE = 'https://www.googleapis.com/auth/dataportability.youtube.playable'
|
115
|
+
|
116
|
+
# Move a copy of your YouTube posts.
|
117
|
+
AUTH_DATAPORTABILITY_YOUTUBE_POSTS = 'https://www.googleapis.com/auth/dataportability.youtube.posts'
|
118
|
+
|
89
119
|
# Move a copy of your YouTube private playlists.
|
90
120
|
AUTH_DATAPORTABILITY_YOUTUBE_PRIVATE_PLAYLISTS = 'https://www.googleapis.com/auth/dataportability.youtube.private_playlists'
|
91
121
|
|
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.5.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-10 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.5.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: []
|