google-analytics-data-v1beta 0.13.0 → 0.13.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: 84785b5638dfb241c54ccbc120b6c75813eb60a66bdaccdf1c97f9dc974ac7b6
4
- data.tar.gz: 7c5d2af9c213cbae1ef19af98491f859ce59ef3673f3f23706cb5de2121a9e91
3
+ metadata.gz: a9fd7703e3b1e2f025cffe7f3a2bbcb0d579618caabca18b4d8a3e1db6bab1f9
4
+ data.tar.gz: b78a9d38b2c743a93a007fb372034c3095c581e5af8956f3acdce4e2347d63de
5
5
  SHA512:
6
- metadata.gz: 0f2047e4298c81c0b2120a7958c590509439dbec22593c72020d16dd72431e9ffd88b558887a3f989be58ddca9a9e9bb1219dc9b160ef6524b37ad29da724709
7
- data.tar.gz: 5c6fd5f3a9c18909787f72bcef9840c0b1c6eb23630d87dc6ce469fd310e66ee374cfd39f228df7450ccfdcf852a53597077708c26c285a582e89b4fef9c2595
6
+ metadata.gz: ce6faceb586228fb4d5225587e743d1780298c2f05618142ad8f50eb1c762cd5ef81549e362a570808efce775d880627d51543fe57ba24bbb785e4062ac439f4
7
+ data.tar.gz: e017fe80d12d35a0b639485e546fa5d46b5c8f4ee22e977d01b8e2a1391677f7c57f7bbf4aa0dbdd347f6a525167d11b06ff109fb86039b25076aa4b457e2230
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Data
23
23
  module V1beta
24
- VERSION = "0.13.0"
24
+ VERSION = "0.13.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-data-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.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-05 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