google-cloud-data_catalog-v1beta1 0.5.1 → 0.5.2

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: 921fa02ed0d10d59183c46a6e1157476f167370178b970339d0d6aaf2a402276
4
- data.tar.gz: 0d213a4c13e02c86ce2d8ab8bc5f726fdb556f8abbc2a9fe8aac53b465ca598b
3
+ metadata.gz: eabc4f4b01991930b9100365e5a6fe516cf47f8ff2017543be2c0b4f12a51f21
4
+ data.tar.gz: abaa71f5b2e7e7d07185af4f6088b8941700af8bcb80c29c28ce5d7264f90f1d
5
5
  SHA512:
6
- metadata.gz: fc069ee703d193e3ad3160dbb0a87e14d350dc63a50eeca4b2ae14d45cbef279a04f8c5a72f650b68d3026005c2fa3326fa6692db620e3d33eb9dc76f751a67e
7
- data.tar.gz: b20d01b1fd2c74a368150fdd974fae5a083a615e6d50e90de9635749abc0084144949a48b027afea396feebfa23680d714aeba9664c3364cfcf8b9dba318992f
6
+ metadata.gz: b30a462c9e3de46618848bcafabcf484339f053fcda36ac27aca24d0ff8c2a53367dba5ba9ecb8768391904261f0f06ff822886f6dea52ba09f677afc10380fb
7
+ data.tar.gz: 53e01015928c3f790607f537c126ac296946894ee2a4afdb07b4e8910974dc28192825d6b16f2dfa7c7cf8fd66aa628634b9e0526fc87414b4af14509bf397a7
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1beta1
24
- VERSION = "0.5.1"
24
+ VERSION = "0.5.2"
25
25
  end
26
26
  end
27
27
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-02 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common