google-apis-dataportability_v1beta 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataportability_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/dataportability_v1beta.rb +36 -12
- 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: 4dba5412535ae10748d1f1286171597df170341e0ea8f9339a4b6ec3c7854cc9
|
4
|
+
data.tar.gz: 208cedbc9e5eb3a04064f3a85ccccd607a1c8e159dbc88709d15ba7f68ec668d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f3b93088076ef50a479f295ac4f7d0a108d231cbb1e7968992bb46ed4a8e9084d6b41f644f640006ee456efc5f30175b6dbeb11716fbc81b3337d2d690197b3
|
7
|
+
data.tar.gz: '0860288fb136e912f071a391a62a13c889b6fd68a9e6ea76736252ee1aa336826c3505d7a91d1dd1a8c022bdebece8d3b0bf27aa4a4b60ef90c91947257a610a'
|
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.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -35,6 +35,30 @@ module Google
|
|
35
35
|
# Move a copy of messages between you and the businesses you have conversations with.
|
36
36
|
AUTH_DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = 'https://www.googleapis.com/auth/dataportability.businessmessaging.conversations'
|
37
37
|
|
38
|
+
# Move a copy of your pinned trips on Maps.
|
39
|
+
AUTH_DATAPORTABILITY_MAPS_COMMUTE_ROUTES = 'https://www.googleapis.com/auth/dataportability.maps.commute_routes'
|
40
|
+
|
41
|
+
# Move a copy of your commute settings on Maps.
|
42
|
+
AUTH_DATAPORTABILITY_MAPS_COMMUTE_SETTINGS = 'https://www.googleapis.com/auth/dataportability.maps.commute_settings'
|
43
|
+
|
44
|
+
# Move a copy of your electric vehicle profile on Maps.
|
45
|
+
AUTH_DATAPORTABILITY_MAPS_EV_PROFILE = 'https://www.googleapis.com/auth/dataportability.maps.ev_profile'
|
46
|
+
|
47
|
+
# Move a copy of your updates to places on Maps.
|
48
|
+
AUTH_DATAPORTABILITY_MAPS_OFFERING_CONTRIBUTIONS = 'https://www.googleapis.com/auth/dataportability.maps.offering_contributions'
|
49
|
+
|
50
|
+
# Move a copy of the photos and videos you posted on Maps.
|
51
|
+
AUTH_DATAPORTABILITY_MAPS_PHOTOS_VIDEOS = 'https://www.googleapis.com/auth/dataportability.maps.photos_videos'
|
52
|
+
|
53
|
+
# Move a copy of your reviews and posts on Maps.
|
54
|
+
AUTH_DATAPORTABILITY_MAPS_REVIEWS = 'https://www.googleapis.com/auth/dataportability.maps.reviews'
|
55
|
+
|
56
|
+
# Move a copy of your Starred places list on Maps.
|
57
|
+
AUTH_DATAPORTABILITY_MAPS_STARRED_PLACES = 'https://www.googleapis.com/auth/dataportability.maps.starred_places'
|
58
|
+
|
59
|
+
# Move a copy of your Maps activity.
|
60
|
+
AUTH_DATAPORTABILITY_MYACTIVITY_MAPS = 'https://www.googleapis.com/auth/dataportability.myactivity.maps'
|
61
|
+
|
38
62
|
# Move a copy of your search activity.
|
39
63
|
AUTH_DATAPORTABILITY_MYACTIVITY_SEARCH = 'https://www.googleapis.com/auth/dataportability.myactivity.search'
|
40
64
|
|
@@ -50,40 +74,40 @@ module Google
|
|
50
74
|
# Move a copy of reviews you wrote about products or online stores.
|
51
75
|
AUTH_DATAPORTABILITY_SHOPPING_REVIEWS = 'https://www.googleapis.com/auth/dataportability.shopping.reviews'
|
52
76
|
|
53
|
-
# Move a copy of information about your channel.
|
77
|
+
# Move a copy of information about your YouTube channel.
|
54
78
|
AUTH_DATAPORTABILITY_YOUTUBE_CHANNEL = 'https://www.googleapis.com/auth/dataportability.youtube.channel'
|
55
79
|
|
56
|
-
# Move a copy of your comments.
|
80
|
+
# Move a copy of your YouTube comments.
|
57
81
|
AUTH_DATAPORTABILITY_YOUTUBE_COMMENTS = 'https://www.googleapis.com/auth/dataportability.youtube.comments'
|
58
82
|
|
59
|
-
# Move a copy of your messages in live chat.
|
83
|
+
# Move a copy of your YouTube messages in live chat.
|
60
84
|
AUTH_DATAPORTABILITY_YOUTUBE_LIVE_CHAT = 'https://www.googleapis.com/auth/dataportability.youtube.live_chat'
|
61
85
|
|
62
|
-
# Move a copy of your uploaded YouTube
|
86
|
+
# Move a copy of your uploaded YouTube music tracks and your YouTube music library.
|
63
87
|
AUTH_DATAPORTABILITY_YOUTUBE_MUSIC = 'https://www.googleapis.com/auth/dataportability.youtube.music'
|
64
88
|
|
65
|
-
# Move a copy of your private playlists.
|
89
|
+
# Move a copy of your YouTube private playlists.
|
66
90
|
AUTH_DATAPORTABILITY_YOUTUBE_PRIVATE_PLAYLISTS = 'https://www.googleapis.com/auth/dataportability.youtube.private_playlists'
|
67
91
|
|
68
|
-
# Move a copy of your private videos and information about them.
|
92
|
+
# Move a copy of your private YouTube videos and information about them.
|
69
93
|
AUTH_DATAPORTABILITY_YOUTUBE_PRIVATE_VIDEOS = 'https://www.googleapis.com/auth/dataportability.youtube.private_videos'
|
70
94
|
|
71
|
-
# Move a copy of your public playlists.
|
95
|
+
# Move a copy of your public YouTube playlists.
|
72
96
|
AUTH_DATAPORTABILITY_YOUTUBE_PUBLIC_PLAYLISTS = 'https://www.googleapis.com/auth/dataportability.youtube.public_playlists'
|
73
97
|
|
74
|
-
# Move a copy of your public videos and information about them.
|
98
|
+
# Move a copy of your public YouTube videos and information about them.
|
75
99
|
AUTH_DATAPORTABILITY_YOUTUBE_PUBLIC_VIDEOS = 'https://www.googleapis.com/auth/dataportability.youtube.public_videos'
|
76
100
|
|
77
|
-
# Move a copy of YouTube
|
101
|
+
# Move a copy of your YouTube shopping wishlists, and wishlist items.
|
78
102
|
AUTH_DATAPORTABILITY_YOUTUBE_SHOPPING = 'https://www.googleapis.com/auth/dataportability.youtube.shopping'
|
79
103
|
|
80
|
-
# Move a copy of your channel subscriptions, even if they're private.
|
104
|
+
# Move a copy of your YouTube channel subscriptions, even if they're private.
|
81
105
|
AUTH_DATAPORTABILITY_YOUTUBE_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.youtube.subscriptions'
|
82
106
|
|
83
|
-
# Move a copy of your unlisted playlists.
|
107
|
+
# Move a copy of your unlisted YouTube playlists.
|
84
108
|
AUTH_DATAPORTABILITY_YOUTUBE_UNLISTED_PLAYLISTS = 'https://www.googleapis.com/auth/dataportability.youtube.unlisted_playlists'
|
85
109
|
|
86
|
-
# Move a copy of your unlisted videos and information about them.
|
110
|
+
# Move a copy of your unlisted YouTube videos and information about them.
|
87
111
|
AUTH_DATAPORTABILITY_YOUTUBE_UNLISTED_VIDEOS = 'https://www.googleapis.com/auth/dataportability.youtube.unlisted_videos'
|
88
112
|
end
|
89
113
|
end
|
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.2.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-02-
|
11
|
+
date: 2024-02-11 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.2.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: []
|