google-apis-dataplex_v1 0.77.0 → 0.78.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f7add73a78615f9faa7720e7f9340cb3331871ee360c2e2d9eb44ac77e3acc8
|
4
|
+
data.tar.gz: '058bb77dd997ca1739388047d685daab58108580b13ce38873ff5a4b67ac8061'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98a32c6ddffe95f2697dd94143140527bd8329302e497daa0a084f91f2328f41a29b11001fa865278e1789feaa3020f035e9068abe0a5ff2d4c5559f085d861c
|
7
|
+
data.tar.gz: 7c6f966bb47c4da85af8284929f853a69eddd3603cac3dca059dfdd675bab353cc4ea30a6dfcf17c1ad0a77c23da1192f19785c93d5f3f00e2a6abcf2a252359
|
data/CHANGELOG.md
CHANGED
@@ -2622,8 +2622,8 @@ module Google
|
|
2622
2622
|
attr_accessor :description
|
2623
2623
|
|
2624
2624
|
# Required. The dimension a rule belongs to. Results are also aggregated at the
|
2625
|
-
# dimension level.
|
2626
|
-
#
|
2625
|
+
# dimension level. Custom dimension name is supported with all uppercase letters
|
2626
|
+
# and maximum length of 30 characters.
|
2627
2627
|
# Corresponds to the JSON property `dimension`
|
2628
2628
|
# @return [String]
|
2629
2629
|
attr_accessor :dimension
|
@@ -3360,7 +3360,8 @@ module Google
|
|
3360
3360
|
# data profiling (https://cloud.google.com/dataplex/docs/data-profiling-overview)
|
3361
3361
|
# . Data discovery: scans data in Cloud Storage buckets to extract and then
|
3362
3362
|
# catalog metadata. For more information, see Discover and catalog Cloud Storage
|
3363
|
-
# data (https://cloud.google.com/bigquery/docs/automatic-discovery).
|
3363
|
+
# data (https://cloud.google.com/bigquery/docs/automatic-discovery). LINT.
|
3364
|
+
# IfChange
|
3364
3365
|
class GoogleCloudDataplexV1DataScan
|
3365
3366
|
include Google::Apis::Core::Hashable
|
3366
3367
|
|
@@ -3975,9 +3976,11 @@ module Google
|
|
3975
3976
|
attr_accessor :entity
|
3976
3977
|
|
3977
3978
|
# Immutable. The service-qualified full resource name of the cloud resource for
|
3978
|
-
# a DataScan job to scan against. The field could
|
3979
|
-
#
|
3980
|
-
#
|
3979
|
+
# a DataScan job to scan against. The field could eitherbe: Cloud Storage bucket
|
3980
|
+
# for DataDiscoveryScan Format: //storage.googleapis.com/projects/PROJECT_ID/
|
3981
|
+
# buckets/BUCKET_ID or BigQuery table of type "TABLE" for DataProfileScan/
|
3982
|
+
# DataQualityScan Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/
|
3983
|
+
# DATASET_ID/tables/TABLE_ID
|
3981
3984
|
# Corresponds to the JSON property `resource`
|
3982
3985
|
# @return [String]
|
3983
3986
|
attr_accessor :resource
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -658,7 +658,8 @@ module Google
|
|
658
658
|
# be organizations/ or projects/. If it is unspecified, it defaults to the
|
659
659
|
# organization where the project provided in name is located.
|
660
660
|
# @param [Boolean] semantic_search
|
661
|
-
# Optional.
|
661
|
+
# Optional. Specifies whether the search should understand the meaning and
|
662
|
+
# intent behind the query, rather than just matching keywords.
|
662
663
|
# @param [String] fields
|
663
664
|
# Selector specifying which fields to include in a partial response.
|
664
665
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataplex_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.78.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|