google-cloud-dataplex-v1 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,96 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module Dataplex
23
+ module V1
24
+ # DataScan scheduling and trigger settings.
25
+ # @!attribute [rw] on_demand
26
+ # @return [::Google::Cloud::Dataplex::V1::Trigger::OnDemand]
27
+ # The scan runs one-time shortly after DataScan Creation.
28
+ # @!attribute [rw] schedule
29
+ # @return [::Google::Cloud::Dataplex::V1::Trigger::Schedule]
30
+ # The scan is scheduled to run periodically.
31
+ class Trigger
32
+ include ::Google::Protobuf::MessageExts
33
+ extend ::Google::Protobuf::MessageExts::ClassMethods
34
+
35
+ # The scan runs one-time via RunDataScan API.
36
+ class OnDemand
37
+ include ::Google::Protobuf::MessageExts
38
+ extend ::Google::Protobuf::MessageExts::ClassMethods
39
+ end
40
+
41
+ # The scan is scheduled to run periodically.
42
+ # @!attribute [rw] cron
43
+ # @return [::String]
44
+ # Required. Cron schedule (https://en.wikipedia.org/wiki/Cron) for running
45
+ # scans periodically.
46
+ # To explicitly set a timezone to the cron tab, apply a prefix in the
47
+ # cron tab: "CRON_TZ=$\\{IANA_TIME_ZONE}" or "TZ=$\\{IANA_TIME_ZONE}".
48
+ # The $\\{IANA_TIME_ZONE} may only be a valid string from IANA time zone
49
+ # database. For example, "CRON_TZ=America/New_York 1 * * * *", or
50
+ # "TZ=America/New_York 1 * * * *".
51
+ # This field is required for Schedule scans.
52
+ class Schedule
53
+ include ::Google::Protobuf::MessageExts
54
+ extend ::Google::Protobuf::MessageExts::ClassMethods
55
+ end
56
+ end
57
+
58
+ # The data source for DataScan.
59
+ # @!attribute [rw] entity
60
+ # @return [::String]
61
+ # Immutable. The dataplex entity that contains the data for DataScan, of
62
+ # the form:
63
+ # `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
64
+ class DataSource
65
+ include ::Google::Protobuf::MessageExts
66
+ extend ::Google::Protobuf::MessageExts::ClassMethods
67
+ end
68
+
69
+ # The data scanned during processing (e.g. in incremental DataScan)
70
+ # @!attribute [rw] incremental_field
71
+ # @return [::Google::Cloud::Dataplex::V1::ScannedData::IncrementalField]
72
+ # The range denoted by values of an incremental field
73
+ class ScannedData
74
+ include ::Google::Protobuf::MessageExts
75
+ extend ::Google::Protobuf::MessageExts::ClassMethods
76
+
77
+ # A data range denoted by a pair of start/end values of a field.
78
+ # @!attribute [rw] field
79
+ # @return [::String]
80
+ # The field that contains values which monotonically increases over time
81
+ # (e.g. timestamp).
82
+ # @!attribute [rw] start
83
+ # @return [::String]
84
+ # Value that marks the start of the range
85
+ # @!attribute [rw] end
86
+ # @return [::String]
87
+ # Value that marks the end of the range
88
+ class IncrementalField
89
+ include ::Google::Protobuf::MessageExts
90
+ extend ::Google::Protobuf::MessageExts::ClassMethods
91
+ end
92
+ end
93
+ end
94
+ end
95
+ end
96
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataplex-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2023-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.12'
19
+ version: 0.16.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.12'
29
+ version: 0.16.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -220,11 +220,20 @@ files:
220
220
  - lib/google/cloud/dataplex/v1/content_service/credentials.rb
221
221
  - lib/google/cloud/dataplex/v1/content_service/paths.rb
222
222
  - lib/google/cloud/dataplex/v1/content_services_pb.rb
223
+ - lib/google/cloud/dataplex/v1/data_profile_pb.rb
224
+ - lib/google/cloud/dataplex/v1/data_quality_pb.rb
225
+ - lib/google/cloud/dataplex/v1/data_scan_service.rb
226
+ - lib/google/cloud/dataplex/v1/data_scan_service/client.rb
227
+ - lib/google/cloud/dataplex/v1/data_scan_service/credentials.rb
228
+ - lib/google/cloud/dataplex/v1/data_scan_service/operations.rb
229
+ - lib/google/cloud/dataplex/v1/data_scan_service/paths.rb
223
230
  - lib/google/cloud/dataplex/v1/dataplex_service.rb
224
231
  - lib/google/cloud/dataplex/v1/dataplex_service/client.rb
225
232
  - lib/google/cloud/dataplex/v1/dataplex_service/credentials.rb
226
233
  - lib/google/cloud/dataplex/v1/dataplex_service/operations.rb
227
234
  - lib/google/cloud/dataplex/v1/dataplex_service/paths.rb
235
+ - lib/google/cloud/dataplex/v1/datascans_pb.rb
236
+ - lib/google/cloud/dataplex/v1/datascans_services_pb.rb
228
237
  - lib/google/cloud/dataplex/v1/logs_pb.rb
229
238
  - lib/google/cloud/dataplex/v1/metadata_pb.rb
230
239
  - lib/google/cloud/dataplex/v1/metadata_service.rb
@@ -232,6 +241,7 @@ files:
232
241
  - lib/google/cloud/dataplex/v1/metadata_service/credentials.rb
233
242
  - lib/google/cloud/dataplex/v1/metadata_service/paths.rb
234
243
  - lib/google/cloud/dataplex/v1/metadata_services_pb.rb
244
+ - lib/google/cloud/dataplex/v1/processing_pb.rb
235
245
  - lib/google/cloud/dataplex/v1/resources_pb.rb
236
246
  - lib/google/cloud/dataplex/v1/service_pb.rb
237
247
  - lib/google/cloud/dataplex/v1/service_services_pb.rb
@@ -244,8 +254,12 @@ files:
244
254
  - proto_docs/google/api/resource.rb
245
255
  - proto_docs/google/cloud/dataplex/v1/analyze.rb
246
256
  - proto_docs/google/cloud/dataplex/v1/content.rb
257
+ - proto_docs/google/cloud/dataplex/v1/data_profile.rb
258
+ - proto_docs/google/cloud/dataplex/v1/data_quality.rb
259
+ - proto_docs/google/cloud/dataplex/v1/datascans.rb
247
260
  - proto_docs/google/cloud/dataplex/v1/logs.rb
248
261
  - proto_docs/google/cloud/dataplex/v1/metadata.rb
262
+ - proto_docs/google/cloud/dataplex/v1/processing.rb
249
263
  - proto_docs/google/cloud/dataplex/v1/resources.rb
250
264
  - proto_docs/google/cloud/dataplex/v1/service.rb
251
265
  - proto_docs/google/cloud/dataplex/v1/tasks.rb