google-apis-dataplex_v1 0.56.0 → 0.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60cc2f0610aaa90a42f79d308c401f76daa13dfe7766f6794e49b8f0e7eafc3a
4
- data.tar.gz: 5de90b0f63ea59c4a4510dcfe80244d034c80bea36b911d7616585ffd5f7df16
3
+ metadata.gz: b7b4fc1dd733c11e9af5874a4c141e8ed06e2099830d9458892b886f5e83ea45
4
+ data.tar.gz: ac358212371a824232bb3129962a8d3b1083616308cd231749e8b72855990c2c
5
5
  SHA512:
6
- metadata.gz: cb0356510b3edfab359902b1b7db9c9667d0851ad8e288ca2454a0a45269078c10c99cd25bffda2c1793b99049d87528c1a8ebf8b9dc957aa1ed14b5747d2278
7
- data.tar.gz: cf1ee59e5d06cf8092a3e3fc65d9728db56c82ac5f8bc86a74392e1a9f48f07c05a594ec0efec4d7277db9322713859e97073a917e8070bc2417f3a69b6bda7e
6
+ metadata.gz: ed2083f130adcc1692de99a9b6229ed992845249ac29731d0e584e290e6e9fd15d7558a70e0148daedd5991f4137785aa87dc90997db4361b0490590debcf296
7
+ data.tar.gz: 7eeca34670568a51c07e5fc9f0a6a1864a4dab4ad49a37d309e5e3874007d388a40eef1b83d06f1f32d223912314c6b4843674317bd370fc88af89c555d9f462
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.58.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
7
+ ### v0.57.0 (2024-06-02)
8
+
9
+ * Regenerated from discovery document revision 20240523
10
+
3
11
  ### v0.56.0 (2024-05-19)
4
12
 
5
13
  * Regenerated using generator version 0.15.0
@@ -2280,12 +2280,15 @@ module Google
2280
2280
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleSetExpectation]
2281
2281
  attr_accessor :set_expectation
2282
2282
 
2283
- # Queries for rows returned by the provided SQL statement. If any rows are are
2284
- # returned, this rule fails.The SQL statement needs to use BigQuery standard SQL
2285
- # syntax, and must not contain any semicolons.$`data()` can be used to reference
2286
- # the rows being evaluated, i.e. the table after all additional filters (row
2287
- # filters, incremental data filters, sampling) are applied.Example: SELECT *
2288
- # FROM $`data()` WHERE price < 0
2283
+ # A SQL statement that is evaluated to return rows that match an invalid state.
2284
+ # If any rows are are returned, this rule fails.The SQL statement must use
2285
+ # BigQuery standard SQL syntax, and must not contain any semicolons.You can use
2286
+ # the data reference parameter $`data()` to reference the source table with all
2287
+ # of its precondition filters applied. Examples of precondition filters include
2288
+ # row filters, incremental data filters, and sampling. For more information, see
2289
+ # Data reference parameter (https://cloud.google.com/dataplex/docs/auto-data-
2290
+ # quality-overview#data-reference-parameter).Example: SELECT * FROM $`data()`
2291
+ # WHERE price < 0
2289
2292
  # Corresponds to the JSON property `sqlAssertion`
2290
2293
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleSqlAssertion]
2291
2294
  attr_accessor :sql_assertion
@@ -2420,8 +2423,8 @@ module Google
2420
2423
  class GoogleCloudDataplexV1DataQualityRuleResult
2421
2424
  include Google::Apis::Core::Hashable
2422
2425
 
2423
- # Output only. The number of rows returned by the sql statement in the
2424
- # SqlAssertion rule.This field is only valid for SqlAssertion rules.
2426
+ # Output only. The number of rows returned by the SQL statement in a SQL
2427
+ # assertion rule.This field is only valid for SQL assertion rules.
2425
2428
  # Corresponds to the JSON property `assertionRowCount`
2426
2429
  # @return [Fixnum]
2427
2430
  attr_accessor :assertion_row_count
@@ -2525,12 +2528,15 @@ module Google
2525
2528
  end
2526
2529
  end
2527
2530
 
