google-apis-dataportability_v1beta 0.16.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
|
@@ -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
|
|
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:
|