google-apis-datacatalog_v1beta1 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ebcb659d4c6650155b3708623e127c31794bd48ec8279632000d1803e903d4a
4
- data.tar.gz: 4fc04bf10d6aea053a11c25e288300a43f1cc874d8ca81bf0f6e91b375f57c5e
3
+ metadata.gz: 21146dc8cce5b92f7a180ea371cdbe6b870b0f0a889584bbd4c2a5ac32dcba3e
4
+ data.tar.gz: 2ccf047447d86d2def379b95ac180cc6ef6ff85aef26cb50c90f05f67d3a7baf
5
5
  SHA512:
6
- metadata.gz: bd8ce3b53f28a2a3decb868cd275a787f276583ffba3b0914f7bfce6410e35a0e159470bbb54537fa5da34acbfcfa5c5ac96ab1dbe0e7dfe5efbbf80a12a593a
7
- data.tar.gz: d27e175472d5bd81773adfc8c8e35d5458cdafb0dc34dfbec4107ef548c05c4508134299c158e5cde9ae163cf3eb1fd93bbd9c2efcd4d62597e3453f10747813
6
+ metadata.gz: f8c49a8b6c16bb68e18002de5f1848971c13a1bc575835d6553ac5440ed65d866def48522e5c9075d3cbf35c5b45ead6184b1c4080989bbba328c624c8b984b1
7
+ data.tar.gz: 1b38d4d7bc8e539e80517923ea1f3ca949e5f8d774f15096eb00ecf19330882530745743c34c41559efa7091bdc284418f7bcc74595fdee73d10b429e8929ffa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.32.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230404
6
+
3
7
  ### v0.31.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230317
@@ -1998,14 +1998,14 @@ module Google
1998
1998
  class GoogleCloudDatacatalogV1TaggedEntry
1999
1999
  include Google::Apis::Core::Hashable
2000
2000
 
2001
- # Tags that should be deleted from the Data Catalog. Caller should populate
2002
- # template name and column only.
2001
+ # Optional. Tags that should be deleted from the Data Catalog. Caller should
2002
+ # populate template name and column only.
2003
2003
  # Corresponds to the JSON property `absentTags`
2004
2004
  # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1Tag>]
2005
2005
  attr_accessor :absent_tags
2006
2006
 
2007
- # Tags that should be ingested into the Data Catalog. Caller should populate
2008
- # template name, column and fields.
2007
+ # Optional. Tags that should be ingested into the Data Catalog. Caller should
2008
+ # populate template name, column and fields.
2009
2009
  # Corresponds to the JSON property `presentTags`
2010
2010
  # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1Tag>]
2011
2011
  attr_accessor :present_tags
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.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 = "20230317"
25
+ REVISION = "20230404"
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-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-16 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-datacatalog_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []