google-cloud-billing-v1 1.0.1 → 1.0.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: f29bf9323bcbe6d6f57aedeb3605a1b201d376a6c0d398f5629b0a2938d0c6b0
4
- data.tar.gz: b49d91ac435cf2b83f79fc5bb90f29ba23a98811ca09378f20512fa7c8cdb3dc
3
+ metadata.gz: b2384cc07d8e82b169fe28f66bf0bdf4bee95d0de4b237aafdbc4de36dd3e54d
4
+ data.tar.gz: 2fbe8301723b906e25c91ce10bc944ddaec3386ad3459e35ac7a18423a994a83
5
5
  SHA512:
6
- metadata.gz: aca3cd403fdf1ad15838e4835fd0aafc54985a0d35378f84f2596310a8b35880e02cededb5c651c6f9a1f02e2950a93083a51aa858f72a555eafd4f2be581210
7
- data.tar.gz: c5853137795a7653eed6d6051096a5610cb5c61ac53079060cf9e1aca90cf17667803d6478079ef8c128c6d3b58f2a6f126af6423474f0adb050a3b9f2d4dec4
6
+ metadata.gz: c1bdc88b68c2550a5757110bf9c88cec85ed239d53bd66dd87b1729931ea6ce28e0ff02449019dd05bbb34bd1128ab26ded611b68fde1f587243020ae205b279
7
+ data.tar.gz: 7aa3e62adbb42eb2e447814d5bfcb5398699b64e8e750315f2843e29652a31c4f44f28dc966cff641e505c9c3e863b1d0f85be237faef6a78357c87ee4566847
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "1.0.1"
24
+ VERSION = "1.0.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-billing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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-09 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