google-apis-dataportability_v1beta 0.15.0 → 0.17.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4537d5b73eabaeaa42a00709ccbe03232d7af77f8db105744671401b629f05bd
|
|
4
|
+
data.tar.gz: d648811122902ba9229e4a61e53c119a45ccf688fa592da0309adfb6361825a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4381954f1b83aa937cdcca924a7cb388f2c44e3434b94aa8325c5b8e8efddaf6054cd14a3708cda978bc2918f474af61ec37f2b7f6b1034459c0c23ed54be95e
|
|
7
|
+
data.tar.gz: 80245005ebdfe42a1d5729e13438852896d0eea92ae60a1f5b4caaf0be7eaa392dab1e95431a3994cc59d16c0040e7a5db7e5eeaa49a550995c3b4cb520f39d2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataportability_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.17.0 (2026-01-11)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260105
|
|
6
|
+
|
|
7
|
+
### v0.16.0 (2025-11-30)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251123
|
|
10
|
+
|
|
3
11
|
### v0.15.0 (2025-07-20)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250715
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260105"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -119,6 +119,21 @@ module Google
|
|
|
119
119
|
# Move a copy of the maps you created in My Maps
|
|
120
120
|
AUTH_DATAPORTABILITY_MYMAPS_MAPS = 'https://www.googleapis.com/auth/dataportability.mymaps.maps'
|
|
121
121
|
|
|
122
|
+
# Copy Nest camera event data
|
|
123
|
+
AUTH_DATAPORTABILITY_NEST_CAMERA_EVENT = 'https://www.googleapis.com/auth/dataportability.nest.camera_event'
|
|
124
|
+
|
|
125
|
+
# Copy Nest camera feature data
|
|
126
|
+
AUTH_DATAPORTABILITY_NEST_CAMERA_FEATURE = 'https://www.googleapis.com/auth/dataportability.nest.camera_feature'
|
|
127
|
+
|
|
128
|
+
# Copy Nest camera footage
|
|
129
|
+
AUTH_DATAPORTABILITY_NEST_CAMERA_VIDEO = 'https://www.googleapis.com/auth/dataportability.nest.camera_video'
|
|
130
|
+
|
|
131
|
+
# Copy your Nest Store and Nest Renew billing and payment information
|
|
132
|
+
AUTH_DATAPORTABILITY_NEST_STORE = 'https://www.googleapis.com/auth/dataportability.nest.store'
|
|
133
|
+
|
|
134
|
+
# Copy your Nest user information
|
|
135
|
+
AUTH_DATAPORTABILITY_NEST_USER = 'https://www.googleapis.com/auth/dataportability.nest.user'
|
|
136
|
+
|
|
122
137
|
# Move a copy of your food purchase and reservation activity
|
|
123
138
|
AUTH_DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS = 'https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations'
|
|
124
139
|
|
|
@@ -194,6 +209,9 @@ module Google
|
|
|
194
209
|
# Move a copy of your YouTube comments
|
|
195
210
|
AUTH_DATAPORTABILITY_YOUTUBE_COMMENTS = 'https://www.googleapis.com/auth/dataportability.youtube.comments'
|
|
196
211
|
|
|
212
|
+
# Move a copy of all your YouTube messages
|
|
213
|
+
AUTH_DATAPORTABILITY_YOUTUBE_CONVERSATIONS = 'https://www.googleapis.com/auth/dataportability.youtube.conversations'
|
|
214
|
+
|
|
197
215
|
# Move a copy of your YouTube messages in live chat
|
|
198
216
|
AUTH_DATAPORTABILITY_YOUTUBE_LIVE_CHAT = 'https://www.googleapis.com/auth/dataportability.youtube.live_chat'
|
|
199
217
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.17.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|