google-apis-datacatalog_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.
@@ -0,0 +1,28 @@
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
+ module Google
16
+ module Apis
17
+ module DatacatalogV1
18
+ # Version of the google-apis-datacatalog_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.3.0"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20210618"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,905 @@
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 DatacatalogV1
24
+
25
+ class Binding
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class Empty
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class Expr
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class GetIamPolicyRequest
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class GetPolicyOptions
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class GoogleCloudDatacatalogV1BigQueryDateShardedSpec
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class GoogleCloudDatacatalogV1BigQueryRoutineSpec
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleCloudDatacatalogV1BigQueryTableSpec
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GoogleCloudDatacatalogV1ColumnSchema
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GoogleCloudDatacatalogV1CrossRegionalSource
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GoogleCloudDatacatalogV1DataSource
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class GoogleCloudDatacatalogV1DatabaseTableSpec
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class GoogleCloudDatacatalogV1Entry
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleCloudDatacatalogV1EntryGroup
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudDatacatalogV1ExportTaxonomiesResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleCloudDatacatalogV1FieldType
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GoogleCloudDatacatalogV1FieldTypeEnumType
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GoogleCloudDatacatalogV1GcsFileSpec
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GoogleCloudDatacatalogV1GcsFilesetSpec
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudDatacatalogV1ImportTaxonomiesRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleCloudDatacatalogV1ImportTaxonomiesResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudDatacatalogV1InlineSource
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudDatacatalogV1ListEntriesResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudDatacatalogV1ListEntryGroupsResponse
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudDatacatalogV1ListPolicyTagsResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudDatacatalogV1ListTagsResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudDatacatalogV1ListTaxonomiesResponse
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleCloudDatacatalogV1PolicyTag
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudDatacatalogV1RoutineSpec
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleCloudDatacatalogV1RoutineSpecArgument
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleCloudDatacatalogV1Schema
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudDatacatalogV1SearchCatalogRequest
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleCloudDatacatalogV1SearchCatalogRequestScope
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleCloudDatacatalogV1SearchCatalogResponse
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudDatacatalogV1SearchCatalogResult
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudDatacatalogV1SerializedPolicyTag
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GoogleCloudDatacatalogV1SerializedTaxonomy
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleCloudDatacatalogV1SystemTimestamps
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudDatacatalogV1TableSpec
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudDatacatalogV1Tag
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleCloudDatacatalogV1TagField
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleCloudDatacatalogV1TagFieldEnumValue
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleCloudDatacatalogV1TagTemplate
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleCloudDatacatalogV1TagTemplateField
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GoogleCloudDatacatalogV1Taxonomy
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleCloudDatacatalogV1UsageSignal
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GoogleCloudDatacatalogV1UsageStats
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GoogleCloudDatacatalogV1ViewSpec
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class Policy
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class SetIamPolicyRequest
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class TestIamPermissionsRequest
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class TestIamPermissionsResponse
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class Binding
362
+ # @private
363
+ class Representation < Google::Apis::Core::JsonRepresentation
364
+ property :condition, as: 'condition', class: Google::Apis::DatacatalogV1::Expr, decorator: Google::Apis::DatacatalogV1::Expr::Representation
365
+
366
+ collection :members, as: 'members'
367
+ property :role, as: 'role'
368
+ end
369
+ end
370
+
371
+ class Empty
372
+ # @private
373
+ class Representation < Google::Apis::Core::JsonRepresentation
374
+ end
375
+ end
376
+
377
+ class Expr
378
+ # @private
379
+ class Representation < Google::Apis::Core::JsonRepresentation
380
+ property :description, as: 'description'
381
+ property :expression, as: 'expression'
382
+ property :location, as: 'location'
383
+ property :title, as: 'title'
384
+ end
385
+ end
386
+
387
+ class GetIamPolicyRequest
388
+ # @private
389
+ class Representation < Google::Apis::Core::JsonRepresentation
390
+ property :options, as: 'options', class: Google::Apis::DatacatalogV1::GetPolicyOptions, decorator: Google::Apis::DatacatalogV1::GetPolicyOptions::Representation
391
+
392
+ end
393
+ end
394
+
395
+ class GetPolicyOptions
396
+ # @private
397
+ class Representation < Google::Apis::Core::JsonRepresentation
398
+ property :requested_policy_version, as: 'requestedPolicyVersion'
399
+ end
400
+ end
401
+
402
+ class GoogleCloudDatacatalogV1BigQueryDateShardedSpec
403
+ # @private
404
+ class Representation < Google::Apis::Core::JsonRepresentation
405
+ property :dataset, as: 'dataset'
406
+ property :shard_count, :numeric_string => true, as: 'shardCount'
407
+ property :table_prefix, as: 'tablePrefix'
408
+ end
409
+ end
410
+
411
+ class GoogleCloudDatacatalogV1BigQueryRoutineSpec
412
+ # @private
413
+ class Representation < Google::Apis::Core::JsonRepresentation
414
+ collection :imported_libraries, as: 'importedLibraries'
415
+ end
416
+ end
417
+
418
+ class GoogleCloudDatacatalogV1BigQueryTableSpec
419
+ # @private
420
+ class Representation < Google::Apis::Core::JsonRepresentation
421
+ property :table_source_type, as: 'tableSourceType'
422
+ property :table_spec, as: 'tableSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TableSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TableSpec::Representation
423
+
424
+ property :view_spec, as: 'viewSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ViewSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ViewSpec::Representation
425
+
426
+ end
427
+ end
428
+
429
+ class GoogleCloudDatacatalogV1ColumnSchema
430
+ # @private
431
+ class Representation < Google::Apis::Core::JsonRepresentation
432
+ property :column, as: 'column'
433
+ property :description, as: 'description'
434
+ property :mode, as: 'mode'
435
+ collection :subcolumns, as: 'subcolumns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
436
+
437
+ property :type, as: 'type'
438
+ end
439
+ end
440
+
441
+ class GoogleCloudDatacatalogV1CrossRegionalSource
442
+ # @private
443
+ class Representation < Google::Apis::Core::JsonRepresentation
444
+ property :taxonomy, as: 'taxonomy'
445
+ end
446
+ end
447
+
448
+ class GoogleCloudDatacatalogV1DataSource
449
+ # @private
450
+ class Representation < Google::Apis::Core::JsonRepresentation
451
+ property :resource, as: 'resource'
452
+ property :service, as: 'service'
453
+ end
454
+ end
455
+
456
+ class GoogleCloudDatacatalogV1DatabaseTableSpec
457
+ # @private
458
+ class Representation < Google::Apis::Core::JsonRepresentation
459
+ property :type, as: 'type'
460
+ end
461
+ end
462
+
463
+ class GoogleCloudDatacatalogV1Entry
464
+ # @private
465
+ class Representation < Google::Apis::Core::JsonRepresentation
466
+ property :bigquery_date_sharded_spec, as: 'bigqueryDateShardedSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryDateShardedSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryDateShardedSpec::Representation
467
+
468
+ property :bigquery_table_spec, as: 'bigqueryTableSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryTableSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryTableSpec::Representation
469
+
470
+ property :data_source, as: 'dataSource', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSource, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSource::Representation
471
+
472
+ property :database_table_spec, as: 'databaseTableSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpec::Representation
473
+
474
+ property :description, as: 'description'
475
+ property :display_name, as: 'displayName'
476
+ property :fully_qualified_name, as: 'fullyQualifiedName'
477
+ property :gcs_fileset_spec, as: 'gcsFilesetSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GcsFilesetSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GcsFilesetSpec::Representation
478
+
479
+ property :integrated_system, as: 'integratedSystem'
480
+ property :linked_resource, as: 'linkedResource'
481
+ property :name, as: 'name'
482
+ property :routine_spec, as: 'routineSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RoutineSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RoutineSpec::Representation
483
+
484
+ property :schema, as: 'schema', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Schema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Schema::Representation
485
+
486
+ property :source_system_timestamps, as: 'sourceSystemTimestamps', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
487
+
488
+ property :type, as: 'type'
489
+ property :usage_signal, as: 'usageSignal', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageSignal, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageSignal::Representation
490
+
491
+ property :user_specified_system, as: 'userSpecifiedSystem'
492
+ property :user_specified_type, as: 'userSpecifiedType'
493
+ end
494
+ end
495
+
496
+ class GoogleCloudDatacatalogV1EntryGroup
497
+ # @private
498
+ class Representation < Google::Apis::Core::JsonRepresentation
499
+ property :data_catalog_timestamps, as: 'dataCatalogTimestamps', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
500
+
501
+ property :description, as: 'description'
502
+ property :display_name, as: 'displayName'
503
+ property :name, as: 'name'
504
+ end
505
+ end
506
+
507
+ class GoogleCloudDatacatalogV1ExportTaxonomiesResponse
508
+ # @private
509
+ class Representation < Google::Apis::Core::JsonRepresentation
510
+ collection :taxonomies, as: 'taxonomies', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy::Representation
511
+
512
+ end
513
+ end
514
+
515
+ class GoogleCloudDatacatalogV1FieldType
516
+ # @private
517
+ class Representation < Google::Apis::Core::JsonRepresentation
518
+ property :enum_type, as: 'enumType', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumType, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumType::Representation
519
+
520
+ property :primitive_type, as: 'primitiveType'
521
+ end
522
+ end
523
+
524
+ class GoogleCloudDatacatalogV1FieldTypeEnumType
525
+ # @private
526
+ class Representation < Google::Apis::Core::JsonRepresentation
527
+ collection :allowed_values, as: 'allowedValues', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue::Representation
528
+
529
+ end
530
+ end
531
+
532
+ class GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue
533
+ # @private
534
+ class Representation < Google::Apis::Core::JsonRepresentation
535
+ property :display_name, as: 'displayName'
536
+ end
537
+ end
538
+
539
+ class GoogleCloudDatacatalogV1GcsFileSpec
540
+ # @private
541
+ class Representation < Google::Apis::Core::JsonRepresentation
542
+ property :file_path, as: 'filePath'
543
+ property :gcs_timestamps, as: 'gcsTimestamps', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
544
+
545
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
546
+ end
547
+ end
548
+
549
+ class GoogleCloudDatacatalogV1GcsFilesetSpec
550
+ # @private
551
+ class Representation < Google::Apis::Core::JsonRepresentation
552
+ collection :file_patterns, as: 'filePatterns'
553
+ collection :sample_gcs_file_specs, as: 'sampleGcsFileSpecs', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GcsFileSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GcsFileSpec::Representation
554
+
555
+ end
556
+ end
557
+
558
+ class GoogleCloudDatacatalogV1ImportTaxonomiesRequest
559
+ # @private
560
+ class Representation < Google::Apis::Core::JsonRepresentation
561
+ property :cross_regional_source, as: 'crossRegionalSource', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1CrossRegionalSource, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1CrossRegionalSource::Representation
562
+
563
+ property :inline_source, as: 'inlineSource', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1InlineSource, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1InlineSource::Representation
564
+
565
+ end
566
+ end
567
+
568
+ class GoogleCloudDatacatalogV1ImportTaxonomiesResponse
569
+ # @private
570
+ class Representation < Google::Apis::Core::JsonRepresentation
571
+ collection :taxonomies, as: 'taxonomies', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy::Representation
572
+
573
+ end
574
+ end
575
+
576
+ class GoogleCloudDatacatalogV1InlineSource
577
+ # @private
578
+ class Representation < Google::Apis::Core::JsonRepresentation
579
+ collection :taxonomies, as: 'taxonomies', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy::Representation
580
+
581
+ end
582
+ end
583
+
584
+ class GoogleCloudDatacatalogV1ListEntriesResponse
585
+ # @private
586
+ class Representation < Google::Apis::Core::JsonRepresentation
587
+ collection :entries, as: 'entries', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Entry, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Entry::Representation
588
+
589
+ property :next_page_token, as: 'nextPageToken'
590
+ end
591
+ end
592
+
593
+ class GoogleCloudDatacatalogV1ListEntryGroupsResponse
594
+ # @private
595
+ class Representation < Google::Apis::Core::JsonRepresentation
596
+ collection :entry_groups, as: 'entryGroups', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryGroup, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryGroup::Representation
597
+
598
+ property :next_page_token, as: 'nextPageToken'
599
+ end
600
+ end
601
+
602
+ class GoogleCloudDatacatalogV1ListPolicyTagsResponse
603
+ # @private
604
+ class Representation < Google::Apis::Core::JsonRepresentation
605
+ property :next_page_token, as: 'nextPageToken'
606
+ collection :policy_tags, as: 'policyTags', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PolicyTag, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PolicyTag::Representation
607
+
608
+ end
609
+ end
610
+
611
+ class GoogleCloudDatacatalogV1ListTagsResponse
612
+ # @private
613
+ class Representation < Google::Apis::Core::JsonRepresentation
614
+ property :next_page_token, as: 'nextPageToken'
615
+ collection :tags, as: 'tags', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag::Representation
616
+
617
+ end
618
+ end
619
+
620
+ class GoogleCloudDatacatalogV1ListTaxonomiesResponse
621
+ # @private
622
+ class Representation < Google::Apis::Core::JsonRepresentation
623
+ property :next_page_token, as: 'nextPageToken'
624
+ collection :taxonomies, as: 'taxonomies', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy::Representation
625
+
626
+ end
627
+ end
628
+
629
+ class GoogleCloudDatacatalogV1PolicyTag
630
+ # @private
631
+ class Representation < Google::Apis::Core::JsonRepresentation
632
+ collection :child_policy_tags, as: 'childPolicyTags'
633
+ property :description, as: 'description'
634
+ property :display_name, as: 'displayName'
635
+ property :name, as: 'name'
636
+ property :parent_policy_tag, as: 'parentPolicyTag'
637
+ end
638
+ end
639
+
640
+ class GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest
641
+ # @private
642
+ class Representation < Google::Apis::Core::JsonRepresentation
643
+ property :new_enum_value_display_name, as: 'newEnumValueDisplayName'
644
+ end
645
+ end
646
+
647
+ class GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest
648
+ # @private
649
+ class Representation < Google::Apis::Core::JsonRepresentation
650
+ property :new_tag_template_field_id, as: 'newTagTemplateFieldId'
651
+ end
652
+ end
653
+
654
+ class GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
655
+ # @private
656
+ class Representation < Google::Apis::Core::JsonRepresentation
657
+ property :serialized_taxonomy, as: 'serializedTaxonomy', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedTaxonomy::Representation
658
+
659
+ end
660
+ end
661
+
662
+ class GoogleCloudDatacatalogV1RoutineSpec
663
+ # @private
664
+ class Representation < Google::Apis::Core::JsonRepresentation
665
+ property :bigquery_routine_spec, as: 'bigqueryRoutineSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryRoutineSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryRoutineSpec::Representation
666
+
667
+ property :definition_body, as: 'definitionBody'
668
+ property :language, as: 'language'
669
+ property :return_type, as: 'returnType'
670
+ collection :routine_arguments, as: 'routineArguments', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RoutineSpecArgument, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RoutineSpecArgument::Representation
671
+
672
+ property :routine_type, as: 'routineType'
673
+ end
674
+ end
675
+
676
+ class GoogleCloudDatacatalogV1RoutineSpecArgument
677
+ # @private
678
+ class Representation < Google::Apis::Core::JsonRepresentation
679
+ property :mode, as: 'mode'
680
+ property :name, as: 'name'
681
+ property :type, as: 'type'
682
+ end
683
+ end
684
+
685
+ class GoogleCloudDatacatalogV1Schema
686
+ # @private
687
+ class Representation < Google::Apis::Core::JsonRepresentation
688
+ collection :columns, as: 'columns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
689
+
690
+ end
691
+ end
692
+
693
+ class GoogleCloudDatacatalogV1SearchCatalogRequest
694
+ # @private
695
+ class Representation < Google::Apis::Core::JsonRepresentation
696
+ property :order_by, as: 'orderBy'
697
+ property :page_size, as: 'pageSize'
698
+ property :page_token, as: 'pageToken'
699
+ property :query, as: 'query'
700
+ property :scope, as: 'scope', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SearchCatalogRequestScope, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SearchCatalogRequestScope::Representation
701
+
702
+ end
703
+ end
704
+
705
+ class GoogleCloudDatacatalogV1SearchCatalogRequestScope
706
+ # @private
707
+ class Representation < Google::Apis::Core::JsonRepresentation
708
+ property :include_gcp_public_datasets, as: 'includeGcpPublicDatasets'
709
+ collection :include_org_ids, as: 'includeOrgIds'
710
+ collection :include_project_ids, as: 'includeProjectIds'
711
+ collection :restricted_locations, as: 'restrictedLocations'
712
+ end
713
+ end
714
+
715
+ class GoogleCloudDatacatalogV1SearchCatalogResponse
716
+ # @private
717
+ class Representation < Google::Apis::Core::JsonRepresentation
718
+ property :next_page_token, as: 'nextPageToken'
719
+ collection :results, as: 'results', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SearchCatalogResult, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SearchCatalogResult::Representation
720
+
721
+ collection :unreachable, as: 'unreachable'
722
+ end
723
+ end
724
+
725
+ class GoogleCloudDatacatalogV1SearchCatalogResult
726
+ # @private
727
+ class Representation < Google::Apis::Core::JsonRepresentation
728
+ property :fully_qualified_name, as: 'fullyQualifiedName'
729
+ property :integrated_system, as: 'integratedSystem'
730
+ property :linked_resource, as: 'linkedResource'
731
+ property :modify_time, as: 'modifyTime'
732
+ property :relative_resource_name, as: 'relativeResourceName'
733
+ property :search_result_subtype, as: 'searchResultSubtype'
734
+ property :search_result_type, as: 'searchResultType'
735
+ property :user_specified_system, as: 'userSpecifiedSystem'
736
+ end
737
+ end
738
+
739
+ class GoogleCloudDatacatalogV1SerializedPolicyTag
740
+ # @private
741
+ class Representation < Google::Apis::Core::JsonRepresentation
742
+ collection :child_policy_tags, as: 'childPolicyTags', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedPolicyTag, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedPolicyTag::Representation
743
+
744
+ property :description, as: 'description'
745
+ property :display_name, as: 'displayName'
746
+ property :policy_tag, as: 'policyTag'
747
+ end
748
+ end
749
+
750
+ class GoogleCloudDatacatalogV1SerializedTaxonomy
751
+ # @private
752
+ class Representation < Google::Apis::Core::JsonRepresentation
753
+ collection :activated_policy_types, as: 'activatedPolicyTypes'
754
+ property :description, as: 'description'
755
+ property :display_name, as: 'displayName'
756
+ collection :policy_tags, as: 'policyTags', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedPolicyTag, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SerializedPolicyTag::Representation
757
+
758
+ end
759
+ end
760
+
761
+ class GoogleCloudDatacatalogV1SystemTimestamps
762
+ # @private
763
+ class Representation < Google::Apis::Core::JsonRepresentation
764
+ property :create_time, as: 'createTime'
765
+ property :expire_time, as: 'expireTime'
766
+ property :update_time, as: 'updateTime'
767
+ end
768
+ end
769
+
770
+ class GoogleCloudDatacatalogV1TableSpec
771
+ # @private
772
+ class Representation < Google::Apis::Core::JsonRepresentation
773
+ property :grouped_entry, as: 'groupedEntry'
774
+ end
775
+ end
776
+
777
+ class GoogleCloudDatacatalogV1Tag
778
+ # @private
779
+ class Representation < Google::Apis::Core::JsonRepresentation
780
+ property :column, as: 'column'
781
+ hash :fields, as: 'fields', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagField, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagField::Representation
782
+
783
+ property :name, as: 'name'
784
+ property :template, as: 'template'
785
+ property :template_display_name, as: 'templateDisplayName'
786
+ end
787
+ end
788
+
789
+ class GoogleCloudDatacatalogV1TagField
790
+ # @private
791
+ class Representation < Google::Apis::Core::JsonRepresentation
792
+ property :bool_value, as: 'boolValue'
793
+ property :display_name, as: 'displayName'
794
+ property :double_value, as: 'doubleValue'
795
+ property :enum_value, as: 'enumValue', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagFieldEnumValue, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagFieldEnumValue::Representation
796
+
797
+ property :order, as: 'order'
798
+ property :string_value, as: 'stringValue'
799
+ property :timestamp_value, as: 'timestampValue'
800
+ end
801
+ end
802
+
803
+ class GoogleCloudDatacatalogV1TagFieldEnumValue
804
+ # @private
805
+ class Representation < Google::Apis::Core::JsonRepresentation
806
+ property :display_name, as: 'displayName'
807
+ end
808
+ end
809
+
810
+ class GoogleCloudDatacatalogV1TagTemplate
811
+ # @private
812
+ class Representation < Google::Apis::Core::JsonRepresentation
813
+ property :display_name, as: 'displayName'
814
+ hash :fields, as: 'fields', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplateField, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplateField::Representation
815
+
816
+ property :name, as: 'name'
817
+ end
818
+ end
819
+
820
+ class GoogleCloudDatacatalogV1TagTemplateField
821
+ # @private
822
+ class Representation < Google::Apis::Core::JsonRepresentation
823
+ property :description, as: 'description'
824
+ property :display_name, as: 'displayName'
825
+ property :is_required, as: 'isRequired'
826
+ property :name, as: 'name'
827
+ property :order, as: 'order'
828
+ property :type, as: 'type', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldType, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FieldType::Representation
829
+
830
+ end
831
+ end
832
+
833
+ class GoogleCloudDatacatalogV1Taxonomy
834
+ # @private
835
+ class Representation < Google::Apis::Core::JsonRepresentation
836
+ collection :activated_policy_types, as: 'activatedPolicyTypes'
837
+ property :description, as: 'description'
838
+ property :display_name, as: 'displayName'
839
+ property :name, as: 'name'
840
+ property :policy_tag_count, as: 'policyTagCount'
841
+ property :taxonomy_timestamps, as: 'taxonomyTimestamps', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
842
+
843
+ end
844
+ end
845
+
846
+ class GoogleCloudDatacatalogV1UsageSignal
847
+ # @private
848
+ class Representation < Google::Apis::Core::JsonRepresentation
849
+ property :update_time, as: 'updateTime'
850
+ hash :usage_within_time_range, as: 'usageWithinTimeRange', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1UsageStats::Representation
851
+
852
+ end
853
+ end
854
+
855
+ class GoogleCloudDatacatalogV1UsageStats
856
+ # @private
857
+ class Representation < Google::Apis::Core::JsonRepresentation
858
+ property :total_cancellations, as: 'totalCancellations'
859
+ property :total_completions, as: 'totalCompletions'
860
+ property :total_execution_time_for_completions_millis, as: 'totalExecutionTimeForCompletionsMillis'
861
+ property :total_failures, as: 'totalFailures'
862
+ end
863
+ end
864
+
865
+ class GoogleCloudDatacatalogV1ViewSpec
866
+ # @private
867
+ class Representation < Google::Apis::Core::JsonRepresentation
868
+ property :view_query, as: 'viewQuery'
869
+ end
870
+ end
871
+
872
+ class Policy
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ collection :bindings, as: 'bindings', class: Google::Apis::DatacatalogV1::Binding, decorator: Google::Apis::DatacatalogV1::Binding::Representation
876
+
877
+ property :etag, :base64 => true, as: 'etag'
878
+ property :version, as: 'version'
879
+ end
880
+ end
881
+
882
+ class SetIamPolicyRequest
883
+ # @private
884
+ class Representation < Google::Apis::Core::JsonRepresentation
885
+ property :policy, as: 'policy', class: Google::Apis::DatacatalogV1::Policy, decorator: Google::Apis::DatacatalogV1::Policy::Representation
886
+
887
+ end
888
+ end
889
+
890
+ class TestIamPermissionsRequest
891
+ # @private
892
+ class Representation < Google::Apis::Core::JsonRepresentation
893
+ collection :permissions, as: 'permissions'
894
+ end
895
+ end
896
+
897
+ class TestIamPermissionsResponse
898
+ # @private
899
+ class Representation < Google::Apis::Core::JsonRepresentation
900
+ collection :permissions, as: 'permissions'
901
+ end
902
+ end
903
+ end
904
+ end
905
+ end