google-apis-datacatalog_v1 0.10.0 → 0.14.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 +4 -4
- data/CHANGELOG.md +18 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/datacatalog_v1/classes.rb +598 -23
- data/lib/google/apis/datacatalog_v1/gem_version.rb +3 -3
- data/lib/google/apis/datacatalog_v1/representations.rb +350 -0
- data/lib/google/apis/datacatalog_v1/service.rb +141 -4
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatacatalogV1
|
18
18
|
# Version of the google-apis-datacatalog_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -76,6 +76,12 @@ module Google
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
+
class GoogleCloudDatacatalogV1BusinessContext
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
79
85
|
class GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec
|
80
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
87
|
|
@@ -88,6 +94,18 @@ module Google
|
|
88
94
|
include Google::Apis::Core::JsonObjectSupport
|
89
95
|
end
|
90
96
|
|
97
|
+
class GoogleCloudDatacatalogV1Contacts
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudDatacatalogV1ContactsPerson
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
91
109
|
class GoogleCloudDatacatalogV1CrossRegionalSource
|
92
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
111
|
|
@@ -112,6 +130,30 @@ module Google
|
|
112
130
|
include Google::Apis::Core::JsonObjectSupport
|
113
131
|
end
|
114
132
|
|
133
|
+
class GoogleCloudDatacatalogV1DataplexExternalTable
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudDatacatalogV1DataplexFilesetSpec
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudDatacatalogV1DataplexSpec
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudDatacatalogV1DataplexTableSpec
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
115
157
|
class GoogleCloudDatacatalogV1Entry
|
116
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
159
|
|
@@ -124,6 +166,12 @@ module Google
|
|
124
166
|
include Google::Apis::Core::JsonObjectSupport
|
125
167
|
end
|
126
168
|
|
169
|
+
class GoogleCloudDatacatalogV1EntryOverview
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
127
175
|
class GoogleCloudDatacatalogV1ExportTaxonomiesResponse
|
128
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
177
|
|
@@ -148,6 +196,12 @@ module Google
|
|
148
196
|
include Google::Apis::Core::JsonObjectSupport
|
149
197
|
end
|
150
198
|
|
199
|
+
class GoogleCloudDatacatalogV1FilesetSpec
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
151
205
|
class GoogleCloudDatacatalogV1GcsFileSpec
|
152
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
207
|
|
@@ -208,6 +262,66 @@ module Google
|
|
208
262
|
include Google::Apis::Core::JsonObjectSupport
|
209
263
|
end
|
210
264
|
|
265
|
+
class GoogleCloudDatacatalogV1ModifyEntryContactsRequest
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudDatacatalogV1ModifyEntryOverviewRequest
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDatacatalogV1PersonalDetails
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudDatacatalogV1PhysicalSchema
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
211
325
|
class GoogleCloudDatacatalogV1PolicyTag
|
212
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
327
|
|
@@ -286,6 +400,24 @@ module Google
|
|
286
400
|
include Google::Apis::Core::JsonObjectSupport
|
287
401
|
end
|
288
402
|
|
403
|
+
class GoogleCloudDatacatalogV1StarEntryRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudDatacatalogV1StarEntryResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudDatacatalogV1StorageProperties
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
289
421
|
class GoogleCloudDatacatalogV1SystemTimestamps
|
290
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
423
|
|
@@ -334,6 +466,18 @@ module Google
|
|
334
466
|
include Google::Apis::Core::JsonObjectSupport
|
335
467
|
end
|
336
468
|
|
469
|
+
class GoogleCloudDatacatalogV1UnstarEntryRequest
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class GoogleCloudDatacatalogV1UnstarEntryResponse
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
337
481
|
class GoogleCloudDatacatalogV1UsageSignal
|
338
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
483
|
|
@@ -455,6 +599,16 @@ module Google
|
|
455
599
|
end
|
456
600
|
end
|
457
601
|
|
602
|
+
class GoogleCloudDatacatalogV1BusinessContext
|
603
|
+
# @private
|
604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
605
|
+
property :contacts, as: 'contacts', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts::Representation
|
606
|
+
|
607
|
+
property :entry_overview, as: 'entryOverview', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryOverview, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryOverview::Representation
|
608
|
+
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
458
612
|
class GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec
|
459
613
|
# @private
|
460
614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -476,6 +630,22 @@ module Google
|
|
476
630
|
end
|
477
631
|
end
|
478
632
|
|
633
|
+
class GoogleCloudDatacatalogV1Contacts
|
634
|
+
# @private
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
collection :people, as: 'people', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ContactsPerson, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ContactsPerson::Representation
|
637
|
+
|
638
|
+
end
|
639
|
+
end
|
640
|
+
|
641
|
+
class GoogleCloudDatacatalogV1ContactsPerson
|
642
|
+
# @private
|
643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
property :designation, as: 'designation'
|
645
|
+
property :email, as: 'email'
|
646
|
+
end
|
647
|
+
end
|
648
|
+
|
479
649
|
class GoogleCloudDatacatalogV1CrossRegionalSource
|
480
650
|
# @private
|
481
651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -488,6 +658,9 @@ module Google
|
|
488
658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
489
659
|
property :resource, as: 'resource'
|
490
660
|
property :service, as: 'service'
|
661
|
+
property :source_entry, as: 'sourceEntry'
|
662
|
+
property :storage_properties, as: 'storageProperties', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1StorageProperties, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1StorageProperties::Representation
|
663
|
+
|
491
664
|
end
|
492
665
|
end
|
493
666
|
|
@@ -502,10 +675,52 @@ module Google
|
|
502
675
|
class GoogleCloudDatacatalogV1DatabaseTableSpec
|
503
676
|
# @private
|
504
677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
678
|
+
property :dataplex_table, as: 'dataplexTable', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexTableSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexTableSpec::Representation
|
679
|
+
|
505
680
|
property :type, as: 'type'
|
506
681
|
end
|
507
682
|
end
|
508
683
|
|
684
|
+
class GoogleCloudDatacatalogV1DataplexExternalTable
|
685
|
+
# @private
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
687
|
+
property :data_catalog_entry, as: 'dataCatalogEntry'
|
688
|
+
property :fully_qualified_name, as: 'fullyQualifiedName'
|
689
|
+
property :google_cloud_resource, as: 'googleCloudResource'
|
690
|
+
property :system, as: 'system'
|
691
|
+
end
|
692
|
+
end
|
693
|
+
|
694
|
+
class GoogleCloudDatacatalogV1DataplexFilesetSpec
|
695
|
+
# @private
|
696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
697
|
+
property :dataplex_spec, as: 'dataplexSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec::Representation
|
698
|
+
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
702
|
+
class GoogleCloudDatacatalogV1DataplexSpec
|
703
|
+
# @private
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
705
|
+
property :asset, as: 'asset'
|
706
|
+
property :compression_format, as: 'compressionFormat'
|
707
|
+
property :data_format, as: 'dataFormat', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchema::Representation
|
708
|
+
|
709
|
+
property :project_id, as: 'projectId'
|
710
|
+
end
|
711
|
+
end
|
712
|
+
|
713
|
+
class GoogleCloudDatacatalogV1DataplexTableSpec
|
714
|
+
# @private
|
715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
+
property :dataplex_spec, as: 'dataplexSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec::Representation
|
717
|
+
|
718
|
+
collection :external_tables, as: 'externalTables', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexExternalTable, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexExternalTable::Representation
|
719
|
+
|
720
|
+
property :user_managed, as: 'userManaged'
|
721
|
+
end
|
722
|
+
end
|
723
|
+
|
509
724
|
class GoogleCloudDatacatalogV1Entry
|
510
725
|
# @private
|
511
726
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -513,6 +728,8 @@ module Google
|
|
513
728
|
|
514
729
|
property :bigquery_table_spec, as: 'bigqueryTableSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryTableSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryTableSpec::Representation
|
515
730
|
|
731
|
+
property :business_context, as: 'businessContext', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BusinessContext, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BusinessContext::Representation
|
732
|
+
|
516
733
|
property :data_source, as: 'dataSource', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSource, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSource::Representation
|
517
734
|
|
518
735
|
property :data_source_connection_spec, as: 'dataSourceConnectionSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSourceConnectionSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSourceConnectionSpec::Representation
|
@@ -521,6 +738,8 @@ module Google
|
|
521
738
|
|
522
739
|
property :description, as: 'description'
|
523
740
|
property :display_name, as: 'displayName'
|
741
|
+
property :fileset_spec, as: 'filesetSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FilesetSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FilesetSpec::Representation
|
742
|
+
|
524
743
|
property :fully_qualified_name, as: 'fullyQualifiedName'
|
525
744
|
property :gcs_fileset_spec, as: 'gcsFilesetSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GcsFilesetSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GcsFilesetSpec::Representation
|
526
745
|
|
@@ -528,6 +747,8 @@ module Google
|
|
528
747
|
hash :labels, as: 'labels'
|
529
748
|
property :linked_resource, as: 'linkedResource'
|
530
749
|
property :name, as: 'name'
|
750
|
+
property :personal_details, as: 'personalDetails', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PersonalDetails, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PersonalDetails::Representation
|
751
|
+
|
531
752
|
property :routine_spec, as: 'routineSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RoutineSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RoutineSpec::Representation
|
532
753
|
|
533
754
|
property :schema, as: 'schema', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Schema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Schema::Representation
|
@@ -553,6 +774,13 @@ module Google
|
|
553
774
|
end
|
554
775
|
end
|
555
776
|
|
777
|
+
class GoogleCloudDatacatalogV1EntryOverview
|
778
|
+
# @private
|
779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
780
|
+
property :overview, as: 'overview'
|
781
|
+
end
|
782
|
+
end
|
783
|
+
|
556
784
|
class GoogleCloudDatacatalogV1ExportTaxonomiesResponse
|
557
785
|
# @private
|
558
786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -585,6 +813,14 @@ module Google
|
|
585
813
|
end
|
586
814
|
end
|
587
815
|
|
816
|
+
class GoogleCloudDatacatalogV1FilesetSpec
|
817
|
+
# @private
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
819
|
+
property :dataplex_fileset, as: 'dataplexFileset', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexFilesetSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexFilesetSpec::Representation
|
820
|
+
|
821
|
+
end
|
822
|
+
end
|
823
|
+
|
588
824
|
class GoogleCloudDatacatalogV1GcsFileSpec
|
589
825
|
# @private
|
590
826
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -675,6 +911,87 @@ module Google
|
|
675
911
|
end
|
676
912
|
end
|
677
913
|
|
914
|
+
class GoogleCloudDatacatalogV1ModifyEntryContactsRequest
|
915
|
+
# @private
|
916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
917
|
+
property :contacts, as: 'contacts', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Contacts::Representation
|
918
|
+
|
919
|
+
end
|
920
|
+
end
|
921
|
+
|
922
|
+
class GoogleCloudDatacatalogV1ModifyEntryOverviewRequest
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
property :entry_overview, as: 'entryOverview', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryOverview, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryOverview::Representation
|
926
|
+
|
927
|
+
end
|
928
|
+
end
|
929
|
+
|
930
|
+
class GoogleCloudDatacatalogV1PersonalDetails
|
931
|
+
# @private
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
933
|
+
property :star_time, as: 'starTime'
|
934
|
+
property :starred, as: 'starred'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
class GoogleCloudDatacatalogV1PhysicalSchema
|
939
|
+
# @private
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
941
|
+
property :avro, as: 'avro', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema::Representation
|
942
|
+
|
943
|
+
property :csv, as: 'csv', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema::Representation
|
944
|
+
|
945
|
+
property :orc, as: 'orc', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema::Representation
|
946
|
+
|
947
|
+
property :parquet, as: 'parquet', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema::Representation
|
948
|
+
|
949
|
+
property :protobuf, as: 'protobuf', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema::Representation
|
950
|
+
|
951
|
+
property :thrift, as: 'thrift', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema::Representation
|
952
|
+
|
953
|
+
end
|
954
|
+
end
|
955
|
+
|
956
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema
|
957
|
+
# @private
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
959
|
+
property :text, as: 'text'
|
960
|
+
end
|
961
|
+
end
|
962
|
+
|
963
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema
|
964
|
+
# @private
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
966
|
+
end
|
967
|
+
end
|
968
|
+
|
969
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema
|
970
|
+
# @private
|
971
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
972
|
+
end
|
973
|
+
end
|
974
|
+
|
975
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema
|
976
|
+
# @private
|
977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
978
|
+
end
|
979
|
+
end
|
980
|
+
|
981
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema
|
982
|
+
# @private
|
983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
984
|
+
property :text, as: 'text'
|
985
|
+
end
|
986
|
+
end
|
987
|
+
|
988
|
+
class GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema
|
989
|
+
# @private
|
990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
991
|
+
property :text, as: 'text'
|
992
|
+
end
|
993
|
+
end
|
994
|
+
|
678
995
|
class GoogleCloudDatacatalogV1PolicyTag
|
679
996
|
# @private
|
680
997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -759,6 +1076,7 @@ module Google
|
|
759
1076
|
collection :include_project_ids, as: 'includeProjectIds'
|
760
1077
|
property :include_public_tag_templates, as: 'includePublicTagTemplates'
|
761
1078
|
collection :restricted_locations, as: 'restrictedLocations'
|
1079
|
+
property :starred_only, as: 'starredOnly'
|
762
1080
|
end
|
763
1081
|
end
|
764
1082
|
|
@@ -810,6 +1128,26 @@ module Google
|
|
810
1128
|
end
|
811
1129
|
end
|
812
1130
|
|
1131
|
+
class GoogleCloudDatacatalogV1StarEntryRequest
|
1132
|
+
# @private
|
1133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
1137
|
+
class GoogleCloudDatacatalogV1StarEntryResponse
|
1138
|
+
# @private
|
1139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1140
|
+
end
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
class GoogleCloudDatacatalogV1StorageProperties
|
1144
|
+
# @private
|
1145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1146
|
+
collection :file_pattern, as: 'filePattern'
|
1147
|
+
property :file_type, as: 'fileType'
|
1148
|
+
end
|
1149
|
+
end
|
1150
|
+
|
813
1151
|
class GoogleCloudDatacatalogV1SystemTimestamps
|
814
1152
|
# @private
|
815
1153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -897,6 +1235,18 @@ module Google
|
|
897
1235
|
end
|
898
1236
|
end
|
899
1237
|
|
1238
|
+
class GoogleCloudDatacatalogV1UnstarEntryRequest
|
1239
|
+
# @private
|
1240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
|
+
end
|
1242
|
+
end
|
1243
|
+
|
1244
|
+
class GoogleCloudDatacatalogV1UnstarEntryResponse
|
1245
|
+
# @private
|
1246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1247
|
+
end
|
1248
|
+
end
|
1249
|
+
|
900
1250
|
class GoogleCloudDatacatalogV1UsageSignal
|
901
1251
|
# @private
|
902
1252
|
class Representation < Google::Apis::Core::JsonRepresentation
|