google-apis-serviceusage_v1beta1 0.79.0 → 0.81.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: 5ff5929b95392971bbc9744285118025fb3a8bc78432bd70b85077338af42ee7
4
- data.tar.gz: 82e0a52525f898cb4149f9d1bb8350c4b1ab721b2a07fa02bdd45423fba3798f
3
+ metadata.gz: 449561d65e4fab64e23bcd82bfb5adaadb60047ceadbbfa6d468725c1af9606f
4
+ data.tar.gz: 2bdb9fa7369b04b6fbf1383357d57200290e7d93a368841adea5c2449dda2250
5
5
  SHA512:
6
- metadata.gz: d950c8d3643e59a1cec84ee238925745e40d1c7f80f19ae1fbb089e4ffc98eee5953a672c52e4c170a185c20af674f09ab75d75cf1a7e6cbe29a559a9a8ddb42
7
- data.tar.gz: d11740306d125f2c37f37b801767bbfa1e8dd0e448074b344814eae58f4a9d95012782975e178d7a21c1a9047e44a35c2c946a12283919d88f6ab874749f3e8f
6
+ metadata.gz: ecc4144379e3bafbcf04d2750ae1e4ab64dac38409ebd8bf6236b68e7815981d9ca1c0054dc7c9971a4e099bd7f719bc8d68c78eb6ec1cdd840da441ea4d694b
7
+ data.tar.gz: efbb800ee40ecc8fddaa70f74c27882378472cf38d099fa8d563778f43324da8f31f78ddfe09c098497226f133c785a8babbc0fcc0f6c6a71957c2db8a9e9220
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.81.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260818
6
+
7
+ ### v0.80.0 (2026-08-09)
8
+
9
+ * Regenerated from discovery document revision 20260731
10
+
3
11
  ### v0.79.0 (2026-08-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20260721
@@ -1198,6 +1198,12 @@ module Google
1198
1198
  # @return [Array<String>]
1199
1199
  attr_accessor :supported_locations
1200
1200
 
1201
+ # Indicates the traffic type attribution for this quota limit (e.g. agentic).
1202
+ # This is an informational field used to categorize and filter the quota limits.
1203
+ # Corresponds to the JSON property `trafficSource`
1204
+ # @return [String]
1205
+ attr_accessor :traffic_source
1206
+
1201
1207
  # The limit unit. An example unit would be `1/`project`/`region`` Note that ``
1202
1208
  # project`` and ``region`` are not placeholders in this example; the literal
1203
1209
  # characters ``` and ``` occur in the string.
@@ -1217,6 +1223,7 @@ module Google
1217
1223
  @name = args[:name] if args.key?(:name)
1218
1224
  @quota_buckets = args[:quota_buckets] if args.key?(:quota_buckets)
1219
1225
  @supported_locations = args[:supported_locations] if args.key?(:supported_locations)
1226
+ @traffic_source = args[:traffic_source] if args.key?(:traffic_source)
1220
1227
  @unit = args[:unit] if args.key?(:unit)
1221
1228
  end
1222
1229
  end
@@ -5695,7 +5702,8 @@ module Google
5695
5702
  # @return [String]
5696
5703
  attr_accessor :parent
5697
5704
 
5698
- # The values removed from the parent consumer policy.
5705
+ # Deprecated: This field is no longer populated. Use GetConsumerPolicy to verify
5706
+ # the remaining enabled values.
5699
5707
  # Corresponds to the JSON property `removedValues`
5700
5708
  # @return [Array<String>]
5701
5709
  attr_accessor :removed_values
@@ -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.79.0"
19
+ GEM_VERSION = "0.81.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260721"
25
+ REVISION = "20260818"
26
26
  end
27
27
  end
28
28
  end
@@ -1257,6 +1257,7 @@ module Google
1257
1257
  collection :quota_buckets, as: 'quotaBuckets', class: Google::Apis::ServiceusageV1beta1::QuotaBucket, decorator: Google::Apis::ServiceusageV1beta1::QuotaBucket::Representation
1258
1258
 
1259
1259
  collection :supported_locations, as: 'supportedLocations'
1260
+ property :traffic_source, as: 'trafficSource'
1260
1261
  property :unit, as: 'unit'
1261
1262
  end
1262
1263
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.0
4
+ version: 0.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.79.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.81.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: