google-cloud-dataplex-v1 2.8.1 → 2.9.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 +8 -16
- data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +6 -2
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +6 -2
- data/lib/google/cloud/dataplex/v1/data_profile_pb.rb +3 -1
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/proto_docs/google/cloud/dataplex/v1/catalog.rb +6 -2
- data/proto_docs/google/cloud/dataplex/v1/data_profile.rb +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e47ed535813fa717fe1d7a5ff0e3352e3f5c9adc4b4008d9871019630bd9096f
|
|
4
|
+
data.tar.gz: 6bba10c7deab318b69854c6a6a9976d782ab32702b1d5377fbf2731173a134a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0c43cf7767676783dada69a36643cd76f4125c1891598829e80d77abb515bb8c88519e80efbda3f57ca427292347119304ef4b301b82661489b89ae9ed04f0e
|
|
7
|
+
data.tar.gz: '03379446a99faf4dc317542eeff5857a8a8abb10c60b878da756b558eb1c13b02c0e4dead15ad72c1c5fce8e15512b61c5d5357f375bdbafd23926b2bcf4462b'
|
|
@@ -210,6 +210,14 @@ module Google
|
|
|
210
210
|
],
|
|
211
211
|
body: nil
|
|
212
212
|
),
|
|
213
|
+
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
214
|
+
uri_method: :get,
|
|
215
|
+
uri_template: "/v1/{resource}:getIamPolicy",
|
|
216
|
+
matches: [
|
|
217
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/?$}, false]
|
|
218
|
+
],
|
|
219
|
+
body: nil
|
|
220
|
+
),
|
|
213
221
|
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
214
222
|
uri_method: :get,
|
|
215
223
|
uri_template: "/v1/{resource}:getIamPolicy",
|
|
@@ -380,14 +388,6 @@ module Google
|
|
|
380
388
|
["resource", %r{^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/?$}, false]
|
|
381
389
|
],
|
|
382
390
|
body: "*"
|
|
383
|
-
),
|
|
384
|
-
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
385
|
-
uri_method: :post,
|
|
386
|
-
uri_template: "/v1/{resource}:setIamPolicy",
|
|
387
|
-
matches: [
|
|
388
|
-
["resource", %r{^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/dataAssets/[^/]+/?$}, false]
|
|
389
|
-
],
|
|
390
|
-
body: "*"
|
|
391
391
|
)
|
|
392
392
|
]
|
|
393
393
|
default_config.bindings_override["google.iam.v1.IAMPolicy.TestIamPermissions"] = [
|
|
@@ -551,14 +551,6 @@ module Google
|
|
|
551
551
|
["resource", %r{^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/?$}, false]
|
|
552
552
|
],
|
|
553
553
|
body: "*"
|
|
554
|
-
),
|
|
555
|
-
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
556
|
-
uri_method: :post,
|
|
557
|
-
uri_template: "/v1/{resource}:testIamPermissions",
|
|
558
|
-
matches: [
|
|
559
|
-
["resource", %r{^projects/[^/]+/locations/[^/]+/dataProducts/[^/]+/dataAssets/[^/]+/?$}, false]
|
|
560
|
-
],
|
|
561
|
-
body: "*"
|
|
562
554
|
)
|
|
563
555
|
]
|
|
564
556
|
default_config
|
|
@@ -2159,14 +2159,17 @@ module Google
|
|
|
2159
2159
|
#
|
|
2160
2160
|
# * entry_type
|
|
2161
2161
|
# * entry_source.display_name
|
|
2162
|
+
# * parent_entry
|
|
2162
2163
|
#
|
|
2163
2164
|
# The comparison operators are =, !=, <, >, <=, >=. The service compares
|
|
2164
2165
|
# strings according to lexical order.
|
|
2165
2166
|
#
|
|
2166
2167
|
# You can use the logical operators AND, OR, NOT in the filter.
|
|
2167
2168
|
#
|
|
2168
|
-
# You can use Wildcard "*", but for entry_type you need to
|
|
2169
|
-
# full project id or number.
|
|
2169
|
+
# You can use Wildcard "*", but for entry_type and parent_entry you need to
|
|
2170
|
+
# provide the full project id or number.
|
|
2171
|
+
#
|
|
2172
|
+
# You cannot use parent_entry in conjunction with other fields.
|
|
2170
2173
|
#
|
|
2171
2174
|
# Example filter expressions:
|
|
2172
2175
|
#
|
|
@@ -2175,6 +2178,7 @@ module Google
|
|
|
2175
2178
|
# * "entry_type=projects/example-project/locations/us/entryTypes/a* OR
|
|
2176
2179
|
# entry_type=projects/another-project/locations/*"
|
|
2177
2180
|
# * "NOT entry_source.display_name=AnotherExampleDisplayName"
|
|
2181
|
+
# * "parent_entry=projects/example-project/locations/us/entryGroups/example-entry-group/entries/example-entry"
|
|
2178
2182
|
#
|
|
2179
2183
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
2180
2184
|
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Dataplex::V1::Entry>]
|
|
@@ -2028,14 +2028,17 @@ module Google
|
|
|
2028
2028
|
#
|
|
2029
2029
|
# * entry_type
|
|
2030
2030
|
# * entry_source.display_name
|
|
2031
|
+
# * parent_entry
|
|
2031
2032
|
#
|
|
2032
2033
|
# The comparison operators are =, !=, <, >, <=, >=. The service compares
|
|
2033
2034
|
# strings according to lexical order.
|
|
2034
2035
|
#
|
|
2035
2036
|
# You can use the logical operators AND, OR, NOT in the filter.
|
|
2036
2037
|
#
|
|
2037
|
-
# You can use Wildcard "*", but for entry_type you need to
|
|
2038
|
-
# full project id or number.
|
|
2038
|
+
# You can use Wildcard "*", but for entry_type and parent_entry you need to
|
|
2039
|
+
# provide the full project id or number.
|
|
2040
|
+
#
|
|
2041
|
+
# You cannot use parent_entry in conjunction with other fields.
|
|
2039
2042
|
#
|
|
2040
2043
|
# Example filter expressions:
|
|
2041
2044
|
#
|
|
@@ -2044,6 +2047,7 @@ module Google
|
|
|
2044
2047
|
# * "entry_type=projects/example-project/locations/us/entryTypes/a* OR
|
|
2045
2048
|
# entry_type=projects/another-project/locations/*"
|
|
2046
2049
|
# * "NOT entry_source.display_name=AnotherExampleDisplayName"
|
|
2050
|
+
# * "parent_entry=projects/example-project/locations/us/entryGroups/example-entry-group/entries/example-entry"
|
|
2047
2051
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2048
2052
|
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Entry>]
|
|
2049
2053
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/cloud/dataplex/v1/datascans_common_pb'
|
|
8
9
|
require 'google/cloud/dataplex/v1/processing_pb'
|
|
9
10
|
|
|
10
11
|
|
|
11
|
-
descriptor_data = "\n+google/cloud/dataplex/v1/data_profile.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a)google/cloud/dataplex/v1/processing.proto\"\
|
|
12
|
+
descriptor_data = "\n+google/cloud/dataplex/v1/data_profile.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a/google/cloud/dataplex/v1/datascans_common.proto\x1a)google/cloud/dataplex/v1/processing.proto\"\xd1\x04\n\x0f\x44\x61taProfileSpec\x12\x1d\n\x10sampling_percent\x18\x02 \x01(\x02\x42\x03\xe0\x41\x01\x12\x17\n\nrow_filter\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12Y\n\x11post_scan_actions\x18\x04 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DataProfileSpec.PostScanActionsB\x03\xe0\x41\x01\x12U\n\x0einclude_fields\x18\x05 \x01(\x0b\x32\x38.google.cloud.dataplex.v1.DataProfileSpec.SelectedFieldsB\x03\xe0\x41\x01\x12U\n\x0e\x65xclude_fields\x18\x06 \x01(\x0b\x32\x38.google.cloud.dataplex.v1.DataProfileSpec.SelectedFieldsB\x03\xe0\x41\x01\x12\'\n\x1a\x63\x61talog_publishing_enabled\x18\x08 \x01(\x08\x42\x03\xe0\x41\x01\x1a\xa7\x01\n\x0fPostScanActions\x12\x66\n\x0f\x62igquery_export\x18\x01 \x01(\x0b\x32H.google.cloud.dataplex.v1.DataProfileSpec.PostScanActions.BigQueryExportB\x03\xe0\x41\x01\x1a,\n\x0e\x42igQueryExport\x12\x1a\n\rresults_table\x18\x01 \x01(\tB\x03\xe0\x41\x01\x1a*\n\x0eSelectedFields\x12\x18\n\x0b\x66ield_names\x18\x01 \x03(\tB\x03\xe0\x41\x01\"\xd0\x0f\n\x11\x44\x61taProfileResult\x12\x16\n\trow_count\x18\x03 \x01(\x03\x42\x03\xe0\x41\x03\x12I\n\x07profile\x18\x04 \x01(\x0b\x32\x33.google.cloud.dataplex.v1.DataProfileResult.ProfileB\x03\xe0\x41\x03\x12@\n\x0cscanned_data\x18\x05 \x01(\x0b\x32%.google.cloud.dataplex.v1.ScannedDataB\x03\xe0\x41\x03\x12h\n\x18post_scan_actions_result\x18\x06 \x01(\x0b\x32\x41.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResultB\x03\xe0\x41\x03\x12\x61\n\x19\x63\x61talog_publishing_status\x18\x07 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DataScanCatalogPublishingStatusB\x03\xe0\x41\x03\x1a\xc8\t\n\x07Profile\x12N\n\x06\x66ields\x18\x02 \x03(\x0b\x32\x39.google.cloud.dataplex.v1.DataProfileResult.Profile.FieldB\x03\xe0\x41\x03\x1a\xec\x08\n\x05\x46ield\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04type\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04mode\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12[\n\x07profile\x18\x04 \x01(\x0b\x32\x45.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfoB\x03\xe0\x41\x03\x1a\xcc\x07\n\x0bProfileInfo\x12\x17\n\nnull_ratio\x18\x02 \x01(\x01\x42\x03\xe0\x41\x03\x12\x1b\n\x0e\x64istinct_ratio\x18\x03 \x01(\x01\x42\x03\xe0\x41\x03\x12j\n\x0ctop_n_values\x18\x04 \x03(\x0b\x32O.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.TopNValueB\x03\xe0\x41\x03\x12o\n\x0estring_profile\x18\x65 \x01(\x0b\x32U.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfoH\x00\x12q\n\x0finteger_profile\x18\x66 \x01(\x0b\x32V.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfoH\x00\x12o\n\x0e\x64ouble_profile\x18g \x01(\x0b\x32U.google.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfoH\x00\x1a`\n\x0fStringFieldInfo\x12\x17\n\nmin_length\x18\x01 \x01(\x03\x42\x03\xe0\x41\x03\x12\x17\n\nmax_length\x18\x02 \x01(\x03\x42\x03\xe0\x41\x03\x12\x1b\n\x0e\x61verage_length\x18\x03 \x01(\x01\x42\x03\xe0\x41\x03\x1a\x85\x01\n\x10IntegerFieldInfo\x12\x14\n\x07\x61verage\x18\x01 \x01(\x01\x42\x03\xe0\x41\x03\x12\x1f\n\x12standard_deviation\x18\x03 \x01(\x01\x42\x03\xe0\x41\x03\x12\x10\n\x03min\x18\x04 \x01(\x03\x42\x03\xe0\x41\x03\x12\x16\n\tquartiles\x18\x06 \x03(\x03\x42\x03\xe0\x41\x03\x12\x10\n\x03max\x18\x05 \x01(\x03\x42\x03\xe0\x41\x03\x1a\x84\x01\n\x0f\x44oubleFieldInfo\x12\x14\n\x07\x61verage\x18\x01 \x01(\x01\x42\x03\xe0\x41\x03\x12\x1f\n\x12standard_deviation\x18\x03 \x01(\x01\x42\x03\xe0\x41\x03\x12\x10\n\x03min\x18\x04 \x01(\x01\x42\x03\xe0\x41\x03\x12\x16\n\tquartiles\x18\x06 \x03(\x01\x42\x03\xe0\x41\x03\x12\x10\n\x03max\x18\x05 \x01(\x01\x42\x03\xe0\x41\x03\x1aG\n\tTopNValue\x12\x12\n\x05value\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x12\n\x05\x63ount\x18\x02 \x01(\x03\x42\x03\xe0\x41\x03\x12\x12\n\x05ratio\x18\x03 \x01(\x01\x42\x03\xe0\x41\x03\x42\x0c\n\nfield_info\x1a\xfd\x02\n\x15PostScanActionsResult\x12{\n\x16\x62igquery_export_result\x18\x01 \x01(\x0b\x32V.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult.BigQueryExportResultB\x03\xe0\x41\x03\x1a\xe6\x01\n\x14\x42igQueryExportResult\x12p\n\x05state\x18\x01 \x01(\x0e\x32\\.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult.BigQueryExportResult.StateB\x03\xe0\x41\x03\x12\x14\n\x07message\x18\x02 \x01(\tB\x03\xe0\x41\x03\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\x0b\n\x07SKIPPED\x10\x03\x42l\n\x1c\x63om.google.cloud.dataplex.v1B\x10\x44\x61taProfileProtoP\x01Z8cloud.google.com/go/dataplex/apiv1/dataplexpb;dataplexpbb\x06proto3"
|
|
12
13
|
|
|
13
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
14
15
|
|
|
@@ -24,6 +25,7 @@ rescue TypeError
|
|
|
24
25
|
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
|
25
26
|
imports = [
|
|
26
27
|
["google.cloud.dataplex.v1.ScannedData", "google/cloud/dataplex/v1/processing.proto"],
|
|
28
|
+
["google.cloud.dataplex.v1.DataScanCatalogPublishingStatus", "google/cloud/dataplex/v1/datascans_common.proto"],
|
|
27
29
|
]
|
|
28
30
|
imports.each do |type_name, expected_filename|
|
|
29
31
|
import_file = pool.lookup(type_name).file_descriptor
|
|
@@ -978,14 +978,17 @@ module Google
|
|
|
978
978
|
#
|
|
979
979
|
# * entry_type
|
|
980
980
|
# * entry_source.display_name
|
|
981
|
+
# * parent_entry
|
|
981
982
|
#
|
|
982
983
|
# The comparison operators are =, !=, <, >, <=, >=. The service compares
|
|
983
984
|
# strings according to lexical order.
|
|
984
985
|
#
|
|
985
986
|
# You can use the logical operators AND, OR, NOT in the filter.
|
|
986
987
|
#
|
|
987
|
-
# You can use Wildcard "*", but for entry_type you need to
|
|
988
|
-
# full project id or number.
|
|
988
|
+
# You can use Wildcard "*", but for entry_type and parent_entry you need to
|
|
989
|
+
# provide the full project id or number.
|
|
990
|
+
#
|
|
991
|
+
# You cannot use parent_entry in conjunction with other fields.
|
|
989
992
|
#
|
|
990
993
|
# Example filter expressions:
|
|
991
994
|
#
|
|
@@ -994,6 +997,7 @@ module Google
|
|
|
994
997
|
# * "entry_type=projects/example-project/locations/us/entryTypes/a* OR
|
|
995
998
|
# entry_type=projects/another-project/locations/*"
|
|
996
999
|
# * "NOT entry_source.display_name=AnotherExampleDisplayName"
|
|
1000
|
+
# * "parent_entry=projects/example-project/locations/us/entryGroups/example-entry-group/entries/example-entry"
|
|
997
1001
|
class ListEntriesRequest
|
|
998
1002
|
include ::Google::Protobuf::MessageExts
|
|
999
1003
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -52,6 +52,10 @@ module Google
|
|
|
52
52
|
#
|
|
53
53
|
# If specified, the fields will be excluded from data profile, regardless of
|
|
54
54
|
# `include_fields` value.
|
|
55
|
+
# @!attribute [rw] catalog_publishing_enabled
|
|
56
|
+
# @return [::Boolean]
|
|
57
|
+
# Optional. If set, the latest DataScan job result will be published as
|
|
58
|
+
# Dataplex Universal Catalog metadata.
|
|
55
59
|
class DataProfileSpec
|
|
56
60
|
include ::Google::Protobuf::MessageExts
|
|
57
61
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -107,6 +111,10 @@ module Google
|
|
|
107
111
|
# @!attribute [r] post_scan_actions_result
|
|
108
112
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult::PostScanActionsResult]
|
|
109
113
|
# Output only. The result of post scan actions.
|
|
114
|
+
# @!attribute [r] catalog_publishing_status
|
|
115
|
+
# @return [::Google::Cloud::Dataplex::V1::DataScanCatalogPublishingStatus]
|
|
116
|
+
# Output only. The status of publishing the data scan as Dataplex Universal
|
|
117
|
+
# Catalog metadata.
|
|
110
118
|
class DataProfileResult
|
|
111
119
|
include ::Google::Protobuf::MessageExts
|
|
112
120
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|