google-apis-dataportability_v1beta 0.3.0 → 0.5.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: db255dbf483c5cbe95af12f62043e57ca53cc82afa5ba1da2e9d2d096de77c0f
4
- data.tar.gz: fbc297bcf967ea6a7445276c9024f4915073772bc3dd3de4840c9c6d0710bc74
3
+ metadata.gz: d441e8f733e375ddd9dc07d6719a7cd4bc9e6d0d3bb31aa567e06a3e90e4ee20
4
+ data.tar.gz: c92d1397dada9e6a7cb1ed64a425dc621e86f5f1522d465130ab71a18f4cb22c
5
5
  SHA512:
6
- metadata.gz: cd528fc473daa538f6eac332abeb9b3ff9f3a88f922a547a8e1c56e3d3a283a05d027d7c234bbffdb274d2358ae05f5fc400f6a8922e66f1e5d1973dc0db8b7c
7
- data.tar.gz: f9f23a07726269fecbf44309ffe9f99eb875dfd07040331a9c789e48f6395a82f0d190d07a42a1a21fe5e87596cca6b099274cbe34ab68ad481616a942f4b132
6
+ metadata.gz: db2f878cf17f4212672df7beaa249214c35529d7b48bf7800a7b1f1b76361cf3429e3307e078abf8aa2b709ddd31288ba52bcb41bab17a9459118589271a4e03
7
+ data.tar.gz: 9f9544385e89f54967110209d2c0ed28eb4dc4552de636eac0a03c85ec443c437a239b2576766bf3d7b7cceb8237990e661c60a26ff9ae725e27ef08e89a76da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataportability_v1beta
2
2
 
