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: 4c3d864de397f7810e85abcb85f5691a1c9c93dce3fe112b15766ea2c9c40b7f
4
- data.tar.gz: 6b78a25dbb3f1c20054a7b50a3e085de15ef4fbabc0dd0d94aea13d1040ba23b
3
+ metadata.gz: 7f7add73a78615f9faa7720e7f9340cb3331871ee360c2e2d9eb44ac77e3acc8
4
+ data.tar.gz: '058bb77dd997ca1739388047d685daab58108580b13ce38873ff5a4b67ac8061'
5
5
  SHA512:
6
- metadata.gz: 5a4dc892af518b8d6e5c434ee10c8022aa600a1adcdd9aa07a6316ac16a29bb09e38c781a50e358568c023ca36ce0a453e1bc1d0014d80a2a9fd99827c5653df
7
- data.tar.gz: 36fcc7dd4387bbcb865996b6a59389a8168700d69c78c5e4aac48fc1a1ba36301cf11ce82f5130c3354090793cf98d9acbcd5c801ad7cfe735091565907c2110
6
+ metadata.gz: 98a32c6ddffe95f2697dd94143140527bd8329302e497daa0a084f91f2328f41a29b11001fa865278e1789feaa3020f035e9068abe0a5ff2d4c5559f085d861c
7
+ data.tar.gz: 7c6f966bb47c4da85af8284929f853a69eddd3603cac3dca059dfdd675bab353cc4ea30a6dfcf17c1ad0a77c23da1192f19785c93d5f3f00e2a6abcf2a252359
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.78.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250618
6
+
3
7
  ### v0.77.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250603
@@ -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. Supported dimensions are "COMPLETENESS", "ACCURACY", "
2626
- # CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
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 be: BigQuery table of type "
3979
- # TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/
3980
- # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
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.77.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 = "20250603"
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. Internal only.
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.77.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.77.0
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: