google-cloud-dataplex-v1 0.19.0 → 0.20.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/AUTHENTICATION.md +4 -4
- data/README.md +3 -3
- data/lib/google/cloud/dataplex/v1/bindings_override.rb +1 -1
- data/lib/google/cloud/dataplex/v1/catalog_pb.rb +101 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +2795 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/credentials.rb +47 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/operations.rb +801 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/paths.rb +128 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +2620 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb +895 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/service_stub.rb +1375 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest.rb +58 -0
- data/lib/google/cloud/dataplex/v1/catalog_service.rb +60 -0
- data/lib/google/cloud/dataplex/v1/catalog_services_pb.rb +91 -0
- data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +6 -1
- data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +95 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +88 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/service_stub.rb +68 -0
- data/lib/google/cloud/dataplex/v1/datascans_pb.rb +4 -2
- data/lib/google/cloud/dataplex/v1/datascans_services_pb.rb +2 -0
- data/lib/google/cloud/dataplex/v1/rest.rb +3 -2
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/lib/google/cloud/dataplex/v1.rb +4 -3
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/dataplex/v1/catalog.rb +1115 -0
- data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +57 -0
- data/proto_docs/google/cloud/dataplex/v1/datascans.rb +21 -0
- data/proto_docs/google/protobuf/struct.rb +96 -0
- metadata +15 -2
@@ -51,6 +51,8 @@ module Google
|
|
51
51
|
rpc :GetDataScanJob, ::Google::Cloud::Dataplex::V1::GetDataScanJobRequest, ::Google::Cloud::Dataplex::V1::DataScanJob
|
52
52
|
# Lists DataScanJobs under the given DataScan.
|
53
53
|
rpc :ListDataScanJobs, ::Google::Cloud::Dataplex::V1::ListDataScanJobsRequest, ::Google::Cloud::Dataplex::V1::ListDataScanJobsResponse
|
54
|
+
# Generates recommended DataQualityRule from a data profiling DataScan.
|
55
|
+
rpc :GenerateDataQualityRules, ::Google::Cloud::Dataplex::V1::GenerateDataQualityRulesRequest, ::Google::Cloud::Dataplex::V1::GenerateDataQualityRulesResponse
|
54
56
|
end
|
55
57
|
|
56
58
|
Stub = Service.rpc_stub_class
|
@@ -16,8 +16,9 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "google/cloud/dataplex/v1/content_service/rest"
|
20
19
|
require "google/cloud/dataplex/v1/dataplex_service/rest"
|
20
|
+
require "google/cloud/dataplex/v1/catalog_service/rest"
|
21
|
+
require "google/cloud/dataplex/v1/content_service/rest"
|
21
22
|
require "google/cloud/dataplex/v1/data_taxonomy_service/rest"
|
22
23
|
require "google/cloud/dataplex/v1/data_scan_service/rest"
|
23
24
|
require "google/cloud/dataplex/v1/metadata_service/rest"
|
@@ -33,7 +34,7 @@ module Google
|
|
33
34
|
# @example
|
34
35
|
#
|
35
36
|
# require "google/cloud/dataplex/v1/rest"
|
36
|
-
# client = ::Google::Cloud::Dataplex::V1::
|
37
|
+
# client = ::Google::Cloud::Dataplex::V1::DataplexService::Rest::Client.new
|
37
38
|
#
|
38
39
|
module V1
|
39
40
|
end
|
@@ -16,8 +16,9 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "google/cloud/dataplex/v1/content_service"
|
20
19
|
require "google/cloud/dataplex/v1/dataplex_service"
|
20
|
+
require "google/cloud/dataplex/v1/catalog_service"
|
21
|
+
require "google/cloud/dataplex/v1/content_service"
|
21
22
|
require "google/cloud/dataplex/v1/data_taxonomy_service"
|
22
23
|
require "google/cloud/dataplex/v1/data_scan_service"
|
23
24
|
require "google/cloud/dataplex/v1/metadata_service"
|
@@ -32,12 +33,12 @@ module Google
|
|
32
33
|
# @example Load this package, including all its services, and instantiate a gRPC client
|
33
34
|
#
|
34
35
|
# require "google/cloud/dataplex/v1"
|
35
|
-
# client = ::Google::Cloud::Dataplex::V1::
|
36
|
+
# client = ::Google::Cloud::Dataplex::V1::DataplexService::Client.new
|
36
37
|
#
|
37
38
|
# @example Load this package, including all its services, and instantiate a REST client
|
38
39
|
#
|
39
40
|
# require "google/cloud/dataplex/v1"
|
40
|
-
# client = ::Google::Cloud::Dataplex::V1::
|
41
|
+
# client = ::Google::Cloud::Dataplex::V1::DataplexService::Rest::Client.new
|
41
42
|
#
|
42
43
|
module V1
|
43
44
|
end
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|