google-apis-dataplex_v1 0.72.0 → 0.73.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataplex_v1/classes.rb +2 -2
- data/lib/google/apis/dataplex_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebfea8407c64c56898b481b969d9eb82efca162e2ef868532e0d9155cfbdd632
|
4
|
+
data.tar.gz: ca9fc8d40a11d2b08901f9363b78a90cdc39a0f32f341e58be03542252ee47b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8db2c152af6670224de740e693ed1cd6674084fe363217d537481fa4983c008a7318c96f0c52e6d1436f60cfee8fe1c82dddf9494cb8da57f2c9d16849530fda
|
7
|
+
data.tar.gz: ef39b08aa8df4ae3350b395222d8a57eeae2609168e2c7fc3efbae671306812cf9f76b3eddd4651aa5b244d3a6d8c88b90682fff9d9ebca2eb7589bad7a277a2
|
data/CHANGELOG.md
CHANGED
@@ -2347,7 +2347,7 @@ module Google
|
|
2347
2347
|
|
2348
2348
|
# Optional. The BigQuery table to export DataProfileScan results to. Format: //
|
2349
2349
|
# bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
|
2350
|
-
# TABLE_ID
|
2350
|
+
# TABLE_ID or projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
2351
2351
|
# Corresponds to the JSON property `resultsTable`
|
2352
2352
|
# @return [String]
|
2353
2353
|
attr_accessor :results_table
|
@@ -3190,7 +3190,7 @@ module Google
|
|
3190
3190
|
|
3191
3191
|
# Optional. The BigQuery table to export DataQualityScan results to. Format: //
|
3192
3192
|
# bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
|
3193
|
-
# TABLE_ID
|
3193
|
+
# TABLE_ID or projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
3194
3194
|
# Corresponds to the JSON property `resultsTable`
|
3195
3195
|
# @return [String]
|
3196
3196
|
attr_accessor :results_table
|
@@ -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.73.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250330"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.73.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:
|