google-apis-serviceusage_v1beta1 0.52.0 → 0.53.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: ad6bf1293459c632c6815b9ed3c10a89a2542218cbf3da5ef0509637a4f803d4
4
- data.tar.gz: 40d510c346153dabe38754ed8607cfb34419c9b3b8367d37881bcb91965957e7
3
+ metadata.gz: 06f316bc7f96f5be1f6b89f929b166b32ba82a03e1268530b0e6b573b37d4a4d
4
+ data.tar.gz: 18b60183c623ea38186dfd1c31b22c02661012cb3c43ba8c9aa0f775fb807e47
5
5
  SHA512:
6
- metadata.gz: f632b4f63f07426cd556e5d454c7584a4f58ff8299cb5f125779df23136d15844de7e0b9452c400f97bb2c4a0da950467ad58be56185d1c3385a2a8fbd4a9659
7
- data.tar.gz: b4cb5f91cd0697b63867ad6885c7fe817f29d17ccdb6f7d293320ba62034e2f09f69b08c29fa9b6deae7bb67ab8d1a4fc03febc7f1585f2d365038dc640051da
6
+ metadata.gz: 89e81e5a7f9c71178241190c38df330d62e9fadd4662355dd305a5407eb04a48e5a332fc5ec2c37a0f6a85bab9926d9fb0637c52564012bf6428e3c7b61d7d14
7
+ data.tar.gz: 6ed3a2d942d2083bf743109429212304588582595da7d9e14ff08213709665cd716200e481b89b2a2f902d2b569a6af9bd46efbec0c1bcc77f290b953aa2c697
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.53.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240303
6
+
3
7
  ### v0.52.0 (2024-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240220
@@ -4420,6 +4420,11 @@ module Google
4420
4420
  # @return [Google::Apis::ServiceusageV1beta1::ProducerQuotaPolicy]
4421
4421
  attr_accessor :producer_quota_policy
4422
4422
 
4423
+ # [Output only] Rollout information of a quota.
4424
+ # Corresponds to the JSON property `rolloutInfo`
4425
+ # @return [Google::Apis::ServiceusageV1beta1::RolloutInfo]
4426
+ attr_accessor :rollout_info
4427
+
4423
4428
  def initialize(**args)
4424
4429
  update!(**args)
4425
4430
  end
@@ -4433,6 +4438,7 @@ module Google
4433
4438
  @effective_limit = args[:effective_limit] if args.key?(:effective_limit)
4434
4439
  @producer_override = args[:producer_override] if args.key?(:producer_override)
4435
4440
  @producer_quota_policy = args[:producer_quota_policy] if args.key?(:producer_quota_policy)
4441
+ @rollout_info = args[:rollout_info] if args.key?(:rollout_info)
4436
4442
  end
4437
4443
  end
4438
4444
 
@@ -4658,6 +4664,26 @@ module Google
4658
4664
  end
4659
4665
  end
4660
4666
 
4667
+ # [Output only] Rollout information of a quota.
4668
+ class RolloutInfo
4669
+ include Google::Apis::Core::Hashable
4670
+
4671
+ # Whether there is an ongoing rollout for the default limit or not.
4672
+ # Corresponds to the JSON property `defaultLimitOngoingRollout`
4673
+ # @return [Boolean]
4674
+ attr_accessor :default_limit_ongoing_rollout
4675
+ alias_method :default_limit_ongoing_rollout?, :default_limit_ongoing_rollout
4676
+
4677
+ def initialize(**args)
4678
+ update!(**args)
4679
+ end
4680
+
4681
+ # Update properties of this object
4682
+ def update!(**args)
4683
+ @default_limit_ongoing_rollout = args[:default_limit_ongoing_rollout] if args.key?(:default_limit_ongoing_rollout)
4684
+ end
4685
+ end
4686
+
4661
4687
  # Settings for Ruby client libraries.
4662
4688
  class RubySettings
4663
4689
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240220"
25
+ REVISION = "20240303"
26
26
  end
27
27
  end
28
28
  end
@@ -658,6 +658,12 @@ module Google
658
658
  include Google::Apis::Core::JsonObjectSupport
659
659
  end
660
660
 
661
+ class RolloutInfo
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
661
667
  class RubySettings
662
668
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
669
 
@@ -1812,6 +1818,8 @@ module Google
1812
1818
 
1813
1819
  property :producer_quota_policy, as: 'producerQuotaPolicy', class: Google::Apis::ServiceusageV1beta1::ProducerQuotaPolicy, decorator: Google::Apis::ServiceusageV1beta1::ProducerQuotaPolicy::Representation
1814
1820
 
1821
+ property :rollout_info, as: 'rolloutInfo', class: Google::Apis::ServiceusageV1beta1::RolloutInfo, decorator: Google::Apis::ServiceusageV1beta1::RolloutInfo::Representation
1822
+
1815
1823
  end
1816
1824
  end
1817
1825
 
@@ -1857,6 +1865,13 @@ module Google
1857
1865
  end
1858
1866
  end
1859
1867
 
1868
+ class RolloutInfo
1869
+ # @private
1870
+ class Representation < Google::Apis::Core::JsonRepresentation
1871
+ property :default_limit_ongoing_rollout, as: 'defaultLimitOngoingRollout'
1872
+ end
1873
+ end
1874
+
1860
1875
  class RubySettings
1861
1876
  # @private
1862
1877
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-10 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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []