google-cloud-dataplex-v1 2.2.0 → 2.3.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/catalog_pb.rb +4 -1
- data/lib/google/cloud/dataplex/v1/catalog_service/paths.rb +14 -0
- data/lib/google/cloud/dataplex/v1/cmek_pb.rb +63 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/client.rb +947 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/credentials.rb +47 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/operations.rb +813 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/paths.rb +69 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/client.rb +895 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/operations.rb +943 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/service_stub.rb +388 -0
- data/lib/google/cloud/dataplex/v1/cmek_service/rest.rb +54 -0
- data/lib/google/cloud/dataplex/v1/cmek_service.rb +56 -0
- data/lib/google/cloud/dataplex/v1/cmek_services_pb.rb +53 -0
- data/lib/google/cloud/dataplex/v1/data_discovery_pb.rb +2 -1
- data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +1 -1
- data/lib/google/cloud/dataplex/v1/logs_pb.rb +3 -1
- data/lib/google/cloud/dataplex/v1/rest.rb +1 -0
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/lib/google/cloud/dataplex/v1.rb +1 -0
- data/proto_docs/google/cloud/dataplex/v1/catalog.rb +94 -0
- data/proto_docs/google/cloud/dataplex/v1/cmek.rb +216 -0
- data/proto_docs/google/cloud/dataplex/v1/data_discovery.rb +40 -3
- data/proto_docs/google/cloud/dataplex/v1/data_profile.rb +2 -0
- data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +33 -28
- data/proto_docs/google/cloud/dataplex/v1/logs.rb +27 -0
- data/proto_docs/google/cloud/dataplex/v1/resources.rb +14 -10
- metadata +14 -2
@@ -924,6 +924,33 @@ module Google
|
|
924
924
|
GLOSSARY_TERM_DELETE = 9
|
925
925
|
end
|
926
926
|
end
|
927
|
+
|
928
|
+
# Payload associated with Entry related log events.
|
929
|
+
# @!attribute [rw] message
|
930
|
+
# @return [::String]
|
931
|
+
# The log message.
|
932
|
+
# @!attribute [rw] event_type
|
933
|
+
# @return [::Google::Cloud::Dataplex::V1::EntryLinkEvent::EventType]
|
934
|
+
# The type of the event.
|
935
|
+
# @!attribute [rw] resource
|
936
|
+
# @return [::String]
|
937
|
+
# Name of the resource.
|
938
|
+
class EntryLinkEvent
|
939
|
+
include ::Google::Protobuf::MessageExts
|
940
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
941
|
+
|
942
|
+
# Type of entry link log event.
|
943
|
+
module EventType
|
944
|
+
# An unspecified event type.
|
945
|
+
EVENT_TYPE_UNSPECIFIED = 0
|
946
|
+
|
947
|
+
# EntryLink create event.
|
948
|
+
ENTRY_LINK_CREATE = 1
|
949
|
+
|
950
|
+
# EntryLink delete event.
|
951
|
+
ENTRY_LINK_DELETE = 2
|
952
|
+
end
|
953
|
+
end
|
927
954
|
end
|
928
955
|
end
|
929
956
|
end
|
@@ -246,11 +246,13 @@ module Google
|
|
246
246
|
# Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for
|
247
247
|
# running discovery periodically. Successive discovery runs must be
|
248
248
|
# scheduled at least 60 minutes apart. The default value is to run
|
249
|
-
# discovery every 60 minutes.
|
250
|
-
#
|
251
|
-
#
|
252
|
-
#
|
253
|
-
#
|
249
|
+
# discovery every 60 minutes.
|
250
|
+
#
|
251
|
+
# To explicitly set a timezone to the cron tab, apply a prefix in the
|
252
|
+
# cron tab: "CRON_TZ=$\\{IANA_TIME_ZONE}" or TZ=$\\{IANA_TIME_ZONE}".
|
253
|
+
# The $\\{IANA_TIME_ZONE} may only be a valid string from IANA time zone
|
254
|
+
# database. For example, `CRON_TZ=America/New_York 1 * * * *`, or
|
255
|
+
# `TZ=America/New_York 1 * * * *`.
|
254
256
|
class DiscoverySpec
|
255
257
|
include ::Google::Protobuf::MessageExts
|
256
258
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -641,11 +643,13 @@ module Google
|
|
641
643
|
# Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for
|
642
644
|
# running discovery periodically. Successive discovery runs must be
|
643
645
|
# scheduled at least 60 minutes apart. The default value is to run
|
644
|
-
# discovery every 60 minutes.
|
645
|
-
#
|
646
|
-
#
|
647
|
-
#
|
648
|
-
#
|
646
|
+
# discovery every 60 minutes.
|
647
|
+
#
|
648
|
+
# To explicitly set a timezone to the cron tab, apply a prefix in the
|
649
|
+
# cron tab: "CRON_TZ=$\\{IANA_TIME_ZONE}" or TZ=$\\{IANA_TIME_ZONE}".
|
650
|
+
# The $\\{IANA_TIME_ZONE} may only be a valid string from IANA time zone
|
651
|
+
# database. For example, `CRON_TZ=America/New_York 1 * * * *`, or
|
652
|
+
# `TZ=America/New_York 1 * * * *`.
|
649
653
|
class DiscoverySpec
|
650
654
|
include ::Google::Protobuf::MessageExts
|
651
655
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -113,6 +113,17 @@ files:
|
|
113
113
|
- lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb
|
114
114
|
- lib/google/cloud/dataplex/v1/catalog_service/rest/service_stub.rb
|
115
115
|
- lib/google/cloud/dataplex/v1/catalog_services_pb.rb
|
116
|
+
- lib/google/cloud/dataplex/v1/cmek_pb.rb
|
117
|
+
- lib/google/cloud/dataplex/v1/cmek_service.rb
|
118
|
+
- lib/google/cloud/dataplex/v1/cmek_service/client.rb
|
119
|
+
- lib/google/cloud/dataplex/v1/cmek_service/credentials.rb
|
120
|
+
- lib/google/cloud/dataplex/v1/cmek_service/operations.rb
|
121
|
+
- lib/google/cloud/dataplex/v1/cmek_service/paths.rb
|
122
|
+
- lib/google/cloud/dataplex/v1/cmek_service/rest.rb
|
123
|
+
- lib/google/cloud/dataplex/v1/cmek_service/rest/client.rb
|
124
|
+
- lib/google/cloud/dataplex/v1/cmek_service/rest/operations.rb
|
125
|
+
- lib/google/cloud/dataplex/v1/cmek_service/rest/service_stub.rb
|
126
|
+
- lib/google/cloud/dataplex/v1/cmek_services_pb.rb
|
116
127
|
- lib/google/cloud/dataplex/v1/content_pb.rb
|
117
128
|
- lib/google/cloud/dataplex/v1/content_service.rb
|
118
129
|
- lib/google/cloud/dataplex/v1/content_service/client.rb
|
@@ -182,6 +193,7 @@ files:
|
|
182
193
|
- proto_docs/google/api/resource.rb
|
183
194
|
- proto_docs/google/cloud/dataplex/v1/analyze.rb
|
184
195
|
- proto_docs/google/cloud/dataplex/v1/catalog.rb
|
196
|
+
- proto_docs/google/cloud/dataplex/v1/cmek.rb
|
185
197
|
- proto_docs/google/cloud/dataplex/v1/content.rb
|
186
198
|
- proto_docs/google/cloud/dataplex/v1/data_discovery.rb
|
187
199
|
- proto_docs/google/cloud/dataplex/v1/data_profile.rb
|