google-apis-dataportability_v1beta 0.3.0 → 0.4.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: db255dbf483c5cbe95af12f62043e57ca53cc82afa5ba1da2e9d2d096de77c0f
4
- data.tar.gz: fbc297bcf967ea6a7445276c9024f4915073772bc3dd3de4840c9c6d0710bc74
3
+ metadata.gz: 72252e145123c5e5a5856d9abe3431c2a47dcdf8fe507f99a925b47aed0ff929
4
+ data.tar.gz: 77f1bd7bac3271066f4a3df30cd1c05354f3d045b3021ea604706698fe6231aa
5
5
  SHA512:
6
- metadata.gz: cd528fc473daa538f6eac332abeb9b3ff9f3a88f922a547a8e1c56e3d3a283a05d027d7c234bbffdb274d2358ae05f5fc400f6a8922e66f1e5d1973dc0db8b7c
7
- data.tar.gz: f9f23a07726269fecbf44309ffe9f99eb875dfd07040331a9c789e48f6395a82f0d190d07a42a1a21fe5e87596cca6b099274cbe34ab68ad481616a942f4b132
6
+ metadata.gz: 3d777565391cb33a50a8408f824fc36aa2fd0f1b62c1b98d51c927411c3ed8366f130368b60a1a3d8ba052e1d3acee869737c15d5010281a39e4f91c25b6695c
7
+ data.tar.gz: 0b4538cd6026cad1dee5e69619f00c5b576fb82e96421c0f7526728e406d9d47521dd50d4669a1433d2bacd8495fe625383eecebe6aa3a6c7bdc87324dbe44e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.3.0 (2024-02-18)
4
9
 
5
10
  * 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.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 = "20240211"
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.
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.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-18 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.3.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