Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 20, 2024
1 parent f54d972 commit 014f8e8
Show file tree
Hide file tree
Showing 243 changed files with 41 additions and 75,203 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,10 @@ def list_data_scan_jobs request, options = nil
end

##
# Generates recommended DataQualityRule from a data profiling DataScan.
# Generates recommended data quality rules based on the results of a data
# profiling scan.
#
# Use the recommendations to build rules for a data quality scan.
#
# @overload generate_data_quality_rules(request, options = nil)
# Pass arguments to `generate_data_quality_rules` via a request object, either of type
Expand All @@ -1039,10 +1042,12 @@ def list_data_scan_jobs request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
# Required. The name should be either
# * the name of a datascan with at least one successful completed data
# profiling job, or
# * the name of a successful completed data profiling datascan job.
# Required. The name must be one of the following:
#
# * The name of a data scan with at least one successful, completed data
# profiling job
# * The name of a successful, completed data profiling job (a data scan job
# where the job type is data profiling)
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Dataplex::V1::GenerateDataQualityRulesResponse]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,10 @@ def list_data_scan_jobs request, options = nil
end

##
# Generates recommended DataQualityRule from a data profiling DataScan.
# Generates recommended data quality rules based on the results of a data
# profiling scan.
#
# Use the recommendations to build rules for a data quality scan.
#
# @overload generate_data_quality_rules(request, options = nil)
# Pass arguments to `generate_data_quality_rules` via a request object, either of type
Expand All @@ -977,10 +980,12 @@ def list_data_scan_jobs request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
# Required. The name should be either
# * the name of a datascan with at least one successful completed data
# profiling job, or
# * the name of a successful completed data profiling datascan job.
# Required. The name must be one of the following:
#
# * The name of a data scan with at least one successful, completed data
# profiling job
# * The name of a successful, completed data profiling job (a data scan job
# where the job type is data profiling)
# @yield [result, operation] Access the result along with the TransportOperation object
# @yieldparam result [::Google::Cloud::Dataplex::V1::GenerateDataQualityRulesResponse]
# @yieldparam operation [::Gapic::Rest::TransportOperation]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ class AspectsEntry
# @!attribute [rw] update_time
# @return [::Google::Protobuf::Timestamp]
# The update time of the resource in the source system.
# @!attribute [r] location
# @return [::String]
# Output only. Location of the resource in the source system. Entry will be
# searchable by this location. By default, this should match the location of
# the EntryGroup containing this entry. A different value allows capturing
# source location for data external to GCP.
class EntrySource
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,22 +258,25 @@ class ListDataScanJobsResponse
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Generate recommended DataQualityRules request.
# Request details for generating data quality rule recommendations.
# @!attribute [rw] name
# @return [::String]
# Required. The name should be either
# * the name of a datascan with at least one successful completed data
# profiling job, or
# * the name of a successful completed data profiling datascan job.
# Required. The name must be one of the following:
#
# * The name of a data scan with at least one successful, completed data
# profiling job
# * The name of a successful, completed data profiling job (a data scan job
# where the job type is data profiling)
class GenerateDataQualityRulesRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Generate recommended DataQualityRules response.
# Response details for data quality rule recommendations.
# @!attribute [rw] rule
# @return [::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>]
# Generated recommended \\{@link DataQualityRule}s.
# The data quality rules that Dataplex generates based on the results
# of a data profiling scan.
class GenerateDataQualityRulesResponse
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
22 changes: 0 additions & 22 deletions owl-bot-staging/google-cloud-dataplex-v1/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions owl-bot-staging/google-cloud-dataplex-v1/.repo-metadata.json

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/google-cloud-dataplex-v1/.rubocop.yml

This file was deleted.

28 changes: 0 additions & 28 deletions owl-bot-staging/google-cloud-dataplex-v1/.toys.rb

This file was deleted.

12 changes: 0 additions & 12 deletions owl-bot-staging/google-cloud-dataplex-v1/.yardopts

This file was deleted.

122 changes: 0 additions & 122 deletions owl-bot-staging/google-cloud-dataplex-v1/AUTHENTICATION.md

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/google-cloud-dataplex-v1/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions owl-bot-staging/google-cloud-dataplex-v1/Gemfile

This file was deleted.

Loading

0 comments on commit 014f8e8

Please sign in to comment.