google-apis-admin_datatransfer_v1 0.14.0 → 0.16.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: 9784b31c2851991a7b7158540fa0f32c067883fea36cd5e68a9332f3d630f19f
4
- data.tar.gz: b45f9bf74ec3d8c91ae2bc2e1594e6be2eeb2d9fccce3a8d834649e6d6b4178b
3
+ metadata.gz: 4794ca072c9cd8e6aae95df5d2c745133dbd16d7f5366a313e33eaaf97ddab69
4
+ data.tar.gz: d0e37cc9cfdd2eee35bbbc67a5eec8e156e634afb987d92e5425c3b8d57bb0b9
5
5
  SHA512:
6
- metadata.gz: f93a27cd54e889f68833aa740b0662bacf1d910b7a2bdc46337898e5ce43dd6753bddfd80906444484d1507e298f8efc04d598e317f523278366867415440320
7
- data.tar.gz: 1f2b1c20b2c2913749c7fc9cad11a3f7e9e55968c4a1b1844d3d90610804306c2cc976109ff492b723477182d831c09c3d9fd692f217a2ca0c908f565df37f56
6
+ metadata.gz: 7a7ca2a8c3af6716f9e1ff0dc7d109e0efa2f191c88df53b3d7a0f05044c51272e8593884cd311263f26708b8db9f25924e62507c2732094a5ca5725521bcfab
7
+ data.tar.gz: 9cae85101daaafd5d5c279def18fb861f4be22694cfe930d1f0446ce80d335051784f1556eef1f414d9daf23b0eee8c76462fb3b76d172c340ad4852a5f5bbf3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_datatransfer_v1
2
2
 
3
+ ### v0.16.0 (2023-02-26)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.15.0 (2022-11-12)
8
+
9
+ * Regenerated from discovery document revision 20221108
10
+
3
11
  ### v0.14.0 (2022-10-20)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module AdminDatatransferV1
24
24
 
25
- # Applications resources represent applications installed on the domain that
25
+ # Application resources represent applications installed on the domain that
26
26
  # support transferring ownership of user data.
27
27
  class Application
28
28
  include Google::Apis::Core::Hashable
@@ -32,7 +32,8 @@ module Google
32
32
  # @return [String]
33
33
  attr_accessor :etag
34
34
 
35
- # The application's ID.
35
+ # The application's ID. Retrievable by using the [`applications.list()`](/admin-
36
+ # sdk/data-transfer/reference/rest/v1/applications/list) method.
36
37
  # Corresponds to the JSON property `id`
37
38
  # @return [Fixnum]
38
39
  attr_accessor :id
@@ -48,8 +49,7 @@ module Google
48
49
  attr_accessor :name
49
50
 
50
51
  # The list of all possible transfer parameters for this application. These
51
- # parameters can be used to select the data of the user in this application to
52
- # be transferred.
52
+ # parameters select which categories of the user's data to transfer.
53
53
  # Corresponds to the JSON property `transferParams`
54
54
  # @return [Array<Google::Apis::AdminDatatransferV1::ApplicationTransferParam>]
55
55
  attr_accessor :transfer_params
@@ -78,12 +78,14 @@ module Google
78
78
  attr_accessor :application_id
79
79
 
80
80
  # The transfer parameters for the application. These parameters are used to
81
- # select the data which will get transferred in context of this application.
81
+ # select the data which will get transferred in context of this application. For
82
+ # more information about the specific values available for each application, see
83
+ # the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.
82
84
  # Corresponds to the JSON property `applicationTransferParams`
83
85
  # @return [Array<Google::Apis::AdminDatatransferV1::ApplicationTransferParam>]
84
86
  attr_accessor :application_transfer_params
85
87
 
86
- # Current status of transfer for this application. (Read-only)
88
+ # Read-only. Current status of transfer for this application.
87
89
  # Corresponds to the JSON property `applicationTransferStatus`
88
90
  # @return [String]
89
91
  attr_accessor :application_transfer_status
@@ -104,12 +106,12 @@ module Google
104
106
  class ApplicationTransferParam
105
107
  include Google::Apis::Core::Hashable
106
108
 
107
- # The type of the transfer parameter. eg: 'PRIVACY_LEVEL'
109
+ # The type of the transfer parameter, such as `PRIVACY_LEVEL`.
108
110
  # Corresponds to the JSON property `key`
