google-apis-admin_datatransfer_v1 0.14.0 → 0.15.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: 9784b31c2851991a7b7158540fa0f32c067883fea36cd5e68a9332f3d630f19f
4
- data.tar.gz: b45f9bf74ec3d8c91ae2bc2e1594e6be2eeb2d9fccce3a8d834649e6d6b4178b
3
+ metadata.gz: 46eb6be2e13364c2ab71dce29346493c1d6e8fc58ea4d00ae7d300466ce8b50d
4
+ data.tar.gz: 5093b898b09267875550599b7f263c318aea15f5a07fb9a7e51d4f495d7b89cb
5
5
  SHA512:
6
- metadata.gz: f93a27cd54e889f68833aa740b0662bacf1d910b7a2bdc46337898e5ce43dd6753bddfd80906444484d1507e298f8efc04d598e317f523278366867415440320
7
- data.tar.gz: 1f2b1c20b2c2913749c7fc9cad11a3f7e9e55968c4a1b1844d3d90610804306c2cc976109ff492b723477182d831c09c3d9fd692f217a2ca0c908f565df37f56
6
+ metadata.gz: ec54f4e374893ba0805662db1eca73bb15ca77f373fdee3683d11df45b2c65caf4e257b9ff3b0641f2e1dcd8f6b8272e8c0ff6ca09136188f2e6b60f61d8f1e8
7
+ data.tar.gz: ffd1b783b4a19258decd2f4df4f0b380478e9d61f141660f58ed46bc78ad0becfd2ed116d20c9ae595161346be7b365f237bb9f46c59ea77f2a08d7d3f0c3570
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_datatransfer_v1
2
2
 
3
+ ### v0.15.0 (2022-11-12)
4
+
5
+ * Regenerated from discovery document revision 20221108
6
+
3
7
  ### v0.14.0 (2022-10-20)
4
8
 
5
9
  * 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.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.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.15.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: 2022-11-14 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-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.15.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: []