2528
- # Queries for rows returned by the provided SQL statement. If any rows are are
2529
- # returned, this rule fails.The SQL statement needs to use BigQuery standard SQL
2530
- # syntax, and must not contain any semicolons.$`data()` can be used to reference
2531
- # the rows being evaluated, i.e. the table after all additional filters (row
2532
- # filters, incremental data filters, sampling) are applied.Example: SELECT *
2533
- # FROM $`data()` WHERE price < 0
2531
+ # A SQL statement that is evaluated to return rows that match an invalid state.
2532
+ # If any rows are are returned, this rule fails.The SQL statement must use
2533
+ # BigQuery standard SQL syntax, and must not contain any semicolons.You can use
2534
+ # the data reference parameter $`data()` to reference the source table with all
2535
+ # of its precondition filters applied. Examples of precondition filters include
2536
+ # row filters, incremental data filters, and sampling. For more information, see
2537
+ # Data reference parameter (https://cloud.google.com/dataplex/docs/auto-data-
2538
+ # quality-overview#data-reference-parameter).Example: SELECT * FROM $`data()`
2539
+ # WHERE price < 0
2534
2540
  class GoogleCloudDataplexV1DataQualityRuleSqlAssertion
2535
2541
  include Google::Apis::Core::Hashable
2536
2542
 
@@ -2640,8 +2646,8 @@ module Google
2640
2646
  class GoogleCloudDataplexV1DataQualityScanRuleResult
2641
2647
  include Google::Apis::Core::Hashable
2642
2648
 
2643
- # The number of rows returned by the sql statement in the SqlAssertion rule.
2644
- # This field is only valid for SqlAssertion rules.
2649
+ # The number of rows returned by the SQL statement in a SQL assertion rule. This
2650
+ # field is only valid for SQL assertion rules.
2645
2651
  # Corresponds to the JSON property `assertionRowCount`
2646
2652
  # @return [Fixnum]
2647
2653
  attr_accessor :assertion_row_count
@@ -3371,6 +3377,11 @@ module Google
3371
3377
  class GoogleCloudDataplexV1DataScanExecutionStatus
3372
3378
  include Google::Apis::Core::Hashable
3373
3379
 
3380
+ # Optional. The time when the DataScanJob execution was created.
3381
+ # Corresponds to the JSON property `latestJobCreateTime`
3382
+ # @return [String]
3383
+ attr_accessor :latest_job_create_time
3384
+
3374
3385
  # The time when the latest DataScanJob ended.
3375
3386
  # Corresponds to the JSON property `latestJobEndTime`
3376
3387
  # @return [String]
@@ -3387,6 +3398,7 @@ module Google
3387
3398
 
3388
3399
  # Update properties of this object
3389
3400
  def update!(**args)
3401
+ @latest_job_create_time = args[:latest_job_create_time] if args.key?(:latest_job_create_time)
3390
3402
  @latest_job_end_time = args[:latest_job_end_time] if args.key?(:latest_job_end_time)
3391
3403
  @latest_job_start_time = args[:latest_job_start_time] if args.key?(:latest_job_start_time)
3392
3404
  end
@@ -4123,6 +4135,14 @@ module Google
4123
4135
  # @return [Hash<String,String>]
4124
4136
  attr_accessor :labels
4125
4137
 
4138
+ # Output only. Location of the resource in the source system. Entry will be
4139
+ # searchable by this location. By default, this should match the location of the
4140
+ # EntryGroup containing this entry. A different value allows capturing source
4141
+ # location for data external to GCP.
4142
+ # Corresponds to the JSON property `location`
4143
+ # @return [String]
4144
+ attr_accessor :location
4145
+
4126
4146
  # The platform containing the source system. The maximum size of the field is 64
4127
4147
  # characters.
4128
4148
  # Corresponds to the JSON property `platform`
@@ -4156,6 +4176,7 @@ module Google
4156
4176
  @description = args[:description] if args.key?(:description)
4157
4177
  @display_name = args[:display_name] if args.key?(:display_name)
4158
4178
  @labels = args[:labels] if args.key?(:labels)
4179
+ @location = args[:location] if args.key?(:location)
4159
4180
  @platform = args[:platform] if args.key?(:platform)
4160
4181
  @resource = args[:resource] if args.key?(:resource)