109
111
  # @return [String]
110
112
  attr_accessor :key
111
113
 
112
- # The value of the corresponding transfer parameter. eg: 'PRIVATE' or 'SHARED'
114
+ # The value of the transfer parameter, such as `PRIVATE` or `SHARED`.
113
115
  # Corresponds to the JSON property `value`
114
116
  # @return [Array<String>]
115
117
  attr_accessor :value
@@ -129,8 +131,8 @@ module Google
129
131
  class ApplicationsListResponse
130
132
  include Google::Apis::Core::Hashable
131
133
 
132
- # List of applications that support data transfer and are also installed for the
133
- # customer.
134
+ # The list of applications that support data transfer and are also installed for
135
+ # the customer.
134
136
  # Corresponds to the JSON property `applications`
135
137
  # @return [Array<Google::Apis::AdminDatatransferV1::Application>]
136
138
  attr_accessor :applications
@@ -145,7 +147,7 @@ module Google
145
147
  # @return [String]
146
148
  attr_accessor :kind
147
149
 
148
- # Continuation token which will be used to specify next page in list API.
150
+ # Token to specify the next page in the list.
149
151
  # Corresponds to the JSON property `nextPageToken`
150
152
  # @return [String]
151
153
  attr_accessor :next_page_token
@@ -168,10 +170,10 @@ module Google
168
170
  class DataTransfer
169
171
  include Google::Apis::Core::Hashable
170
172
 
171
- # List of per application data transfer resources. It contains data transfer
172
- # details of the applications associated with this transfer resource. Note that
173
- # this list is also used to specify the applications for which data transfer has
174
- # to be done at the time of the transfer resource creation.
173
+ # The list of per-application data transfer resources. It contains details of
174
+ # the applications associated with this transfer resource, and also specifies
175
+ # the applications for which data transfer has to be done at the time of the
176
+ # transfer resource creation.
175
177
  # Corresponds to the JSON property `applicationDataTransfers`
176
178
  # @return [Array<Google::Apis::AdminDatatransferV1::ApplicationDataTransfer>]
177
179
  attr_accessor :application_data_transfers
@@ -181,7 +183,7 @@ module Google
181
183
  # @return [String]
182
184
  attr_accessor :etag
183
185
 
184
- # The transfer's ID (Read-only).
186
+ # Read-only. The transfer's ID.
185
187
  # Corresponds to the JSON property `id`
186
188
  # @return [String]
187
189
  attr_accessor :id
@@ -201,12 +203,12 @@ module Google
201
203
  # @return [String]
202
204
  attr_accessor :old_owner_user_id
203
205
 
204
- # Overall transfer status (Read-only).
206
+ # Read-only. Overall transfer status.
205
207
  # Corresponds to the JSON property `overallTransferStatusCode`
206
208
  # @return [String]
207
209
  attr_accessor :overall_transfer_status_code
208
210
 
209
- # The time at which the data transfer was requested (Read-only).
211
+ # Read-only. The time at which the data transfer was requested.
210
212
  # Corresponds to the JSON property `requestTime`
211
213
  # @return [DateTime]
212
214
  attr_accessor :request_time
@@ -247,7 +249,7 @@ module Google
247
249
  # @return [String]
248
250
  attr_accessor :kind
249
251
 
250
- # Continuation token which will be used to specify next page in list API.
252
+ # Token to specify the next page in the list.
251
253
  # Corresponds to the JSON property `nextPageToken`
252
254
  # @return [String]
253
255
  attr_accessor :next_page_token
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDatatransferV1
18
18
  # Version of the google-apis-admin_datatransfer_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210720"
25
+ REVISION = "20221108"
26
26
  end
27
27
  end
28
28
  end
@@ -148,7 +148,8 @@ module Google
148
148
  execute_or_queue_command(command, &block)
149
149
  end
150
150
 
151
- # Inserts a data transfer request.
151
+ # Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-
152
+ # transfer/v1/parameters) reference for specific application requirements.
152
153
  # @param [Google::Apis::AdminDatatransferV1::DataTransfer] data_transfer_object
153
154
  # @param [String] fields
154
155
  # 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-admin_datatransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2023-02-26 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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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-admin_datatransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_datatransfer_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_datatransfer_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_datatransfer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Admin SDK API DatatransferV1