google-apis-dataportability_v1beta 0.2.0 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db255dbf483c5cbe95af12f62043e57ca53cc82afa5ba1da2e9d2d096de77c0f
|
4
|
+
data.tar.gz: fbc297bcf967ea6a7445276c9024f4915073772bc3dd3de4840c9c6d0710bc74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd528fc473daa538f6eac332abeb9b3ff9f3a88f922a547a8e1c56e3d3a283a05d027d7c234bbffdb274d2358ae05f5fc400f6a8922e66f1e5d1973dc0db8b7c
|
7
|
+
data.tar.gz: f9f23a07726269fecbf44309ffe9f99eb875dfd07040331a9c789e48f6395a82f0d190d07a42a1a21fe5e87596cca6b099274cbe34ab68ad481616a942f4b132
|
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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -32,7 +32,7 @@ module Google
|
|
32
32
|
# This is NOT the gem version.
|
33
33
|
VERSION = 'V1beta'
|
34
34
|
|
35
|
-
# Move a copy of messages between you and the businesses you have conversations with.
|
35
|
+
# Move a copy of messages between you and the businesses you have conversations with across Google services.
|
36
36
|
AUTH_DATAPORTABILITY_BUSINESSMESSAGING_CONVERSATIONS = 'https://www.googleapis.com/auth/dataportability.businessmessaging.conversations'
|
37
37
|
|
38
38
|
# Move a copy of your pinned trips on Maps.
|
@@ -59,7 +59,7 @@ module Google
|
|
59
59
|
# Move a copy of your Maps activity.
|
60
60
|
AUTH_DATAPORTABILITY_MYACTIVITY_MAPS = 'https://www.googleapis.com/auth/dataportability.myactivity.maps'
|
61
61
|
|
62
|
-
# Move a copy of your
|
62
|
+
# Move a copy of your Google Search activity.
|
63
63
|
AUTH_DATAPORTABILITY_MYACTIVITY_SEARCH = 'https://www.googleapis.com/auth/dataportability.myactivity.search'
|
64
64
|
|
65
65
|
# Move a copy of your Shopping activity.
|
@@ -68,10 +68,10 @@ module Google
|
|
68
68
|
# Move a copy of your YouTube activity.
|
69
69
|
AUTH_DATAPORTABILITY_MYACTIVITY_YOUTUBE = 'https://www.googleapis.com/auth/dataportability.myactivity.youtube'
|
70
70
|
|
71
|
-
# Move a copy of your shipping information.
|
71
|
+
# Move a copy of your shipping information on Shopping.
|
72
72
|
AUTH_DATAPORTABILITY_SHOPPING_ADDRESSES = 'https://www.googleapis.com/auth/dataportability.shopping.addresses'
|
73
73
|
|
74
|
-
# Move a copy of reviews you wrote about products or online stores.
|
74
|
+
# Move a copy of reviews you wrote about products or online stores on Google Search.
|
75
75
|
AUTH_DATAPORTABILITY_SHOPPING_REVIEWS = 'https://www.googleapis.com/auth/dataportability.shopping.reviews'
|
76
76
|
|
77
77
|
# Move a copy of information about your YouTube channel.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.3.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-02-
|
11
|
+
date: 2024-02-18 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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.3.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataportability_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|