google-apis-serviceusage_v1beta1 0.25.0 → 0.26.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: a0015b86bda7213ae86f3e1fe3411445f2e274f8c546cf5703b7590efa4a086e
|
|
4
|
+
data.tar.gz: 3f1ff7679b64b51804c6a742933404dac2a77223cb27a6cb229f56c53b485b22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 221d9ce9934e9e2ce45ea4ae72bef4f0949719d387b0000297bbc7db0e098f36112f8af35d7848d640336ce8653428889c48f485707599c8f3caa690c92ba1f1
|
|
7
|
+
data.tar.gz: 97e2d13552a107d50cf676fea6c4bcc1d04112658ef6dd4383763dd7b68a67a76d0bd63e10c1da4c1672f9da82a6d105f56c227f43be244a83715c200af11529
|
data/CHANGELOG.md
CHANGED
|
@@ -1677,11 +1677,11 @@ module Google
|
|
|
1677
1677
|
# limits defines limits on the metrics, which will be used for quota checks at
|
|
1678
1678
|
# runtime. An example quota configuration in yaml format: quota: limits: - name:
|
|
1679
1679
|
# apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
|
|
1680
|
-
# project`" # rate limit for consumer projects values: STANDARD: 10000
|
|
1681
|
-
# metric rules bind all methods to the read_calls metric,
|
|
1682
|
-
# UpdateBook and DeleteBook methods. These two methods
|
|
1683
|
-
# write_calls metric, with the UpdateBook method
|
|
1684
|
-
#
|
|
1680
|
+
# project`" # rate limit for consumer projects values: STANDARD: 10000 (The
|
|
1681
|
+
# metric rules bind all methods to the read_calls metric, except for the
|
|
1682
|
+
# UpdateBook and DeleteBook methods. These two methods are mapped to the
|
|
1683
|
+
# write_calls metric, with the UpdateBook method consuming at twice rate as the
|
|
1684
|
+
# DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
|
|
1685
1685
|
# googleapis.com/read_calls: 1 - selector: google.example.library.v1.
|
|
1686
1686
|
# LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
|
|
1687
1687
|
# selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
|
|
@@ -1929,11 +1929,11 @@ module Google
|
|
|
1929
1929
|
# limits defines limits on the metrics, which will be used for quota checks at
|
|
1930
1930
|
# runtime. An example quota configuration in yaml format: quota: limits: - name:
|
|
1931
1931
|
# apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
|
|
1932
|
-
# project`" # rate limit for consumer projects values: STANDARD: 10000
|
|
1933
|
-
# metric rules bind all methods to the read_calls metric,
|
|
1934
|
-
# UpdateBook and DeleteBook methods. These two methods
|
|
1935
|
-
# write_calls metric, with the UpdateBook method
|
|
1936
|
-
#
|
|
1932
|
+
# project`" # rate limit for consumer projects values: STANDARD: 10000 (The
|
|
1933
|
+
# metric rules bind all methods to the read_calls metric, except for the
|
|
1934
|
+
# UpdateBook and DeleteBook methods. These two methods are mapped to the
|
|
1935
|
+
# write_calls metric, with the UpdateBook method consuming at twice rate as the
|
|
1936
|
+
# DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
|
|
1937
1937
|
# googleapis.com/read_calls: 1 - selector: google.example.library.v1.
|
|
1938
1938
|
# LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
|
|
1939
1939
|
# selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
|
|
@@ -3446,11 +3446,11 @@ module Google
|
|
|
3446
3446
|
# limits defines limits on the metrics, which will be used for quota checks at
|
|
3447
3447
|
# runtime. An example quota configuration in yaml format: quota: limits: - name:
|
|
3448
3448
|
# apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
|
|
3449
|
-
# project`" # rate limit for consumer projects values: STANDARD: 10000
|
|
3450
|
-
# metric rules bind all methods to the read_calls metric,
|
|
3451
|
-
# UpdateBook and DeleteBook methods. These two methods
|
|
3452
|
-
# write_calls metric, with the UpdateBook method
|
|
3453
|
-
#
|
|
3449
|
+
# project`" # rate limit for consumer projects values: STANDARD: 10000 (The
|
|
3450
|
+
# metric rules bind all methods to the read_calls metric, except for the
|
|
3451
|
+
# UpdateBook and DeleteBook methods. These two methods are mapped to the
|
|
3452
|
+
# write_calls metric, with the UpdateBook method consuming at twice rate as the
|
|
3453
|
+
# DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
|
|
3454
3454
|
# googleapis.com/read_calls: 1 - selector: google.example.library.v1.
|
|
3455
3455
|
# LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
|
|
3456
3456
|
# selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
|
|
@@ -3461,12 +3461,12 @@ module Google
|
|
|
3461
3461
|
class Quota
|
|
3462
3462
|
include Google::Apis::Core::Hashable
|
|
3463
3463
|
|
|
3464
|
-
# List of
|
|
3464
|
+
# List of QuotaLimit definitions for the service.
|
|
3465
3465
|
# Corresponds to the JSON property `limits`
|
|
3466
3466
|
# @return [Array<Google::Apis::ServiceusageV1beta1::QuotaLimit>]
|
|
3467
3467
|
attr_accessor :limits
|
|
3468
3468
|
|
|
3469
|
-
# List of
|
|
3469
|
+
# List of MetricRule definitions, each one mapping a selected method to one or
|
|
3470
3470
|
# more metrics.
|
|
3471
3471
|
# Corresponds to the JSON property `metricRules`
|
|
3472
3472
|
# @return [Array<Google::Apis::ServiceusageV1beta1::MetricRule>]
|
|
@@ -3862,11 +3862,11 @@ module Google
|
|
|
3862
3862
|
# limits defines limits on the metrics, which will be used for quota checks at
|
|
3863
3863
|
# runtime. An example quota configuration in yaml format: quota: limits: - name:
|
|
3864
3864
|
# apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
|
|
3865
|
-
# project`" # rate limit for consumer projects values: STANDARD: 10000
|
|
3866
|
-
# metric rules bind all methods to the read_calls metric,
|
|
3867
|
-
# UpdateBook and DeleteBook methods. These two methods
|
|
3868
|
-
# write_calls metric, with the UpdateBook method
|
|
3869
|
-
#
|
|
3865
|
+
# project`" # rate limit for consumer projects values: STANDARD: 10000 (The
|
|
3866
|
+
# metric rules bind all methods to the read_calls metric, except for the
|
|
3867
|
+
# UpdateBook and DeleteBook methods. These two methods are mapped to the
|
|
3868
|
+
# write_calls metric, with the UpdateBook method consuming at twice rate as the
|
|
3869
|
+
# DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
|
|
3870
3870
|
# googleapis.com/read_calls: 1 - selector: google.example.library.v1.
|
|
3871
3871
|
# LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
|
|
3872
3872
|
# selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
|
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220907"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.26.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: 2022-
|
|
11
|
+
date: 2022-09-12 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.26.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: []
|