google-apis-dataportability_v1 0.12.0 → 0.14.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: 66c291a599882caef7576ec4d56c83ae20a4e23840bf2c6bb8af4f96ff965976
4
- data.tar.gz: 8e07b281a375263ea8e0c3284feddb76a6fa4d18850e9f22de2623b69d6b98d2
3
+ metadata.gz: 5ed8d2f1a77f394b49fc351e4cf85b34e4f7be5481683ca61d3348a56d3a033d
4
+ data.tar.gz: 8d3a8601a524e601cf22e347afc8ea9106bf760e52dbae48a3a4212914c6d448
5
5
  SHA512:
6
- metadata.gz: 1a042eb5a1552c178654f470ab93be0891912338d1054a0d1cd13b6fa793109b2b31fe5bb3509ab14fcfb4be1e197edc6d8983f53772e2572d4afd1d8e633e4a
7
- data.tar.gz: d1bd28a1d21e29ede67431af1016fcc4cb668dd6c31545371574cbb5952dc93038bff1c271247bb25fb3939ea338244d611038503096bc4acc04d3795fcd2179
6
+ metadata.gz: deef51ae6a8bea56a7c2e51ae4326f6797292bb1a1d4d301c45419d1fa6d63a836696d5dfac55bbe4f62532cf7abd314edd44cfc50ccc8a63f64a4bc68b09e27
7
+ data.tar.gz: 9183e8232a0fdb3e3464215119d8a6e7be914dcbf262da2c49b70f5df6bf42c766693b7d3130d23e05600491c6d5fcbeb01a7d9a5d57ef75675e7d8c194429d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataportability_v1
2
2
 
3
+ ### v0.14.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.13.0 (2026-01-11)
8
+
9
+ * Regenerated from discovery document revision 20260105
10
+
3
11
  ### v0.12.0 (2025-11-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20251123
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/data-portability) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataportabilityV1
18
18
  # Version of the google-apis-dataportability_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251123"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.14.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1/v0.14.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="