google-apis-serviceusage_v1beta1 0.51.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06f316bc7f96f5be1f6b89f929b166b32ba82a03e1268530b0e6b573b37d4a4d
|
4
|
+
data.tar.gz: 18b60183c623ea38186dfd1c31b22c02661012cb3c43ba8c9aa0f775fb807e47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89e81e5a7f9c71178241190c38df330d62e9fadd4662355dd305a5407eb04a48e5a332fc5ec2c37a0f6a85bab9926d9fb0637c52564012bf6428e3c7b61d7d14
|
7
|
+
data.tar.gz: 6ed3a2d942d2083bf743109429212304588582595da7d9e14ff08213709665cd716200e481b89b2a2f902d2b569a6af9bd46efbec0c1bcc77f290b953aa2c697
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.52.0 (2024-02-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240220
|
10
|
+
* Regenerated using generator version 0.14.0
|
11
|
+
|
3
12
|
### v0.51.0 (2024-01-23)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.13.0
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/service-usage/) may provide
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -2516,18 +2516,6 @@ module Google
|
|
2516
2516
|
class GoogleApiServiceusageV2alphaEnableRule
|
2517
2517
|
include Google::Apis::Core::Hashable
|
2518
2518
|
|
2519
|
-
# The names of the categories that are enabled. Example: `categories/
|
2520
|
-
# googleServices`.
|
2521
|
-
# Corresponds to the JSON property `categories`
|
2522
|
-
# @return [Array<String>]
|
2523
|
-
attr_accessor :categories
|
2524
|
-
|
2525
|
-
# The names of the service groups that are enabled. Example: `services/container.
|
2526
|
-
# googleapis.com/groups/dependencies`.
|
2527
|
-
# Corresponds to the JSON property `groups`
|
2528
|
-
# @return [Array<String>]
|
2529
|
-
attr_accessor :groups
|
2530
|
-
|
2531
2519
|
# The names of the services that are enabled. Example: `services/storage.
|
2532
2520
|
# googleapis.com`.
|
2533
2521
|
# Corresponds to the JSON property `services`
|
@@ -2540,8 +2528,6 @@ module Google
|
|
2540
2528
|
|
2541
2529
|
# Update properties of this object
|
2542
2530
|
def update!(**args)
|
2543
|
-
@categories = args[:categories] if args.key?(:categories)
|
2544
|
-
@groups = args[:groups] if args.key?(:groups)
|
2545
2531
|
@services = args[:services] if args.key?(:services)
|
2546
2532
|
end
|
2547
2533
|
end
|
@@ -4434,6 +4420,11 @@ module Google
|
|
4434
4420
|
# @return [Google::Apis::ServiceusageV1beta1::ProducerQuotaPolicy]
|
4435
4421
|
attr_accessor :producer_quota_policy
|
4436
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
|
+
|
4437
4428
|
def initialize(**args)
|
4438
4429
|
update!(**args)
|
4439
4430
|
end
|
@@ -4447,6 +4438,7 @@ module Google
|
|
4447
4438
|
@effective_limit = args[:effective_limit] if args.key?(:effective_limit)
|
4448
4439
|
@producer_override = args[:producer_override] if args.key?(:producer_override)
|
4449
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)
|
4450
4442
|
end
|
4451
4443
|
end
|
4452
4444
|
|
@@ -4672,6 +4664,26 @@ module Google
|
|
4672
4664
|
end
|
4673
4665
|
end
|
4674
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
|
+
|
4675
4687
|
# Settings for Ruby client libraries.
|
4676
4688
|
class RubySettings
|
4677
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.
|
19
|
+
GEM_VERSION = "0.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
|
@@ -1361,8 +1367,6 @@ module Google
|
|
1361
1367
|
class GoogleApiServiceusageV2alphaEnableRule
|
1362
1368
|
# @private
|
1363
1369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1364
|
-
collection :categories, as: 'categories'
|
1365
|
-
collection :groups, as: 'groups'
|
1366
1370
|
collection :services, as: 'services'
|
1367
1371
|
end
|
1368
1372
|
end
|
@@ -1814,6 +1818,8 @@ module Google
|
|
1814
1818
|
|
1815
1819
|
property :producer_quota_policy, as: 'producerQuotaPolicy', class: Google::Apis::ServiceusageV1beta1::ProducerQuotaPolicy, decorator: Google::Apis::ServiceusageV1beta1::ProducerQuotaPolicy::Representation
|
1816
1820
|
|
1821
|
+
property :rollout_info, as: 'rolloutInfo', class: Google::Apis::ServiceusageV1beta1::RolloutInfo, decorator: Google::Apis::ServiceusageV1beta1::RolloutInfo::Representation
|
1822
|
+
|
1817
1823
|
end
|
1818
1824
|
end
|
1819
1825
|
|
@@ -1859,6 +1865,13 @@ module Google
|
|
1859
1865
|
end
|
1860
1866
|
end
|
1861
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
|
+
|
1862
1875
|
class RubySettings
|
1863
1876
|
# @private
|
1864
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.
|
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-
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
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: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Usage API V1beta1
|