google-apis-dataplex_v1 0.36.0 → 0.37.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 +12 -10
- 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: c904dabb2afb56db287d06022229a3f128a832405323ba38d1774cca47525ae6
|
|
4
|
+
data.tar.gz: a70436aa67dda0ea2b96617342b50a1b6e596e20788c95af53ace86170654f60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23b13e3fd5aeb64db548c949476510d95bb5fbea8c4562ff5abdaad01d76e06986a6fb75db292ab3f0202fba206fde2259ba2193878bef45ca3f45262b7c861e
|
|
7
|
+
data.tar.gz: a078a927d6540f1d530675bab495a3c100ee00abeeca2b26f86cbbfe6a114c2a9a112663e76b90da4f10621ffb84712601bdd5af3aa5369ff214095b1a524a82
|
data/CHANGELOG.md
CHANGED
|
@@ -1597,8 +1597,9 @@ module Google
|
|
|
1597
1597
|
class GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport
|
|
1598
1598
|
include Google::Apis::Core::Hashable
|
|
1599
1599
|
|
|
1600
|
-
# Optional. The BigQuery table to export DataProfileScan results to. Format:
|
|
1601
|
-
# projects
|
|
1600
|
+
# Optional. The BigQuery table to export DataProfileScan results to. Format: //
|
|
1601
|
+
# bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
|
|
1602
|
+
# TABLE_ID
|
|
1602
1603
|
# Corresponds to the JSON property `resultsTable`
|
|
1603
1604
|
# @return [String]
|
|
1604
1605
|
attr_accessor :results_table
|
|
@@ -2280,8 +2281,9 @@ module Google
|
|
|
2280
2281
|
class GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
|
|
2281
2282
|
include Google::Apis::Core::Hashable
|
|
2282
2283
|
|
|
2283
|
-
# Optional. The BigQuery table to export DataQualityScan results to. Format:
|
|
2284
|
-
# projects
|
|
2284
|
+
# Optional. The BigQuery table to export DataQualityScan results to. Format: //
|
|
2285
|
+
# bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/
|
|
2286
|
+
# TABLE_ID
|
|
2285
2287
|
# Corresponds to the JSON property `resultsTable`
|
|
2286
2288
|
# @return [String]
|
|
2287
2289
|
attr_accessor :results_table
|
|
@@ -6299,12 +6301,12 @@ module Google
|
|
|
6299
6301
|
# @return [String]
|
|
6300
6302
|
attr_accessor :name
|
|
6301
6303
|
|
|
6302
|
-
# The normal response of the operation
|
|
6303
|
-
#
|
|
6304
|
-
#
|
|
6305
|
-
#
|
|
6306
|
-
#
|
|
6307
|
-
#
|
|
6304
|
+
# The normal, successful response of the operation. If the original method
|
|
6305
|
+
# returns no data on success, such as Delete, the response is google.protobuf.
|
|
6306
|
+
# Empty. If the original method is standard Get/Create/Update, the response
|
|
6307
|
+
# should be the resource. For other methods, the response should have the type
|
|
6308
|
+
# XxxResponse, where Xxx is the original method name. For example, if the
|
|
6309
|
+
# original method name is TakeSnapshot(), the inferred response type is
|
|
6308
6310
|
# TakeSnapshotResponse.
|
|
6309
6311
|
# Corresponds to the JSON property `response`
|
|
6310
6312
|
# @return [Hash<String,Object>]
|
|
@@ -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.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230806"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.37.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: 2023-08-
|
|
11
|
+
date: 2023-08-20 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.37.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: []
|