4161
4182
  @system = args[:system] if args.key?(:system)
@@ -4594,7 +4615,7 @@ module Google
4594
4615
  end
4595
4616
  end
4596
4617
 
4597
- # Generate recommended DataQualityRules request.
4618
+ # Request details for generating data quality rule recommendations.
4598
4619
  class GoogleCloudDataplexV1GenerateDataQualityRulesRequest
4599
4620
  include Google::Apis::Core::Hashable
4600
4621
 
@@ -4607,11 +4628,12 @@ module Google
4607
4628
  end
4608
4629
  end
4609
4630
 
4610
- # Generate recommended DataQualityRules response.
4631
+ # Response details for data quality rule recommendations.
4611
4632
  class GoogleCloudDataplexV1GenerateDataQualityRulesResponse
4612
4633
  include Google::Apis::Core::Hashable
4613
4634
 
4614
- # Generated recommended `@link DataQualityRule`s.
4635
+ # The data quality rules that Dataplex generates based on the results of a data
4636
+ # profiling scan.
4615
4637
  # Corresponds to the JSON property `rule`
4616
4638
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule>]
4617
4639
  attr_accessor :rule
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataplexV1
18
18
  # Version of the google-apis-dataplex_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240419"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -2112,6 +2112,7 @@ module Google
2112
2112
  class GoogleCloudDataplexV1DataScanExecutionStatus
2113
2113
  # @private
2114
2114
  class Representation < Google::Apis::Core::JsonRepresentation
2115
+ property :latest_job_create_time, as: 'latestJobCreateTime'
2115
2116
  property :latest_job_end_time, as: 'latestJobEndTime'
2116
2117
  property :latest_job_start_time, as: 'latestJobStartTime'
2117
2118
  end
@@ -2300,6 +2301,7 @@ module Google
2300
2301
  property :description, as: 'description'
2301
2302
  property :display_name, as: 'displayName'
2302
2303
  hash :labels, as: 'labels'
2304
+ property :location, as: 'location'
2303
2305
  property :platform, as: 'platform'
2304
2306
  property :resource, as: 'resource'
2305
2307
  property :system, as: 'system'
@@ -944,11 +944,13 @@ module Google
944
944
  execute_or_queue_command(command, &block)
945
945
  end
946
946
 
947
- # Generates recommended DataQualityRule from a data profiling DataScan.
947
+ # Generates recommended data quality rules based on the results of a data
948
+ # profiling scan.Use the recommendations to build rules for a data quality scan.
948
949
  # @param [String] name
949
- # Required. The name should be either * the name of a datascan with at least one
950
- # successful completed data profiling job, or * the name of a successful
951
- # completed data profiling datascan job.
950
+ # Required. The name must be one of the following: The name of a data scan with
951
+ # at least one successful, completed data profiling job The name of a successful,
952
+ # completed data profiling job (a data scan job where the job type is data
953
+ # profiling)
952
954
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1GenerateDataQualityRulesRequest] google_cloud_dataplex_v1_generate_data_quality_rules_request_object
953
955
  # @param [String] fields
954
956
  # Selector specifying which fields to include in a partial response.
@@ -1262,11 +1264,13 @@ module Google
1262
1264
  execute_or_queue_command(command, &block)
1263
1265
  end
1264
1266
 
1265
- # Generates recommended DataQualityRule from a data profiling DataScan.
1267
+ # Generates recommended data quality rules based on the results of a data
1268
+ # profiling scan.Use the recommendations to build rules for a data quality scan.
1266
1269
  # @param [String] name
1267
- # Required. The name should be either * the name of a datascan with at least one
1268
- # successful completed data profiling job, or * the name of a successful
1269
- # completed data profiling datascan job.
1270
+ # Required. The name must be one of the following: The name of a data scan with
1271
+ # at least one successful, completed data profiling job The name of a successful,
1272
+ # completed data profiling job (a data scan job where the job type is data
1273
+ # profiling)
1270
1274
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1GenerateDataQualityRulesRequest] google_cloud_dataplex_v1_generate_data_quality_rules_request_object
1271
1275
  # @param [String] fields
1272
1276
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
63
63
  post_install_message:
64
64
  rdoc_options: []