google-apis-dataportability_v1 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6301429bec4fb3f8ca6665577f5a927039ab33d495285256457662e9d770b2b3
4
- data.tar.gz: c283ca64a655b09a60b64de842f4c95d66a70606e96c714e19ec5e884dc5d3f0
3
+ metadata.gz: 0e27c94743f80f12ef6e6d6a9e016dcb4458642b50b240eb189f16c22daa17b8
4
+ data.tar.gz: bf359a09b7236b3c9faad03e82a492945103cb4f2cb44c3c13d454f83a4b4654
5
5
  SHA512:
6
- metadata.gz: 6ab388956571552182d954e9e4bfb2a57c9683274b85f53439674f0747c2e8a239040164ae4b4ac99958c4a5ad770fec1d18874a713e43d5df18b2a0f63fdea4
7
- data.tar.gz: 62afeea9ed50a865402c5236c55f05dd65e6d284157c2be6584f159b6bee77ddd11fae5428e917edfb26e8038fe67eff1c3ca3e7e4da155d8b304f2499493f30
6
+ metadata.gz: ce8796de923d15c7e90660634a15ad0df5f6e2e4de0610a9d2029e2389457f2e7334fef0d1702fd6f19d88276e7763f3bc1645ef26c9cb2ff827fb48128b3ed8
7
+ data.tar.gz: da11367981299b8d084e37a4fef8922606508d8c16a886132ba864b3ef0b500ddfeca0dcebe624940116bfc1a36c325d18574e1d72ea19183826a2a063ff8385
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dataportability_v1
2
2
 
3
+ ### v0.6.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240828
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.5.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240410"
25
+ REVISION = "20240828"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,9 @@ module Google
32
32
  # This is NOT the gem version.
33
33
  VERSION = 'V1'
34
34
 
35
+ # Move a copy of the Google Alerts subscriptions you created.
36
+ AUTH_DATAPORTABILITY_ALERTS_SUBSCRIPTIONS = 'https://www.googleapis.com/auth/dataportability.alerts.subscriptions'
37
+
35
38
  # Move a copy of messages between you and the businesses you have conversations with across Google services.
36
39
  AUTH_DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = 'https://www.googleapis.com/auth/dataportability.businessmessaging.conversations'
37
40
 
@@ -182,6 +185,9 @@ module Google
182
185
  # Move a copy of information about your YouTube channel.
183
186
  AUTH_DATAPORTABILITY_YOUTUBE_CHANNEL = 'https://www.googleapis.com/auth/dataportability.youtube.channel'
184
187
 
188
+ # Move a copy of your YouTube clips metadata.
189
+ AUTH_DATAPORTABILITY_YOUTUBE_CLIPS = 'https://www.googleapis.com/auth/dataportability.youtube.clips'
190
+
185
191
  # Move a copy of your YouTube comments.
186
192
  AUTH_DATAPORTABILITY_YOUTUBE_COMMENTS = 'https://www.googleapis.com/auth/dataportability.youtube.comments'
187
193
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataportability_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-09-01 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1
63
63
  post_install_message:
64
64
  rdoc_options: []