google-apis-dataportability_v1beta 0.2.0 → 0.4.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: 4dba5412535ae10748d1f1286171597df170341e0ea8f9339a4b6ec3c7854cc9
4
- data.tar.gz: 208cedbc9e5eb3a04064f3a85ccccd607a1c8e159dbc88709d15ba7f68ec668d
3
+ metadata.gz: 72252e145123c5e5a5856d9abe3431c2a47dcdf8fe507f99a925b47aed0ff929
4
+ data.tar.gz: 77f1bd7bac3271066f4a3df30cd1c05354f3d045b3021ea604706698fe6231aa
5
5
  SHA512:
6
- metadata.gz: 1f3b93088076ef50a479f295ac4f7d0a108d231cbb1e7968992bb46ed4a8e9084d6b41f644f640006ee456efc5f30175b6dbeb11716fbc81b3337d2d690197b3
7
- data.tar.gz: '0860288fb136e912f071a391a62a13c889b6fd68a9e6ea76736252ee1aa336826c3505d7a91d1dd1a8c022bdebece8d3b0bf27aa4a4b60ef90c91947257a610a'
6
+ metadata.gz: 3d777565391cb33a50a8408f824fc36aa2fd0f1b62c1b98d51c927411c3ed8366f130368b60a1a3d8ba052e1d3acee869737c15d5010281a39e4f91c25b6695c
7
+ data.tar.gz: 0b4538cd6026cad1dee5e69619f00c5b576fb82e96421c0f7526728e406d9d47521dd50d4669a1433d2bacd8495fe625383eecebe6aa3a6c7bdc87324dbe44e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataportability_v1beta
2
2
 
3
+ ### v0.4.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240221
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.3.0 (2024-02-18)
9
+
10
+ * Regenerated from discovery document revision 20240211
11
+
3
12
  ### v0.2.0 (2024-02-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20240204
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.2.0"
19
+ GEM_VERSION = "0.4.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 = "20240204"
25
+ REVISION = "20240221"
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.
@@ -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 search activity.
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.2.0
4
+ version: 0.4.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 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataportability_v1beta/v0.4.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