3
+ ### v0.5.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240303
6
+
7
+ ### v0.4.0 (2024-02-23)
8
+
9
+ * Regenerated from discovery document revision 20240221
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.3.0 (2024-02-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20240211
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ 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 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
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. Currently, this means Ruby 2.5 and later. 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.
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
 
90
90
  ## License
91
91
 
@@ -38,7 +38,7 @@ module Google
38
38
  end
39
39
  end
40
40
 
41
- # Request to kick off a Takeout Archive job.
41
+ # Request to kick off an Archive job.
42
42
  class InitiatePortabilityArchiveRequest
43
43
  include Google::Apis::Core::Hashable
44
44
 
@@ -58,12 +58,12 @@ module Google
58
58
  end
59
59
  end
60
60
 
61
- # Response from initiating a Take Archive job.
61
+ # Response from initiating an Archive job.
62
62
  class InitiatePortabilityArchiveResponse
63
63
  include Google::Apis::Core::Hashable
64
64
 
65
- # The archive job ID that is initiated in the Takeout API. This can be used to
66
- # get the state of the job.
65
+ # The archive job ID that is initiated in the API. This can be used to get the
66
+ # state of the job.
67
67
  # Corresponds to the JSON property `archiveJobId`
68
68
  # @return [String]
69
69
  attr_accessor :archive_job_id
@@ -78,7 +78,7 @@ module Google
78
78
  end
79
79
  end
80
80
 
81
- # Resource that contains the state of a Takeout Archive job.
81
+ # Resource that contains the state of an Archive job.
82
82
  class PortabilityArchiveState
83
83
  include Google::Apis::Core::Hashable
84
84
 
@@ -89,7 +89,7 @@ module Google
89
89
  # @return [String]
90
90
  attr_accessor :name
91
91
 
92
- # Resource that represents the state of the Takeout Archive job.
92
+ # Resource that represents the state of the Archive job.
93
93
  # Corresponds to the JSON property `state`
94
94
  # @return [String]
95
95
  attr_accessor :state
@@ -143,7 +143,7 @@ module Google
143
143
  include Google::Apis::Core::Hashable
144
144
 
145
145
  # The archive job ID that is initiated by the retry endpoint. This can be used
146
- # to get the state of the new job
146
+ # to get the state of the new job.
147
147
  # Corresponds to the JSON property `archiveJobId`
148
148
  # @return [String]
149
149
  attr_accessor :archive_job_id
@@ -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.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240211"
25
+ REVISION = "20240303"
26
26
  end
27
27
  end
28
28
  end
@@ -54,12 +54,11 @@ module Google
54
54
  @batch_path = 'batch'
55
55
  end
56
56
 
57
- # Retrieves the state of a Takeout Archive job for the Portability API.
57
+ # Retrieves the state of an Archive job for the Portability API.
58
58
  # @param [String] name
59
59
  # Required. The archive job ID that is returned when you request the state of
60
- # the job from Takeout. The format is: archiveJobs/`archive_job`/
61
- # portabilityArchiveState. archive_job is the job ID returned by the
62
- # InitiatePortabilityArchiveResponse.
60
+ # the job. The format is: archiveJobs/`archive_job`/portabilityArchiveState.
61
+ # archive_job is the job ID returned by the InitiatePortabilityArchiveResponse.
63
62
  # @param [String] fields
64
63
  # Selector specifying which fields to include in a partial response.
65
64
  # @param [String] quota_user
@@ -89,9 +88,9 @@ module Google
89
88
 
90
89
  # Retries a failed Portability Archive job.
91
90
  # @param [String] name
92
- # Required. The archive job ID returned by the
93
- # InitiatePortabilityArchiveResponse to be retried. Retrying is only executed if
94
- # the initial job failed.
91
+ # Required. The Archive job ID you're retrying. This is returned by the
92
+ # InitiatePortabilityArchiveResponse. Retrying is only executed if the initial
93
+ # job failed.
95
94
  # @param [Google::Apis::DataportabilityV1beta::RetryPortabilityArchiveRequest] retry_portability_archive_request_object
96
95
  # @param [String] fields
97
96
  # Selector specifying which fields to include in a partial response.
@@ -123,9 +122,9 @@ module Google
123
122
  end
124
123
 
125
124
  # Revokes OAuth tokens and resets exhausted scopes for a user/project pair. This
126
- # method allows you to initiate a Takeout request after a new consent is granted.
127
- # This method also indicates that previous archives can be garbage collected.
128
- # You should call this method when all jobs are complete and all archives are
125
+ # method allows you to initiate a request after a new consent is granted. This
126
+ # method also indicates that previous archives can be garbage collected. You
127
+ # should call this method when all jobs are complete and all archives are
129
128
  # downloaded. Do not call it only when you start a new job.
130
129
  # @param [Google::Apis::DataportabilityV1beta::ResetAuthorizationRequest] reset_authorization_request_object
131
130
  # @param [String] fields
@@ -156,7 +155,7 @@ module Google
156
155
  execute_or_queue_command(command, &block)
157
156
  end
158
157
 
159
- # Initiates a new Takeout Archive job for the Portability API.
158
+ # Initiates a new Archive job for the Portability API.
160
159
  # @param [Google::Apis::DataportabilityV1beta::InitiatePortabilityArchiveRequest] initiate_portability_archive_request_object
161
160
  # @param [String] fields
162
161
  # Selector specifying which fields to include in a partial response.
@@ -35,6 +35,27 @@ module Google
35
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
+ # Move a copy of the information you entered into online forms in Chrome.
39
+ AUTH_DATAPORTABILITY_CHROME_AUTOFILL = 'https://www.googleapis.com/auth/dataportability.chrome.autofill'
40
+
41
+ # Move a copy of pages you bookmarked in Chrome.
42
+ AUTH_DATAPORTABILITY_CHROME_BOOKMARKS = 'https://www.googleapis.com/auth/dataportability.chrome.bookmarks'
43
+
44
+ # Move a copy of words you added to Chrome's dictionary.
45
+ AUTH_DATAPORTABILITY_CHROME_DICTIONARY = 'https://www.googleapis.com/auth/dataportability.chrome.dictionary'
46
+
47
+ # Move a copy of extensions you installed from the Chrome Web Store.
48
+ AUTH_DATAPORTABILITY_CHROME_EXTENSIONS = 'https://www.googleapis.com/auth/dataportability.chrome.extensions'
49
+
50
+ # Move a copy of sites you visited in Chrome.
51
+ AUTH_DATAPORTABILITY_CHROME_HISTORY = 'https://www.googleapis.com/auth/dataportability.chrome.history'
52
+
53
+ # Move a copy of pages you added to your reading list in Chrome.
54
+ AUTH_DATAPORTABILITY_CHROME_READING_LIST = 'https://www.googleapis.com/auth/dataportability.chrome.reading_list'
55
+
56
+ # Move a copy of your settings in Chrome.
57
+ AUTH_DATAPORTABILITY_CHROME_SETTINGS = 'https://www.googleapis.com/auth/dataportability.chrome.settings'
58
+
38
59
  # Move a copy of your pinned trips on Maps.
39
60
  AUTH_DATAPORTABILITY_MAPS_COMMUTE_ROUTES = 'https://www.googleapis.com/auth/dataportability.maps.commute_routes'
40
61
 
@@ -68,6 +89,9 @@ module Google
68
89
  # Move a copy of your YouTube activity.
69
90
  AUTH_DATAPORTABILITY_MYACTIVITY_YOUTUBE = 'https://www.googleapis.com/auth/dataportability.myactivity.youtube'
70
91
 
92
+ # Move a copy of your saved links, images, places, and collections from your use of Google services.
93
+ AUTH_DATAPORTABILITY_SAVED_COLLECTIONS = 'https://www.googleapis.com/auth/dataportability.saved.collections'
94
+
71
95
  # Move a copy of your shipping information on Shopping.
72
96
  AUTH_DATAPORTABILITY_SHOPPING_ADDRESSES = 'https://www.googleapis.com/auth/dataportability.shopping.addresses'
73
97
 
@@ -86,6 +110,12 @@ module Google
86
110
  # Move a copy of your uploaded YouTube music tracks and your YouTube music library.
87
111
  AUTH_DATAPORTABILITY_YOUTUBE_MUSIC = 'https://www.googleapis.com/auth/dataportability.youtube.music'
88
112
 
113
+ # Move a copy of your YouTube playables saved game progress files.
114
+ AUTH_DATAPORTABILITY_YOUTUBE_PLAYABLE = 'https://www.googleapis.com/auth/dataportability.youtube.playable'
115
+
116
+ # Move a copy of your YouTube posts.
117
+ AUTH_DATAPORTABILITY_YOUTUBE_POSTS = 'https://www.googleapis.com/auth/dataportability.youtube.posts'
118
+
89
119
  # Move a copy of your YouTube private playlists.
90
120
  AUTH_DATAPORTABILITY_YOUTUBE_PRIVATE_PLAYLISTS = 'https://www.googleapis.com/auth/dataportability.youtube.private_playlists'
91
121
 
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.3.0
4
+ version: 0.5.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-18 00:00:00.000000000 Z
11
+ date: 2024-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.5.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Data Portability API V1beta