google-apis-serviceusage_v1beta1 0.79.0 → 0.80.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: 0626c5cbd71f0a2fa5c9d75536591d2b07208f6f6fc1eaaf9afdd949f0357cf8
|
|
4
|
+
data.tar.gz: 32d4f509c259456e0541220108e00bb7bd46db1ffb403970b7c2633114475687
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5336840d4eff2e9a335b7e0944bdeba300477f98bb0c566d670a0a4b3cf39e2f23bf6c88ee7c19a426486b4cb019a5923a642ba4c341b1c32c55f97c6bb211d9
|
|
7
|
+
data.tar.gz: 68815acc461e29ecd9c81e08743f52819db642ac455ea48149f0ef988adbfc39083b4493812b4fbbc15c10044f50b7b1f9c546fa76e37e1fd73cc86a6a7cff96
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -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.80.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 = "
|
|
25
|
+
REVISION = "20260731"
|
|
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.
|
|
4
|
+
version: 0.80.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.80.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:
|