google-analytics-admin-v1alpha 0.30.0 → 0.30.1

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: 19233d888fadec8937f6ad8d7d881eb7c25bb4b2a41db77ab969d385c687d951
4
- data.tar.gz: a4399587477a52a92b4f84afe51cd28e3280496f610e95359b5a25ef09a6ad85
3
+ metadata.gz: 74c1200600efa128a1e96b05530e4ef4e2977dab25c44d518d6224c0945f67cf
4
+ data.tar.gz: 997b9c0d07be29d3ca9f78de1026d22d5d0ee44f4ce612d06ec01db7a640c9ee
5
5
  SHA512:
6
- metadata.gz: b4114e7b703c7c4f8b293d382d3e72ef9df033c32140bc2f91cd36c50ff931bc5cccc545fabf8490a96bf33706429cb7a3c1877f6270f0020c9cdd37dbf18934
7
- data.tar.gz: 13048bd0ae72fe5f5c94fbbf923304a91ae6967cda2720df8223f7b524da339bd51d394cd07852af91246f62356048c9bf68ef88d0bf538a6763e7c82a44c48d
6
+ metadata.gz: ed035a309b1c384b3196691deee1c46624797059ecfe4328be82955c079f9bfe5e5f8f88e3f91eb7151afee1203440665ec35f3be1fca7bd81c66ffea59e051c
7
+ data.tar.gz: 36a5158139f03d74921440393b61f53f0da7fa99699e2e0f75671650b624db0acc17c8216f2ad1c3fccd6c1239532b24a55f4e782cae9504d873c077675d4b3a
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Admin
23
23
  module V1alpha
24
- VERSION = "0.30.0"
24
+ VERSION = "0.30.1"
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-analytics-admin-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.30.1
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