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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b76982c570e891e114fe7dd8381d78f14ba6360ffddf6327d7fcf432dfb5d2e
4
- data.tar.gz: a0b95172b5987bf1064f11be0629285511a7acc36b0d2f09d86f27b707461efa
3
+ metadata.gz: c904dabb2afb56db287d06022229a3f128a832405323ba38d1774cca47525ae6
4
+ data.tar.gz: a70436aa67dda0ea2b96617342b50a1b6e596e20788c95af53ace86170654f60
5
5
  SHA512:
6
- metadata.gz: 2a2f4463d9705f3ad6454707c79e9ed297709a534c219a68ebff56cb6c1a3f44f376376225cd5b0971eabcb1ea3934e66e66edc173084d1e4239f23205834432
7
- data.tar.gz: bada8642ca1db8185ca7a4c678928da63b41e00de41788c4cc23fd18eb71d4f7b6c6ecdd7141ba46d58ba569d4d017572d4ccd548ce5f8578fae7120b2d5bca3
6
+ metadata.gz: 23b13e3fd5aeb64db548c949476510d95bb5fbea8c4562ff5abdaad01d76e06986a6fb75db292ab3f0202fba206fde2259ba2193878bef45ca3f45262b7c861e
7
+ data.tar.gz: a078a927d6540f1d530675bab495a3c100ee00abeeca2b26f86cbbfe6a114c2a9a112663e76b90da4f10621ffb84712601bdd5af3aa5369ff214095b1a524a82
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.37.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.36.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230801
@@ -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/`project`/datasets/`dataset`/tables/`table`
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/`project`/datasets/`dataset`/tables/`table`
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 in case of success. If the original
6303
- # method returns no data on success, such as Delete, the response is google.
6304
- # protobuf.Empty. If the original method is standard Get/Create/Update, the
6305
- # response should be the resource. For other methods, the response should have
6306
- # the type XxxResponse, where Xxx is the original method name. For example, if
6307
- # the original method name is TakeSnapshot(), the inferred response type is
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.36.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 = "20230801"
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.36.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-06 00:00:00.000000000 Z
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.36.0
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: []