google-cloud-dataplex-v1 2.6.1 → 2.8.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/lib/google/cloud/dataplex/v1/bindings_override.rb +24 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/business_glossary_service/rest/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/catalog_pb.rb +2 -1
- data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +15 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +15 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/catalog_services_pb.rb +15 -0
- data/lib/google/cloud/dataplex/v1/cmek_pb.rb +1 -1
- data/lib/google/cloud/dataplex/v1/cmek_service/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/data_documentation_pb.rb +49 -0
- data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +2 -1
- data/lib/google/cloud/dataplex/v1/data_scan_service/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/dataplex_service/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +12 -1
- data/lib/google/cloud/dataplex/v1/datascans_pb.rb +3 -1
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/proto_docs/google/cloud/dataplex/v1/catalog.rb +16 -7
- data/proto_docs/google/cloud/dataplex/v1/cmek.rb +3 -0
- data/proto_docs/google/cloud/dataplex/v1/data_documentation.rb +98 -0
- data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +32 -0
- data/proto_docs/google/cloud/dataplex/v1/datascans.rb +39 -12
- data/proto_docs/google/cloud/dataplex/v1/processing.rb +2 -2
- data/proto_docs/google/longrunning/operations.rb +18 -0
- metadata +3 -1
|
@@ -303,6 +303,10 @@ module Google
|
|
|
303
303
|
# * Data discovery: scans data in Cloud Storage buckets to extract and then
|
|
304
304
|
# catalog metadata. For more information, see [Discover and catalog Cloud
|
|
305
305
|
# Storage data](https://cloud.google.com/bigquery/docs/automatic-discovery).
|
|
306
|
+
# * Data documentation: analyzes the table details and generates insights
|
|
307
|
+
# including descriptions and sample SQL queries for the table. For more
|
|
308
|
+
# information, see [Generate data insights in
|
|
309
|
+
# BigQuery](https://cloud.google.com/bigquery/docs/data-insights).
|
|
306
310
|
# @!attribute [r] name
|
|
307
311
|
# @return [::String]
|
|
308
312
|
# Output only. Identifier. The relative resource name of the scan, of the
|
|
@@ -353,32 +357,42 @@ module Google
|
|
|
353
357
|
# @return [::Google::Cloud::Dataplex::V1::DataQualitySpec]
|
|
354
358
|
# Settings for a data quality scan.
|
|
355
359
|
#
|
|
356
|
-
# Note: The following fields are mutually exclusive: `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
360
|
+
# Note: The following fields are mutually exclusive: `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`, `data_documentation_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
357
361
|
# @!attribute [rw] data_profile_spec
|
|
358
362
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileSpec]
|
|
359
363
|
# Settings for a data profile scan.
|
|
360
364
|
#
|
|
361
|
-
# Note: The following fields are mutually exclusive: `data_profile_spec`, `data_quality_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
365
|
+
# Note: The following fields are mutually exclusive: `data_profile_spec`, `data_quality_spec`, `data_discovery_spec`, `data_documentation_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
362
366
|
# @!attribute [rw] data_discovery_spec
|
|
363
367
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoverySpec]
|
|
364
368
|
# Settings for a data discovery scan.
|
|
365
369
|
#
|
|
366
|
-
# Note: The following fields are mutually exclusive: `data_discovery_spec`, `data_quality_spec`, `data_profile_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
370
|
+
# Note: The following fields are mutually exclusive: `data_discovery_spec`, `data_quality_spec`, `data_profile_spec`, `data_documentation_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
371
|
+
# @!attribute [rw] data_documentation_spec
|
|
372
|
+
# @return [::Google::Cloud::Dataplex::V1::DataDocumentationSpec]
|
|
373
|
+
# Settings for a data documentation scan.
|
|
374
|
+
#
|
|
375
|
+
# Note: The following fields are mutually exclusive: `data_documentation_spec`, `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
367
376
|
# @!attribute [r] data_quality_result
|
|
368
377
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityResult]
|
|
369
378
|
# Output only. The result of a data quality scan.
|
|
370
379
|
#
|
|
371
|
-
# Note: The following fields are mutually exclusive: `data_quality_result`, `data_profile_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
380
|
+
# Note: The following fields are mutually exclusive: `data_quality_result`, `data_profile_result`, `data_discovery_result`, `data_documentation_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
372
381
|
# @!attribute [r] data_profile_result
|
|
373
382
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult]
|
|
374
383
|
# Output only. The result of a data profile scan.
|
|
375
384
|
#
|
|
376
|
-
# Note: The following fields are mutually exclusive: `data_profile_result`, `data_quality_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
385
|
+
# Note: The following fields are mutually exclusive: `data_profile_result`, `data_quality_result`, `data_discovery_result`, `data_documentation_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
377
386
|
# @!attribute [r] data_discovery_result
|
|
378
387
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoveryResult]
|
|
379
388
|
# Output only. The result of a data discovery scan.
|
|
380
389
|
#
|
|
381
|
-
# Note: The following fields are mutually exclusive: `data_discovery_result`, `data_quality_result`, `data_profile_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
390
|
+
# Note: The following fields are mutually exclusive: `data_discovery_result`, `data_quality_result`, `data_profile_result`, `data_documentation_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
391
|
+
# @!attribute [r] data_documentation_result
|
|
392
|
+
# @return [::Google::Cloud::Dataplex::V1::DataDocumentationResult]
|
|
393
|
+
# Output only. The result of a data documentation scan.
|
|
394
|
+
#
|
|
395
|
+
# Note: The following fields are mutually exclusive: `data_documentation_result`, `data_quality_result`, `data_profile_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
382
396
|
class DataScan
|
|
383
397
|
include ::Google::Protobuf::MessageExts
|
|
384
398
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -459,32 +473,42 @@ module Google
|
|
|
459
473
|
# @return [::Google::Cloud::Dataplex::V1::DataQualitySpec]
|
|
460
474
|
# Output only. Settings for a data quality scan.
|
|
461
475
|
#
|
|
462
|
-
# Note: The following fields are mutually exclusive: `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
476
|
+
# Note: The following fields are mutually exclusive: `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`, `data_documentation_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
463
477
|
# @!attribute [r] data_profile_spec
|
|
464
478
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileSpec]
|
|
465
479
|
# Output only. Settings for a data profile scan.
|
|
466
480
|
#
|
|
467
|
-
# Note: The following fields are mutually exclusive: `data_profile_spec`, `data_quality_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
481
|
+
# Note: The following fields are mutually exclusive: `data_profile_spec`, `data_quality_spec`, `data_discovery_spec`, `data_documentation_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
468
482
|
# @!attribute [r] data_discovery_spec
|
|
469
483
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoverySpec]
|
|
470
484
|
# Output only. Settings for a data discovery scan.
|
|
471
485
|
#
|
|
472
|
-
# Note: The following fields are mutually exclusive: `data_discovery_spec`, `data_quality_spec`, `data_profile_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
486
|
+
# Note: The following fields are mutually exclusive: `data_discovery_spec`, `data_quality_spec`, `data_profile_spec`, `data_documentation_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
487
|
+
# @!attribute [r] data_documentation_spec
|
|
488
|
+
# @return [::Google::Cloud::Dataplex::V1::DataDocumentationSpec]
|
|
489
|
+
# Output only. Settings for a data documentation scan.
|
|
490
|
+
#
|
|
491
|
+
# Note: The following fields are mutually exclusive: `data_documentation_spec`, `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
473
492
|
# @!attribute [r] data_quality_result
|
|
474
493
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityResult]
|
|
475
494
|
# Output only. The result of a data quality scan.
|
|
476
495
|
#
|
|
477
|
-
# Note: The following fields are mutually exclusive: `data_quality_result`, `data_profile_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
496
|
+
# Note: The following fields are mutually exclusive: `data_quality_result`, `data_profile_result`, `data_discovery_result`, `data_documentation_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
478
497
|
# @!attribute [r] data_profile_result
|
|
479
498
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult]
|
|
480
499
|
# Output only. The result of a data profile scan.
|
|
481
500
|
#
|
|
482
|
-
# Note: The following fields are mutually exclusive: `data_profile_result`, `data_quality_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
501
|
+
# Note: The following fields are mutually exclusive: `data_profile_result`, `data_quality_result`, `data_discovery_result`, `data_documentation_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
483
502
|
# @!attribute [r] data_discovery_result
|
|
484
503
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoveryResult]
|
|
485
504
|
# Output only. The result of a data discovery scan.
|
|
486
505
|
#
|
|
487
|
-
# Note: The following fields are mutually exclusive: `data_discovery_result`, `data_quality_result`, `data_profile_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
506
|
+
# Note: The following fields are mutually exclusive: `data_discovery_result`, `data_quality_result`, `data_profile_result`, `data_documentation_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
507
|
+
# @!attribute [r] data_documentation_result
|
|
508
|
+
# @return [::Google::Cloud::Dataplex::V1::DataDocumentationResult]
|
|
509
|
+
# Output only. The result of a data documentation scan.
|
|
510
|
+
#
|
|
511
|
+
# Note: The following fields are mutually exclusive: `data_documentation_result`, `data_quality_result`, `data_profile_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
488
512
|
class DataScanJob
|
|
489
513
|
include ::Google::Protobuf::MessageExts
|
|
490
514
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -527,6 +551,9 @@ module Google
|
|
|
527
551
|
|
|
528
552
|
# Data discovery scan.
|
|
529
553
|
DATA_DISCOVERY = 3
|
|
554
|
+
|
|
555
|
+
# Data documentation scan.
|
|
556
|
+
DATA_DOCUMENTATION = 4
|
|
530
557
|
end
|
|
531
558
|
end
|
|
532
559
|
end
|
|
@@ -78,8 +78,8 @@ module Google
|
|
|
78
78
|
# Storage bucket for DataDiscoveryScan Format:
|
|
79
79
|
# //storage.googleapis.com/projects/PROJECT_ID/buckets/BUCKET_ID
|
|
80
80
|
# or
|
|
81
|
-
# BigQuery table of type "TABLE" for
|
|
82
|
-
# Format:
|
|
81
|
+
# BigQuery table of type "TABLE" for
|
|
82
|
+
# DataProfileScan/DataQualityScan/DataDocumentationScan Format:
|
|
83
83
|
# //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
|
84
84
|
#
|
|
85
85
|
# Note: The following fields are mutually exclusive: `resource`, `entity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
@@ -83,6 +83,18 @@ module Google
|
|
|
83
83
|
# @!attribute [rw] page_token
|
|
84
84
|
# @return [::String]
|
|
85
85
|
# The standard list page token.
|
|
86
|
+
# @!attribute [rw] return_partial_success
|
|
87
|
+
# @return [::Boolean]
|
|
88
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
|
89
|
+
# and those that are unreachable are returned in the
|
|
90
|
+
# [ListOperationsResponse.unreachable] field.
|
|
91
|
+
#
|
|
92
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
|
93
|
+
# is set to `"projects/example/locations/-"`.
|
|
94
|
+
#
|
|
95
|
+
# This field is not by default supported and will result in an
|
|
96
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
|
97
|
+
# service or product specific documentation.
|
|
86
98
|
class ListOperationsRequest
|
|
87
99
|
include ::Google::Protobuf::MessageExts
|
|
88
100
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -96,6 +108,12 @@ module Google
|
|
|
96
108
|
# @!attribute [rw] next_page_token
|
|
97
109
|
# @return [::String]
|
|
98
110
|
# The standard List next-page token.
|
|
111
|
+
# @!attribute [rw] unreachable
|
|
112
|
+
# @return [::Array<::String>]
|
|
113
|
+
# Unordered list. Unreachable resources. Populated when the request sets
|
|
114
|
+
# `ListOperationsRequest.return_partial_success` and reads across
|
|
115
|
+
# collections e.g. when attempting to list all resources across all supported
|
|
116
|
+
# locations.
|
|
99
117
|
class ListOperationsResponse
|
|
100
118
|
include ::Google::Protobuf::MessageExts
|
|
101
119
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dataplex-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -127,6 +127,7 @@ files:
|
|
|
127
127
|
- lib/google/cloud/dataplex/v1/content_service/rest/service_stub.rb
|
|
128
128
|
- lib/google/cloud/dataplex/v1/content_services_pb.rb
|
|
129
129
|
- lib/google/cloud/dataplex/v1/data_discovery_pb.rb
|
|
130
|
+
- lib/google/cloud/dataplex/v1/data_documentation_pb.rb
|
|
130
131
|
- lib/google/cloud/dataplex/v1/data_profile_pb.rb
|
|
131
132
|
- lib/google/cloud/dataplex/v1/data_quality_pb.rb
|
|
132
133
|
- lib/google/cloud/dataplex/v1/data_scan_service.rb
|
|
@@ -191,6 +192,7 @@ files:
|
|
|
191
192
|
- proto_docs/google/cloud/dataplex/v1/cmek.rb
|
|
192
193
|
- proto_docs/google/cloud/dataplex/v1/content.rb
|
|
193
194
|
- proto_docs/google/cloud/dataplex/v1/data_discovery.rb
|
|
195
|
+
- proto_docs/google/cloud/dataplex/v1/data_documentation.rb
|
|
194
196
|
- proto_docs/google/cloud/dataplex/v1/data_profile.rb
|
|
195
197
|
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
|
|
196
198
|
- proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb
|