google-apis-dataportability_v1beta 0.18.0 → 0.19.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: d20b0330de71cc3aa0f7cdb95ae4aef21a32e3d98fd188cb09472b24cadfcbcb
|
|
4
|
+
data.tar.gz: ed785db2f7167b0cf24d248a679c7cffecf0f9ef06e9b60a3a34944dfffa29fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b93343661bdc06327c20254bc1777208276b77005c86d1046b142905c5271f6ce5e5ba4cdf93d719daec7e361946752bf7b235d0e61303f57a8e4c23c6e37d8a
|
|
7
|
+
data.tar.gz: bed8b993cc02d28b506fbf0176ba11d1c30634713ac986613802ee2e3e5864e9bd5e3c8f7e8cb35213fa0873a90ab1dc27caf5020638ae03874fa7fc580a697f
|
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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260719"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -137,6 +137,9 @@ module Google
|
|
|
137
137
|
# Move a copy of your food purchase and reservation activity
|
|
138
138
|
AUTH_DATAPORTABILITY_ORDER_RESERVE_PURCHASES_RESERVATIONS = 'https://www.googleapis.com/auth/dataportability.order_reserve.purchases_reservations'
|
|
139
139
|
|
|
140
|
+
# Usage and diagnostic data from your Pixel devices.
|
|
141
|
+
AUTH_DATAPORTABILITY_PIXEL_DEVICE_DATA = 'https://www.googleapis.com/auth/dataportability.pixel.device_data'
|
|
142
|
+
|
|
140
143
|
# Move a copy of information about your devices with Google Play Store installed
|
|
141
144
|
AUTH_DATAPORTABILITY_PLAY_DEVICES = 'https://www.googleapis.com/auth/dataportability.play.devices'
|
|
142
145
|
|
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.19.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.19.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:
|