google-apis-dataplex_v1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/dataplex_v1/classes.rb +3783 -0
- data/lib/google/apis/dataplex_v1/gem_version.rb +28 -0
- data/lib/google/apis/dataplex_v1/representations.rb +1567 -0
- data/lib/google/apis/dataplex_v1/service.rb +2793 -0
- data/lib/google/apis/dataplex_v1.rb +36 -0
- data/lib/google-apis-dataplex_v1.rb +15 -0
- metadata +82 -0
|
@@ -0,0 +1,1567 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'date'
|
|
16
|
+
require 'google/apis/core/base_service'
|
|
17
|
+
require 'google/apis/core/json_representation'
|
|
18
|
+
require 'google/apis/core/hashable'
|
|
19
|
+
require 'google/apis/errors'
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Apis
|
|
23
|
+
module DataplexV1
|
|
24
|
+
|
|
25
|
+
class Empty
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class GoogleCloudDataplexV1Action
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class GoogleCloudDataplexV1ActionIncompatibleDataSchema
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class GoogleCloudDataplexV1ActionInvalidDataFormat
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class GoogleCloudDataplexV1ActionInvalidDataOrganization
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class GoogleCloudDataplexV1ActionInvalidDataPartition
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class GoogleCloudDataplexV1ActionMissingData
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class GoogleCloudDataplexV1ActionMissingResource
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class GoogleCloudDataplexV1ActionUnauthorizedResource
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class GoogleCloudDataplexV1Asset
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class GoogleCloudDataplexV1AssetDiscoverySpec
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class GoogleCloudDataplexV1AssetDiscoveryStatus
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class GoogleCloudDataplexV1AssetDiscoveryStatusStats
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class GoogleCloudDataplexV1AssetResourceSpec
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class GoogleCloudDataplexV1AssetResourceStatus
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class GoogleCloudDataplexV1AssetSecurityStatus
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class GoogleCloudDataplexV1AssetStatus
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class GoogleCloudDataplexV1CancelJobRequest
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class GoogleCloudDataplexV1Content
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class GoogleCloudDataplexV1ContentNotebook
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class GoogleCloudDataplexV1ContentSqlScript
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class GoogleCloudDataplexV1DiscoveryEvent
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class GoogleCloudDataplexV1DiscoveryEventActionDetails
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class GoogleCloudDataplexV1DiscoveryEventConfigDetails
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class GoogleCloudDataplexV1DiscoveryEventEntityDetails
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class GoogleCloudDataplexV1DiscoveryEventPartitionDetails
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class GoogleCloudDataplexV1Entity
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class GoogleCloudDataplexV1EntityCompatibilityStatus
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class GoogleCloudDataplexV1Environment
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class GoogleCloudDataplexV1EnvironmentEndpoints
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class GoogleCloudDataplexV1EnvironmentInfrastructureSpec
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class GoogleCloudDataplexV1EnvironmentSessionSpec
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class GoogleCloudDataplexV1EnvironmentSessionStatus
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class GoogleCloudDataplexV1Job
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
class GoogleCloudDataplexV1JobEvent
|
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
|
+
|
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
class GoogleCloudDataplexV1Lake
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class GoogleCloudDataplexV1LakeMetastore
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class GoogleCloudDataplexV1LakeMetastoreStatus
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class GoogleCloudDataplexV1ListActionsResponse
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
class GoogleCloudDataplexV1ListAssetsResponse
|
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
+
|
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
class GoogleCloudDataplexV1ListContentResponse
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class GoogleCloudDataplexV1ListEntitiesResponse
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class GoogleCloudDataplexV1ListEnvironmentsResponse
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class GoogleCloudDataplexV1ListJobsResponse
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
class GoogleCloudDataplexV1ListLakesResponse
|
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
327
|
+
|
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
class GoogleCloudDataplexV1ListPartitionsResponse
|
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
|
+
|
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
class GoogleCloudDataplexV1ListSessionsResponse
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
class GoogleCloudDataplexV1ListTasksResponse
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class GoogleCloudDataplexV1ListZonesResponse
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class GoogleCloudDataplexV1OperationMetadata
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class GoogleCloudDataplexV1Partition
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
class GoogleCloudDataplexV1Schema
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
class GoogleCloudDataplexV1SchemaPartitionField
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
+
|
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class GoogleCloudDataplexV1SchemaSchemaField
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class GoogleCloudDataplexV1Session
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
class GoogleCloudDataplexV1SessionEvent
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class GoogleCloudDataplexV1SessionEventQueryDetail
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class GoogleCloudDataplexV1StorageFormat
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
class GoogleCloudDataplexV1StorageFormatCsvOptions
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
class GoogleCloudDataplexV1StorageFormatJsonOptions
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class GoogleCloudDataplexV1Task
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class GoogleCloudDataplexV1TaskExecutionSpec
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpec
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class GoogleCloudDataplexV1TaskSparkTaskConfig
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class GoogleCloudDataplexV1TaskTriggerSpec
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class GoogleCloudDataplexV1Zone
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class GoogleCloudDataplexV1ZoneDiscoverySpec
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
class GoogleCloudDataplexV1ZoneResourceSpec
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class GoogleCloudLocationListLocationsResponse
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
|
+
|
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class GoogleCloudLocationLocation
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
class GoogleIamV1AuditConfig
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class GoogleIamV1AuditLogConfig
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
class GoogleIamV1Binding
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class GoogleIamV1Policy
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
535
|
+
class GoogleIamV1SetIamPolicyRequest
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
|
+
|
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
class GoogleIamV1TestIamPermissionsRequest
|
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
|
+
|
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
545
|
+
end
|
|
546
|
+
|
|
547
|
+
class GoogleIamV1TestIamPermissionsResponse
|
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
|
+
|
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class GoogleLongrunningCancelOperationRequest
|
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
|
+
|
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class GoogleLongrunningListOperationsResponse
|
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
+
|
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
class GoogleLongrunningOperation
|
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
567
|
+
|
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class GoogleRpcStatus
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
577
|
+
class GoogleTypeExpr
|
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
579
|
+
|
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
581
|
+
end
|
|
582
|
+
|
|
583
|
+
class Empty
|
|
584
|
+
# @private
|
|
585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
586
|
+
end
|
|
587
|
+
end
|
|
588
|
+
|
|
589
|
+
class GoogleCloudDataplexV1Action
|
|
590
|
+
# @private
|
|
591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
592
|
+
property :asset, as: 'asset'
|
|
593
|
+
property :category, as: 'category'
|
|
594
|
+
collection :data_locations, as: 'dataLocations'
|
|
595
|
+
property :detect_time, as: 'detectTime'
|
|
596
|
+
property :failed_security_policy_apply, as: 'failedSecurityPolicyApply', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionFailedSecurityPolicyApply, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionFailedSecurityPolicyApply::Representation
|
|
597
|
+
|
|
598
|
+
property :incompatible_data_schema, as: 'incompatibleDataSchema', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionIncompatibleDataSchema, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionIncompatibleDataSchema::Representation
|
|
599
|
+
|
|
600
|
+
property :invalid_data_format, as: 'invalidDataFormat', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataFormat, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataFormat::Representation
|
|
601
|
+
|
|
602
|
+
property :invalid_data_organization, as: 'invalidDataOrganization', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataOrganization, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataOrganization::Representation
|
|
603
|
+
|
|
604
|
+
property :invalid_data_partition, as: 'invalidDataPartition', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataPartition, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataPartition::Representation
|
|
605
|
+
|
|
606
|
+
property :issue, as: 'issue'
|
|
607
|
+
property :lake, as: 'lake'
|
|
608
|
+
property :missing_data, as: 'missingData', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionMissingData, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionMissingData::Representation
|
|
609
|
+
|
|
610
|
+
property :missing_resource, as: 'missingResource', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionMissingResource, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionMissingResource::Representation
|
|
611
|
+
|
|
612
|
+
property :name, as: 'name'
|
|
613
|
+
property :unauthorized_resource, as: 'unauthorizedResource', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionUnauthorizedResource, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionUnauthorizedResource::Representation
|
|
614
|
+
|
|
615
|
+
property :zone, as: 'zone'
|
|
616
|
+
end
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
|
|
620
|
+
# @private
|
|
621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
622
|
+
property :asset, as: 'asset'
|
|
623
|
+
end
|
|
624
|
+
end
|
|
625
|
+
|
|
626
|
+
class GoogleCloudDataplexV1ActionIncompatibleDataSchema
|
|
627
|
+
# @private
|
|
628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
629
|
+
property :existing_schema, as: 'existingSchema'
|
|
630
|
+
property :new_schema, as: 'newSchema'
|
|
631
|
+
collection :sampled_data_locations, as: 'sampledDataLocations'
|
|
632
|
+
property :schema_change, as: 'schemaChange'
|
|
633
|
+
property :table, as: 'table'
|
|
634
|
+
end
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
class GoogleCloudDataplexV1ActionInvalidDataFormat
|
|
638
|
+
# @private
|
|
639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
640
|
+
property :expected_format, as: 'expectedFormat'
|
|
641
|
+
property :new_format, as: 'newFormat'
|
|
642
|
+
collection :sampled_data_locations, as: 'sampledDataLocations'
|
|
643
|
+
end
|
|
644
|
+
end
|
|
645
|
+
|
|
646
|
+
class GoogleCloudDataplexV1ActionInvalidDataOrganization
|
|
647
|
+
# @private
|
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
649
|
+
end
|
|
650
|
+
end
|
|
651
|
+
|
|
652
|
+
class GoogleCloudDataplexV1ActionInvalidDataPartition
|
|
653
|
+
# @private
|
|
654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
655
|
+
property :expected_structure, as: 'expectedStructure'
|
|
656
|
+
end
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
class GoogleCloudDataplexV1ActionMissingData
|
|
660
|
+
# @private
|
|
661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
662
|
+
end
|
|
663
|
+
end
|
|
664
|
+
|
|
665
|
+
class GoogleCloudDataplexV1ActionMissingResource
|
|
666
|
+
# @private
|
|
667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
668
|
+
end
|
|
669
|
+
end
|
|
670
|
+
|
|
671
|
+
class GoogleCloudDataplexV1ActionUnauthorizedResource
|
|
672
|
+
# @private
|
|
673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
674
|
+
end
|
|
675
|
+
end
|
|
676
|
+
|
|
677
|
+
class GoogleCloudDataplexV1Asset
|
|
678
|
+
# @private
|
|
679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
680
|
+
property :create_time, as: 'createTime'
|
|
681
|
+
property :description, as: 'description'
|
|
682
|
+
property :discovery_spec, as: 'discoverySpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoverySpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoverySpec::Representation
|
|
683
|
+
|
|
684
|
+
property :discovery_status, as: 'discoveryStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoveryStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoveryStatus::Representation
|
|
685
|
+
|
|
686
|
+
property :display_name, as: 'displayName'
|
|
687
|
+
hash :labels, as: 'labels'
|
|
688
|
+
property :name, as: 'name'
|
|
689
|
+
property :resource_spec, as: 'resourceSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetResourceSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetResourceSpec::Representation
|
|
690
|
+
|
|
691
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetResourceStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetResourceStatus::Representation
|
|
692
|
+
|
|
693
|
+
property :security_status, as: 'securityStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetSecurityStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetSecurityStatus::Representation
|
|
694
|
+
|
|
695
|
+
property :state, as: 'state'
|
|
696
|
+
property :uid, as: 'uid'
|
|
697
|
+
property :update_time, as: 'updateTime'
|
|
698
|
+
end
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
class GoogleCloudDataplexV1AssetDiscoverySpec
|
|
702
|
+
# @private
|
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
704
|
+
property :csv_options, as: 'csvOptions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions::Representation
|
|
705
|
+
|
|
706
|
+
property :enabled, as: 'enabled'
|
|
707
|
+
collection :exclude_patterns, as: 'excludePatterns'
|
|
708
|
+
collection :include_patterns, as: 'includePatterns'
|
|
709
|
+
property :json_options, as: 'jsonOptions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions::Representation
|
|
710
|
+
|
|
711
|
+
property :schedule, as: 'schedule'
|
|
712
|
+
end
|
|
713
|
+
end
|
|
714
|
+
|
|
715
|
+
class GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
|
|
716
|
+
# @private
|
|
717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
718
|
+
property :delimiter, as: 'delimiter'
|
|
719
|
+
property :disable_type_inference, as: 'disableTypeInference'
|
|
720
|
+
property :encoding, as: 'encoding'
|
|
721
|
+
property :header_rows, as: 'headerRows'
|
|
722
|
+
end
|
|
723
|
+
end
|
|
724
|
+
|
|
725
|
+
class GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
|
|
726
|
+
# @private
|
|
727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
728
|
+
property :disable_type_inference, as: 'disableTypeInference'
|
|
729
|
+
property :encoding, as: 'encoding'
|
|
730
|
+
end
|
|
731
|
+
end
|
|
732
|
+
|
|
733
|
+
class GoogleCloudDataplexV1AssetDiscoveryStatus
|
|
734
|
+
# @private
|
|
735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
736
|
+
property :last_run_duration, as: 'lastRunDuration'
|
|
737
|
+
property :last_run_time, as: 'lastRunTime'
|
|
738
|
+
property :message, as: 'message'
|
|
739
|
+
property :state, as: 'state'
|
|
740
|
+
property :stats, as: 'stats', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoveryStatusStats, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetDiscoveryStatusStats::Representation
|
|
741
|
+
|
|
742
|
+
property :update_time, as: 'updateTime'
|
|
743
|
+
end
|
|
744
|
+
end
|
|
745
|
+
|
|
746
|
+
class GoogleCloudDataplexV1AssetDiscoveryStatusStats
|
|
747
|
+
# @private
|
|
748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
749
|
+
property :data_items, :numeric_string => true, as: 'dataItems'
|
|
750
|
+
property :data_size, :numeric_string => true, as: 'dataSize'
|
|
751
|
+
property :filesets, :numeric_string => true, as: 'filesets'
|
|
752
|
+
property :tables, :numeric_string => true, as: 'tables'
|
|
753
|
+
end
|
|
754
|
+
end
|
|
755
|
+
|
|
756
|
+
class GoogleCloudDataplexV1AssetResourceSpec
|
|
757
|
+
# @private
|
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
759
|
+
property :name, as: 'name'
|
|
760
|
+
property :type, as: 'type'
|
|
761
|
+
end
|
|
762
|
+
end
|
|
763
|
+
|
|
764
|
+
class GoogleCloudDataplexV1AssetResourceStatus
|
|
765
|
+
# @private
|
|
766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
767
|
+
property :message, as: 'message'
|
|
768
|
+
property :state, as: 'state'
|
|
769
|
+
property :update_time, as: 'updateTime'
|
|
770
|
+
end
|
|
771
|
+
end
|
|
772
|
+
|
|
773
|
+
class GoogleCloudDataplexV1AssetSecurityStatus
|
|
774
|
+
# @private
|
|
775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
776
|
+
property :message, as: 'message'
|
|
777
|
+
property :state, as: 'state'
|
|
778
|
+
property :update_time, as: 'updateTime'
|
|
779
|
+
end
|
|
780
|
+
end
|
|
781
|
+
|
|
782
|
+
class GoogleCloudDataplexV1AssetStatus
|
|
783
|
+
# @private
|
|
784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
785
|
+
property :active_assets, as: 'activeAssets'
|
|
786
|
+
property :security_policy_applying_assets, as: 'securityPolicyApplyingAssets'
|
|
787
|
+
property :update_time, as: 'updateTime'
|
|
788
|
+
end
|
|
789
|
+
end
|
|
790
|
+
|
|
791
|
+
class GoogleCloudDataplexV1CancelJobRequest
|
|
792
|
+
# @private
|
|
793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
794
|
+
end
|
|
795
|
+
end
|
|
796
|
+
|
|
797
|
+
class GoogleCloudDataplexV1Content
|
|
798
|
+
# @private
|
|
799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
800
|
+
property :create_time, as: 'createTime'
|
|
801
|
+
property :data_text, as: 'dataText'
|
|
802
|
+
property :description, as: 'description'
|
|
803
|
+
hash :labels, as: 'labels'
|
|
804
|
+
property :name, as: 'name'
|
|
805
|
+
property :notebook, as: 'notebook', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentNotebook, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentNotebook::Representation
|
|
806
|
+
|
|
807
|
+
property :path, as: 'path'
|
|
808
|
+
property :sql_script, as: 'sqlScript', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentSqlScript, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentSqlScript::Representation
|
|
809
|
+
|
|
810
|
+
property :uid, as: 'uid'
|
|
811
|
+
property :update_time, as: 'updateTime'
|
|
812
|
+
end
|
|
813
|
+
end
|
|
814
|
+
|
|
815
|
+
class GoogleCloudDataplexV1ContentNotebook
|
|
816
|
+
# @private
|
|
817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
818
|
+
property :kernel_type, as: 'kernelType'
|
|
819
|
+
end
|
|
820
|
+
end
|
|
821
|
+
|
|
822
|
+
class GoogleCloudDataplexV1ContentSqlScript
|
|
823
|
+
# @private
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
825
|
+
property :engine, as: 'engine'
|
|
826
|
+
end
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
class GoogleCloudDataplexV1DiscoveryEvent
|
|
830
|
+
# @private
|
|
831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
832
|
+
property :action, as: 'action', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventActionDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventActionDetails::Representation
|
|
833
|
+
|
|
834
|
+
property :asset_id, as: 'assetId'
|
|
835
|
+
property :config, as: 'config', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventConfigDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventConfigDetails::Representation
|
|
836
|
+
|
|
837
|
+
property :data_location, as: 'dataLocation'
|
|
838
|
+
property :entity, as: 'entity', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventEntityDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventEntityDetails::Representation
|
|
839
|
+
|
|
840
|
+
property :lake_id, as: 'lakeId'
|
|
841
|
+
property :message, as: 'message'
|
|
842
|
+
property :partition, as: 'partition', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventPartitionDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventPartitionDetails::Representation
|
|
843
|
+
|
|
844
|
+
property :type, as: 'type'
|
|
845
|
+
property :zone_id, as: 'zoneId'
|
|
846
|
+
end
|
|
847
|
+
end
|
|
848
|
+
|
|
849
|
+
class GoogleCloudDataplexV1DiscoveryEventActionDetails
|
|
850
|
+
# @private
|
|
851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
852
|
+
property :type, as: 'type'
|
|
853
|
+
end
|
|
854
|
+
end
|
|
855
|
+
|
|
856
|
+
class GoogleCloudDataplexV1DiscoveryEventConfigDetails
|
|
857
|
+
# @private
|
|
858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
859
|
+
hash :parameters, as: 'parameters'
|
|
860
|
+
end
|
|
861
|
+
end
|
|
862
|
+
|
|
863
|
+
class GoogleCloudDataplexV1DiscoveryEventEntityDetails
|
|
864
|
+
# @private
|
|
865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
866
|
+
property :entity, as: 'entity'
|
|
867
|
+
property :type, as: 'type'
|
|
868
|
+
end
|
|
869
|
+
end
|
|
870
|
+
|
|
871
|
+
class GoogleCloudDataplexV1DiscoveryEventPartitionDetails
|
|
872
|
+
# @private
|
|
873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
874
|
+
property :entity, as: 'entity'
|
|
875
|
+
property :partition, as: 'partition'
|
|
876
|
+
property :type, as: 'type'
|
|
877
|
+
end
|
|
878
|
+
end
|
|
879
|
+
|
|
880
|
+
class GoogleCloudDataplexV1Entity
|
|
881
|
+
# @private
|
|
882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
883
|
+
property :asset, as: 'asset'
|
|
884
|
+
property :catalog_entry, as: 'catalogEntry'
|
|
885
|
+
property :compatibility, as: 'compatibility', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntityCompatibilityStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntityCompatibilityStatus::Representation
|
|
886
|
+
|
|
887
|
+
property :create_time, as: 'createTime'
|
|
888
|
+
property :data_path, as: 'dataPath'
|
|
889
|
+
property :data_path_pattern, as: 'dataPathPattern'
|
|
890
|
+
property :description, as: 'description'
|
|
891
|
+
property :display_name, as: 'displayName'
|
|
892
|
+
property :etag, as: 'etag'
|
|
893
|
+
property :format, as: 'format', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormat, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormat::Representation
|
|
894
|
+
|
|
895
|
+
property :id, as: 'id'
|
|
896
|
+
property :name, as: 'name'
|
|
897
|
+
property :schema, as: 'schema', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Schema, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Schema::Representation
|
|
898
|
+
|
|
899
|
+
property :system, as: 'system'
|
|
900
|
+
property :type, as: 'type'
|
|
901
|
+
property :update_time, as: 'updateTime'
|
|
902
|
+
end
|
|
903
|
+
end
|
|
904
|
+
|
|
905
|
+
class GoogleCloudDataplexV1EntityCompatibilityStatus
|
|
906
|
+
# @private
|
|
907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
908
|
+
property :bigquery, as: 'bigquery', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility::Representation
|
|
909
|
+
|
|
910
|
+
property :hive_metastore, as: 'hiveMetastore', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility::Representation
|
|
911
|
+
|
|
912
|
+
end
|
|
913
|
+
end
|
|
914
|
+
|
|
915
|
+
class GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility
|
|
916
|
+
# @private
|
|
917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
918
|
+
property :compatible, as: 'compatible'
|
|
919
|
+
property :reason, as: 'reason'
|
|
920
|
+
end
|
|
921
|
+
end
|
|
922
|
+
|
|
923
|
+
class GoogleCloudDataplexV1Environment
|
|
924
|
+
# @private
|
|
925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
926
|
+
property :create_time, as: 'createTime'
|
|
927
|
+
property :description, as: 'description'
|
|
928
|
+
property :display_name, as: 'displayName'
|
|
929
|
+
property :endpoints, as: 'endpoints', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentEndpoints, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentEndpoints::Representation
|
|
930
|
+
|
|
931
|
+
property :infrastructure_spec, as: 'infrastructureSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpec::Representation
|
|
932
|
+
|
|
933
|
+
hash :labels, as: 'labels'
|
|
934
|
+
property :name, as: 'name'
|
|
935
|
+
property :session_spec, as: 'sessionSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionSpec::Representation
|
|
936
|
+
|
|
937
|
+
property :session_status, as: 'sessionStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus::Representation
|
|
938
|
+
|
|
939
|
+
property :state, as: 'state'
|
|
940
|
+
property :uid, as: 'uid'
|
|
941
|
+
property :update_time, as: 'updateTime'
|
|
942
|
+
end
|
|
943
|
+
end
|
|
944
|
+
|
|
945
|
+
class GoogleCloudDataplexV1EnvironmentEndpoints
|
|
946
|
+
# @private
|
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
948
|
+
property :notebooks, as: 'notebooks'
|
|
949
|
+
property :sql, as: 'sql'
|
|
950
|
+
end
|
|
951
|
+
end
|
|
952
|
+
|
|
953
|
+
class GoogleCloudDataplexV1EnvironmentInfrastructureSpec
|
|
954
|
+
# @private
|
|
955
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
956
|
+
property :compute, as: 'compute', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources::Representation
|
|
957
|
+
|
|
958
|
+
property :os_image, as: 'osImage', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime::Representation
|
|
959
|
+
|
|
960
|
+
end
|
|
961
|
+
end
|
|
962
|
+
|
|
963
|
+
class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources
|
|
964
|
+
# @private
|
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
966
|
+
property :disk_size_gb, as: 'diskSizeGb'
|
|
967
|
+
property :max_node_count, as: 'maxNodeCount'
|
|
968
|
+
property :node_count, as: 'nodeCount'
|
|
969
|
+
end
|
|
970
|
+
end
|
|
971
|
+
|
|
972
|
+
class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime
|
|
973
|
+
# @private
|
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
975
|
+
property :image_version, as: 'imageVersion'
|
|
976
|
+
collection :java_libraries, as: 'javaLibraries'
|
|
977
|
+
hash :properties, as: 'properties'
|
|
978
|
+
collection :python_packages, as: 'pythonPackages'
|
|
979
|
+
end
|
|
980
|
+
end
|
|
981
|
+
|
|
982
|
+
class GoogleCloudDataplexV1EnvironmentSessionSpec
|
|
983
|
+
# @private
|
|
984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
985
|
+
property :enable_fast_startup, as: 'enableFastStartup'
|
|
986
|
+
property :max_idle_duration, as: 'maxIdleDuration'
|
|
987
|
+
end
|
|
988
|
+
end
|
|
989
|
+
|
|
990
|
+
class GoogleCloudDataplexV1EnvironmentSessionStatus
|
|
991
|
+
# @private
|
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
993
|
+
property :active, as: 'active'
|
|
994
|
+
end
|
|
995
|
+
end
|
|
996
|
+
|
|
997
|
+
class GoogleCloudDataplexV1Job
|
|
998
|
+
# @private
|
|
999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1000
|
+
property :end_time, as: 'endTime'
|
|
1001
|
+
property :message, as: 'message'
|
|
1002
|
+
property :name, as: 'name'
|
|
1003
|
+
property :retry_count, as: 'retryCount'
|
|
1004
|
+
property :service, as: 'service'
|
|
1005
|
+
property :service_job, as: 'serviceJob'
|
|
1006
|
+
property :start_time, as: 'startTime'
|
|
1007
|
+
property :state, as: 'state'
|
|
1008
|
+
property :uid, as: 'uid'
|
|
1009
|
+
end
|
|
1010
|
+
end
|
|
1011
|
+
|
|
1012
|
+
class GoogleCloudDataplexV1JobEvent
|
|
1013
|
+
# @private
|
|
1014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1015
|
+
property :end_time, as: 'endTime'
|
|
1016
|
+
property :job_id, as: 'jobId'
|
|
1017
|
+
property :message, as: 'message'
|
|
1018
|
+
property :retries, as: 'retries'
|
|
1019
|
+
property :service, as: 'service'
|
|
1020
|
+
property :service_job, as: 'serviceJob'
|
|
1021
|
+
property :start_time, as: 'startTime'
|
|
1022
|
+
property :state, as: 'state'
|
|
1023
|
+
property :type, as: 'type'
|
|
1024
|
+
end
|
|
1025
|
+
end
|
|
1026
|
+
|
|
1027
|
+
class GoogleCloudDataplexV1Lake
|
|
1028
|
+
# @private
|
|
1029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1030
|
+
property :asset_status, as: 'assetStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetStatus::Representation
|
|
1031
|
+
|
|
1032
|
+
property :create_time, as: 'createTime'
|
|
1033
|
+
property :description, as: 'description'
|
|
1034
|
+
property :display_name, as: 'displayName'
|
|
1035
|
+
hash :labels, as: 'labels'
|
|
1036
|
+
property :metastore, as: 'metastore', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1LakeMetastore, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1LakeMetastore::Representation
|
|
1037
|
+
|
|
1038
|
+
property :metastore_status, as: 'metastoreStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1LakeMetastoreStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1LakeMetastoreStatus::Representation
|
|
1039
|
+
|
|
1040
|
+
property :name, as: 'name'
|
|
1041
|
+
property :service_account, as: 'serviceAccount'
|
|
1042
|
+
property :state, as: 'state'
|
|
1043
|
+
property :uid, as: 'uid'
|
|
1044
|
+
property :update_time, as: 'updateTime'
|
|
1045
|
+
end
|
|
1046
|
+
end
|
|
1047
|
+
|
|
1048
|
+
class GoogleCloudDataplexV1LakeMetastore
|
|
1049
|
+
# @private
|
|
1050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1051
|
+
property :service, as: 'service'
|
|
1052
|
+
end
|
|
1053
|
+
end
|
|
1054
|
+
|
|
1055
|
+
class GoogleCloudDataplexV1LakeMetastoreStatus
|
|
1056
|
+
# @private
|
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1058
|
+
property :endpoint, as: 'endpoint'
|
|
1059
|
+
property :message, as: 'message'
|
|
1060
|
+
property :state, as: 'state'
|
|
1061
|
+
property :update_time, as: 'updateTime'
|
|
1062
|
+
end
|
|
1063
|
+
end
|
|
1064
|
+
|
|
1065
|
+
class GoogleCloudDataplexV1ListActionsResponse
|
|
1066
|
+
# @private
|
|
1067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1068
|
+
collection :actions, as: 'actions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Action, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Action::Representation
|
|
1069
|
+
|
|
1070
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1071
|
+
end
|
|
1072
|
+
end
|
|
1073
|
+
|
|
1074
|
+
class GoogleCloudDataplexV1ListAssetsResponse
|
|
1075
|
+
# @private
|
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1077
|
+
collection :assets, as: 'assets', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Asset, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Asset::Representation
|
|
1078
|
+
|
|
1079
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1080
|
+
end
|
|
1081
|
+
end
|
|
1082
|
+
|
|
1083
|
+
class GoogleCloudDataplexV1ListContentResponse
|
|
1084
|
+
# @private
|
|
1085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1086
|
+
collection :content, as: 'content', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Content, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Content::Representation
|
|
1087
|
+
|
|
1088
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1089
|
+
end
|
|
1090
|
+
end
|
|
1091
|
+
|
|
1092
|
+
class GoogleCloudDataplexV1ListEntitiesResponse
|
|
1093
|
+
# @private
|
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1095
|
+
collection :entities, as: 'entities', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entity, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entity::Representation
|
|
1096
|
+
|
|
1097
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1098
|
+
end
|
|
1099
|
+
end
|
|
1100
|
+
|
|
1101
|
+
class GoogleCloudDataplexV1ListEnvironmentsResponse
|
|
1102
|
+
# @private
|
|
1103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1104
|
+
collection :environments, as: 'environments', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Environment, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Environment::Representation
|
|
1105
|
+
|
|
1106
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1107
|
+
end
|
|
1108
|
+
end
|
|
1109
|
+
|
|
1110
|
+
class GoogleCloudDataplexV1ListJobsResponse
|
|
1111
|
+
# @private
|
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1113
|
+
collection :jobs, as: 'jobs', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Job, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Job::Representation
|
|
1114
|
+
|
|
1115
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1116
|
+
end
|
|
1117
|
+
end
|
|
1118
|
+
|
|
1119
|
+
class GoogleCloudDataplexV1ListLakesResponse
|
|
1120
|
+
# @private
|
|
1121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1122
|
+
collection :lakes, as: 'lakes', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Lake, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Lake::Representation
|
|
1123
|
+
|
|
1124
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1125
|
+
collection :unreachable_locations, as: 'unreachableLocations'
|
|
1126
|
+
end
|
|
1127
|
+
end
|
|
1128
|
+
|
|
1129
|
+
class GoogleCloudDataplexV1ListPartitionsResponse
|
|
1130
|
+
# @private
|
|
1131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1132
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1133
|
+
collection :partitions, as: 'partitions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Partition, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Partition::Representation
|
|
1134
|
+
|
|
1135
|
+
end
|
|
1136
|
+
end
|
|
1137
|
+
|
|
1138
|
+
class GoogleCloudDataplexV1ListSessionsResponse
|
|
1139
|
+
# @private
|
|
1140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1141
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1142
|
+
collection :sessions, as: 'sessions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Session, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Session::Representation
|
|
1143
|
+
|
|
1144
|
+
end
|
|
1145
|
+
end
|
|
1146
|
+
|
|
1147
|
+
class GoogleCloudDataplexV1ListTasksResponse
|
|
1148
|
+
# @private
|
|
1149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1150
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1151
|
+
collection :tasks, as: 'tasks', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Task, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Task::Representation
|
|
1152
|
+
|
|
1153
|
+
collection :unreachable_locations, as: 'unreachableLocations'
|
|
1154
|
+
end
|
|
1155
|
+
end
|
|
1156
|
+
|
|
1157
|
+
class GoogleCloudDataplexV1ListZonesResponse
|
|
1158
|
+
# @private
|
|
1159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1160
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1161
|
+
collection :zones, as: 'zones', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Zone, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Zone::Representation
|
|
1162
|
+
|
|
1163
|
+
end
|
|
1164
|
+
end
|
|
1165
|
+
|
|
1166
|
+
class GoogleCloudDataplexV1OperationMetadata
|
|
1167
|
+
# @private
|
|
1168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1169
|
+
property :api_version, as: 'apiVersion'
|
|
1170
|
+
property :create_time, as: 'createTime'
|
|
1171
|
+
property :end_time, as: 'endTime'
|
|
1172
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
|
1173
|
+
property :status_message, as: 'statusMessage'
|
|
1174
|
+
property :target, as: 'target'
|
|
1175
|
+
property :verb, as: 'verb'
|
|
1176
|
+
end
|
|
1177
|
+
end
|
|
1178
|
+
|
|
1179
|
+
class GoogleCloudDataplexV1Partition
|
|
1180
|
+
# @private
|
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1182
|
+
property :etag, as: 'etag'
|
|
1183
|
+
property :location, as: 'location'
|
|
1184
|
+
property :name, as: 'name'
|
|
1185
|
+
collection :values, as: 'values'
|
|
1186
|
+
end
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1189
|
+
class GoogleCloudDataplexV1Schema
|
|
1190
|
+
# @private
|
|
1191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1192
|
+
collection :fields, as: 'fields', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaSchemaField, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaSchemaField::Representation
|
|
1193
|
+
|
|
1194
|
+
collection :partition_fields, as: 'partitionFields', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaPartitionField, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaPartitionField::Representation
|
|
1195
|
+
|
|
1196
|
+
property :partition_style, as: 'partitionStyle'
|
|
1197
|
+
property :user_managed, as: 'userManaged'
|
|
1198
|
+
end
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
class GoogleCloudDataplexV1SchemaPartitionField
|
|
1202
|
+
# @private
|
|
1203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1204
|
+
property :name, as: 'name'
|
|
1205
|
+
property :type, as: 'type'
|
|
1206
|
+
end
|
|
1207
|
+
end
|
|
1208
|
+
|
|
1209
|
+
class GoogleCloudDataplexV1SchemaSchemaField
|
|
1210
|
+
# @private
|
|
1211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1212
|
+
property :description, as: 'description'
|
|
1213
|
+
collection :fields, as: 'fields', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaSchemaField, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SchemaSchemaField::Representation
|
|
1214
|
+
|
|
1215
|
+
property :mode, as: 'mode'
|
|
1216
|
+
property :name, as: 'name'
|
|
1217
|
+
property :type, as: 'type'
|
|
1218
|
+
end
|
|
1219
|
+
end
|
|
1220
|
+
|
|
1221
|
+
class GoogleCloudDataplexV1Session
|
|
1222
|
+
# @private
|
|
1223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1224
|
+
property :create_time, as: 'createTime'
|
|
1225
|
+
property :name, as: 'name'
|
|
1226
|
+
property :state, as: 'state'
|
|
1227
|
+
property :user_id, as: 'userId'
|
|
1228
|
+
end
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1231
|
+
class GoogleCloudDataplexV1SessionEvent
|
|
1232
|
+
# @private
|
|
1233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1234
|
+
property :message, as: 'message'
|
|
1235
|
+
property :query, as: 'query', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SessionEventQueryDetail, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SessionEventQueryDetail::Representation
|
|
1236
|
+
|
|
1237
|
+
property :session_id, as: 'sessionId'
|
|
1238
|
+
property :type, as: 'type'
|
|
1239
|
+
property :user_id, as: 'userId'
|
|
1240
|
+
end
|
|
1241
|
+
end
|
|
1242
|
+
|
|
1243
|
+
class GoogleCloudDataplexV1SessionEventQueryDetail
|
|
1244
|
+
# @private
|
|
1245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1246
|
+
property :data_processed_bytes, :numeric_string => true, as: 'dataProcessedBytes'
|
|
1247
|
+
property :duration, as: 'duration'
|
|
1248
|
+
property :engine, as: 'engine'
|
|
1249
|
+
property :query_id, as: 'queryId'
|
|
1250
|
+
property :query_text, as: 'queryText'
|
|
1251
|
+
property :result_size_bytes, :numeric_string => true, as: 'resultSizeBytes'
|
|
1252
|
+
end
|
|
1253
|
+
end
|
|
1254
|
+
|
|
1255
|
+
class GoogleCloudDataplexV1StorageFormat
|
|
1256
|
+
# @private
|
|
1257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1258
|
+
property :compression_format, as: 'compressionFormat'
|
|
1259
|
+
property :csv, as: 'csv', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatCsvOptions, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatCsvOptions::Representation
|
|
1260
|
+
|
|
1261
|
+
property :format, as: 'format'
|
|
1262
|
+
property :json, as: 'json', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatJsonOptions, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatJsonOptions::Representation
|
|
1263
|
+
|
|
1264
|
+
property :mime_type, as: 'mimeType'
|
|
1265
|
+
end
|
|
1266
|
+
end
|
|
1267
|
+
|
|
1268
|
+
class GoogleCloudDataplexV1StorageFormatCsvOptions
|
|
1269
|
+
# @private
|
|
1270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1271
|
+
property :delimiter, as: 'delimiter'
|
|
1272
|
+
property :encoding, as: 'encoding'
|
|
1273
|
+
property :header_rows, as: 'headerRows'
|
|
1274
|
+
property :quote, as: 'quote'
|
|
1275
|
+
end
|
|
1276
|
+
end
|
|
1277
|
+
|
|
1278
|
+
class GoogleCloudDataplexV1StorageFormatJsonOptions
|
|
1279
|
+
# @private
|
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1281
|
+
property :encoding, as: 'encoding'
|
|
1282
|
+
end
|
|
1283
|
+
end
|
|
1284
|
+
|
|
1285
|
+
class GoogleCloudDataplexV1Task
|
|
1286
|
+
# @private
|
|
1287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1288
|
+
property :create_time, as: 'createTime'
|
|
1289
|
+
property :description, as: 'description'
|
|
1290
|
+
property :display_name, as: 'displayName'
|
|
1291
|
+
property :execution_spec, as: 'executionSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskExecutionSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskExecutionSpec::Representation
|
|
1292
|
+
|
|
1293
|
+
hash :labels, as: 'labels'
|
|
1294
|
+
property :name, as: 'name'
|
|
1295
|
+
property :spark, as: 'spark', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskSparkTaskConfig, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskSparkTaskConfig::Representation
|
|
1296
|
+
|
|
1297
|
+
property :state, as: 'state'
|
|
1298
|
+
property :trigger_spec, as: 'triggerSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskTriggerSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskTriggerSpec::Representation
|
|
1299
|
+
|
|
1300
|
+
property :uid, as: 'uid'
|
|
1301
|
+
property :update_time, as: 'updateTime'
|
|
1302
|
+
end
|
|
1303
|
+
end
|
|
1304
|
+
|
|
1305
|
+
class GoogleCloudDataplexV1TaskExecutionSpec
|
|
1306
|
+
# @private
|
|
1307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1308
|
+
hash :args, as: 'args'
|
|
1309
|
+
property :max_job_execution_lifetime, as: 'maxJobExecutionLifetime'
|
|
1310
|
+
property :service_account, as: 'serviceAccount'
|
|
1311
|
+
end
|
|
1312
|
+
end
|
|
1313
|
+
|
|
1314
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpec
|
|
1315
|
+
# @private
|
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1317
|
+
property :batch, as: 'batch', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources::Representation
|
|
1318
|
+
|
|
1319
|
+
property :container_image, as: 'containerImage', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime::Representation
|
|
1320
|
+
|
|
1321
|
+
property :vpc_network, as: 'vpcNetwork', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork::Representation
|
|
1322
|
+
|
|
1323
|
+
end
|
|
1324
|
+
end
|
|
1325
|
+
|
|
1326
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources
|
|
1327
|
+
# @private
|
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1329
|
+
property :executors_count, as: 'executorsCount'
|
|
1330
|
+
property :max_executors_count, as: 'maxExecutorsCount'
|
|
1331
|
+
end
|
|
1332
|
+
end
|
|
1333
|
+
|
|
1334
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime
|
|
1335
|
+
# @private
|
|
1336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1337
|
+
collection :java_jars, as: 'javaJars'
|
|
1338
|
+
hash :properties, as: 'properties'
|
|
1339
|
+
collection :python_packages, as: 'pythonPackages'
|
|
1340
|
+
end
|
|
1341
|
+
end
|
|
1342
|
+
|
|
1343
|
+
class GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork
|
|
1344
|
+
# @private
|
|
1345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1346
|
+
property :network, as: 'network'
|
|
1347
|
+
collection :network_tags, as: 'networkTags'
|
|
1348
|
+
property :sub_network, as: 'subNetwork'
|
|
1349
|
+
end
|
|
1350
|
+
end
|
|
1351
|
+
|
|
1352
|
+
class GoogleCloudDataplexV1TaskSparkTaskConfig
|
|
1353
|
+
# @private
|
|
1354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1355
|
+
collection :archive_uris, as: 'archiveUris'
|
|
1356
|
+
collection :file_uris, as: 'fileUris'
|
|
1357
|
+
property :infrastructure_spec, as: 'infrastructureSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1TaskInfrastructureSpec::Representation
|
|
1358
|
+
|
|
1359
|
+
property :main_class, as: 'mainClass'
|
|
1360
|
+
property :main_jar_file_uri, as: 'mainJarFileUri'
|
|
1361
|
+
property :python_script_file, as: 'pythonScriptFile'
|
|
1362
|
+
property :sql_script, as: 'sqlScript'
|
|
1363
|
+
property :sql_script_file, as: 'sqlScriptFile'
|
|
1364
|
+
end
|
|
1365
|
+
end
|
|
1366
|
+
|
|
1367
|
+
class GoogleCloudDataplexV1TaskTriggerSpec
|
|
1368
|
+
# @private
|
|
1369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1370
|
+
property :disabled, as: 'disabled'
|
|
1371
|
+
property :max_retries, as: 'maxRetries'
|
|
1372
|
+
property :schedule, as: 'schedule'
|
|
1373
|
+
property :start_time, as: 'startTime'
|
|
1374
|
+
property :type, as: 'type'
|
|
1375
|
+
end
|
|
1376
|
+
end
|
|
1377
|
+
|
|
1378
|
+
class GoogleCloudDataplexV1Zone
|
|
1379
|
+
# @private
|
|
1380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1381
|
+
property :asset_status, as: 'assetStatus', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AssetStatus::Representation
|
|
1382
|
+
|
|
1383
|
+
property :create_time, as: 'createTime'
|
|
1384
|
+
property :description, as: 'description'
|
|
1385
|
+
property :discovery_spec, as: 'discoverySpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneDiscoverySpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneDiscoverySpec::Representation
|
|
1386
|
+
|
|
1387
|
+
property :display_name, as: 'displayName'
|
|
1388
|
+
hash :labels, as: 'labels'
|
|
1389
|
+
property :name, as: 'name'
|
|
1390
|
+
property :resource_spec, as: 'resourceSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneResourceSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneResourceSpec::Representation
|
|
1391
|
+
|
|
1392
|
+
property :state, as: 'state'
|
|
1393
|
+
property :type, as: 'type'
|
|
1394
|
+
property :uid, as: 'uid'
|
|
1395
|
+
property :update_time, as: 'updateTime'
|
|
1396
|
+
end
|
|
1397
|
+
end
|
|
1398
|
+
|
|
1399
|
+
class GoogleCloudDataplexV1ZoneDiscoverySpec
|
|
1400
|
+
# @private
|
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1402
|
+
property :csv_options, as: 'csvOptions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions::Representation
|
|
1403
|
+
|
|
1404
|
+
property :enabled, as: 'enabled'
|
|
1405
|
+
collection :exclude_patterns, as: 'excludePatterns'
|
|
1406
|
+
collection :include_patterns, as: 'includePatterns'
|
|
1407
|
+
property :json_options, as: 'jsonOptions', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions::Representation
|
|
1408
|
+
|
|
1409
|
+
property :schedule, as: 'schedule'
|
|
1410
|
+
end
|
|
1411
|
+
end
|
|
1412
|
+
|
|
1413
|
+
class GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions
|
|
1414
|
+
# @private
|
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1416
|
+
property :delimiter, as: 'delimiter'
|
|
1417
|
+
property :disable_type_inference, as: 'disableTypeInference'
|
|
1418
|
+
property :encoding, as: 'encoding'
|
|
1419
|
+
property :header_rows, as: 'headerRows'
|
|
1420
|
+
end
|
|
1421
|
+
end
|
|
1422
|
+
|
|
1423
|
+
class GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions
|
|
1424
|
+
# @private
|
|
1425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1426
|
+
property :disable_type_inference, as: 'disableTypeInference'
|
|
1427
|
+
property :encoding, as: 'encoding'
|
|
1428
|
+
end
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
class GoogleCloudDataplexV1ZoneResourceSpec
|
|
1432
|
+
# @private
|
|
1433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1434
|
+
property :location_type, as: 'locationType'
|
|
1435
|
+
end
|
|
1436
|
+
end
|
|
1437
|
+
|
|
1438
|
+
class GoogleCloudLocationListLocationsResponse
|
|
1439
|
+
# @private
|
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1441
|
+
collection :locations, as: 'locations', class: Google::Apis::DataplexV1::GoogleCloudLocationLocation, decorator: Google::Apis::DataplexV1::GoogleCloudLocationLocation::Representation
|
|
1442
|
+
|
|
1443
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1444
|
+
end
|
|
1445
|
+
end
|
|
1446
|
+
|
|
1447
|
+
class GoogleCloudLocationLocation
|
|
1448
|
+
# @private
|
|
1449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1450
|
+
property :display_name, as: 'displayName'
|
|
1451
|
+
hash :labels, as: 'labels'
|
|
1452
|
+
property :location_id, as: 'locationId'
|
|
1453
|
+
hash :metadata, as: 'metadata'
|
|
1454
|
+
property :name, as: 'name'
|
|
1455
|
+
end
|
|
1456
|
+
end
|
|
1457
|
+
|
|
1458
|
+
class GoogleIamV1AuditConfig
|
|
1459
|
+
# @private
|
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1461
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::DataplexV1::GoogleIamV1AuditLogConfig, decorator: Google::Apis::DataplexV1::GoogleIamV1AuditLogConfig::Representation
|
|
1462
|
+
|
|
1463
|
+
property :service, as: 'service'
|
|
1464
|
+
end
|
|
1465
|
+
end
|
|
1466
|
+
|
|
1467
|
+
class GoogleIamV1AuditLogConfig
|
|
1468
|
+
# @private
|
|
1469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1470
|
+
collection :exempted_members, as: 'exemptedMembers'
|
|
1471
|
+
property :log_type, as: 'logType'
|
|
1472
|
+
end
|
|
1473
|
+
end
|
|
1474
|
+
|
|
1475
|
+
class GoogleIamV1Binding
|
|
1476
|
+
# @private
|
|
1477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1478
|
+
property :condition, as: 'condition', class: Google::Apis::DataplexV1::GoogleTypeExpr, decorator: Google::Apis::DataplexV1::GoogleTypeExpr::Representation
|
|
1479
|
+
|
|
1480
|
+
collection :members, as: 'members'
|
|
1481
|
+
property :role, as: 'role'
|
|
1482
|
+
end
|
|
1483
|
+
end
|
|
1484
|
+
|
|
1485
|
+
class GoogleIamV1Policy
|
|
1486
|
+
# @private
|
|
1487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1488
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::DataplexV1::GoogleIamV1AuditConfig, decorator: Google::Apis::DataplexV1::GoogleIamV1AuditConfig::Representation
|
|
1489
|
+
|
|
1490
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DataplexV1::GoogleIamV1Binding, decorator: Google::Apis::DataplexV1::GoogleIamV1Binding::Representation
|
|
1491
|
+
|
|
1492
|
+
property :etag, :base64 => true, as: 'etag'
|
|
1493
|
+
property :version, as: 'version'
|
|
1494
|
+
end
|
|
1495
|
+
end
|
|
1496
|
+
|
|
1497
|
+
class GoogleIamV1SetIamPolicyRequest
|
|
1498
|
+
# @private
|
|
1499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1500
|
+
property :policy, as: 'policy', class: Google::Apis::DataplexV1::GoogleIamV1Policy, decorator: Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
|
|
1501
|
+
|
|
1502
|
+
property :update_mask, as: 'updateMask'
|
|
1503
|
+
end
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1506
|
+
class GoogleIamV1TestIamPermissionsRequest
|
|
1507
|
+
# @private
|
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1509
|
+
collection :permissions, as: 'permissions'
|
|
1510
|
+
end
|
|
1511
|
+
end
|
|
1512
|
+
|
|
1513
|
+
class GoogleIamV1TestIamPermissionsResponse
|
|
1514
|
+
# @private
|
|
1515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1516
|
+
collection :permissions, as: 'permissions'
|
|
1517
|
+
end
|
|
1518
|
+
end
|
|
1519
|
+
|
|
1520
|
+
class GoogleLongrunningCancelOperationRequest
|
|
1521
|
+
# @private
|
|
1522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1523
|
+
end
|
|
1524
|
+
end
|
|
1525
|
+
|
|
1526
|
+
class GoogleLongrunningListOperationsResponse
|
|
1527
|
+
# @private
|
|
1528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1529
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1530
|
+
collection :operations, as: 'operations', class: Google::Apis::DataplexV1::GoogleLongrunningOperation, decorator: Google::Apis::DataplexV1::GoogleLongrunningOperation::Representation
|
|
1531
|
+
|
|
1532
|
+
end
|
|
1533
|
+
end
|
|
1534
|
+
|
|
1535
|
+
class GoogleLongrunningOperation
|
|
1536
|
+
# @private
|
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1538
|
+
property :done, as: 'done'
|
|
1539
|
+
property :error, as: 'error', class: Google::Apis::DataplexV1::GoogleRpcStatus, decorator: Google::Apis::DataplexV1::GoogleRpcStatus::Representation
|
|
1540
|
+
|
|
1541
|
+
hash :metadata, as: 'metadata'
|
|
1542
|
+
property :name, as: 'name'
|
|
1543
|
+
hash :response, as: 'response'
|
|
1544
|
+
end
|
|
1545
|
+
end
|
|
1546
|
+
|
|
1547
|
+
class GoogleRpcStatus
|
|
1548
|
+
# @private
|
|
1549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1550
|
+
property :code, as: 'code'
|
|
1551
|
+
collection :details, as: 'details'
|
|
1552
|
+
property :message, as: 'message'
|
|
1553
|
+
end
|
|
1554
|
+
end
|
|
1555
|
+
|
|
1556
|
+
class GoogleTypeExpr
|
|
1557
|
+
# @private
|
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1559
|
+
property :description, as: 'description'
|
|
1560
|
+
property :expression, as: 'expression'
|
|
1561
|
+
property :location, as: 'location'
|
|
1562
|
+
property :title, as: 'title'
|
|
1563
|
+
end
|
|
1564
|
+
end
|
|
1565
|
+
end
|
|
1566
|
+
end
|
|
1567
|
+
end
|