google-apis-servicenetworking_v1beta 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7830c58ce8c0b3997fa20390e20804d59a51f0ba62dc93faadbff11842a89042
|
4
|
+
data.tar.gz: 0545610c30c4644a51325443294be1b3e21f8c05612166685af56011bad53996
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1d10606860bab021837d0bf4e2250be24e0a9b1373ba83d9c05466f6457aedd9a54cdb2a38c92175a4fbdf31cad96febf72b56d9ec697621afe2efb8b060624
|
7
|
+
data.tar.gz: 39bc5a2501eb1d9ee5b6dc157cbd1fef0980c68edcc538a6a606560c8aae956e65804e7c4f6674001f044d3a065e2e7355713125d8b680f1b70a63d4dc483c33
|
data/CHANGELOG.md
CHANGED
@@ -2751,11 +2751,11 @@ module Google
|
|
2751
2751
|
# limits defines limits on the metrics, which will be used for quota checks at
|
2752
2752
|
# runtime. An example quota configuration in yaml format: quota: limits: - name:
|
2753
2753
|
# apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
|
2754
|
-
# project`" # rate limit for consumer projects values: STANDARD: 10000
|
2755
|
-
# metric rules bind all methods to the read_calls metric,
|
2756
|
-
# UpdateBook and DeleteBook methods. These two methods
|
2757
|
-
# write_calls metric, with the UpdateBook method
|
2758
|
-
#
|
2754
|
+
# project`" # rate limit for consumer projects values: STANDARD: 10000 (The
|
2755
|
+
# metric rules bind all methods to the read_calls metric, except for the
|
2756
|
+
# UpdateBook and DeleteBook methods. These two methods are mapped to the
|
2757
|
+
# write_calls metric, with the UpdateBook method consuming at twice rate as the
|
2758
|
+
# DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
|
2759
2759
|
# googleapis.com/read_calls: 1 - selector: google.example.library.v1.
|
2760
2760
|
# LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
|
2761
2761
|
# selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
|
@@ -2766,12 +2766,12 @@ module Google
|
|
2766
2766
|
class Quota
|
2767
2767
|
include Google::Apis::Core::Hashable
|
2768
2768
|
|
2769
|
-
# List of
|
2769
|
+
# List of QuotaLimit definitions for the service.
|
2770
2770
|
# Corresponds to the JSON property `limits`
|
2771
2771
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::QuotaLimit>]
|
2772
2772
|
attr_accessor :limits
|
2773
2773
|
|
2774
|
-
# List of
|
2774
|
+
# List of MetricRule definitions, each one mapping a selected method to one or
|
2775
2775
|
# more metrics.
|
2776
2776
|
# Corresponds to the JSON property `metricRules`
|
2777
2777
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::MetricRule>]
|
@@ -3314,11 +3314,11 @@ module Google
|
|
3314
3314
|
# limits defines limits on the metrics, which will be used for quota checks at
|
3315
3315
|
# runtime. An example quota configuration in yaml format: quota: limits: - name:
|
3316
3316
|
# apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
|
3317
|
-
# project`" # rate limit for consumer projects values: STANDARD: 10000
|
3318
|
-
# metric rules bind all methods to the read_calls metric,
|
3319
|
-
# UpdateBook and DeleteBook methods. These two methods
|
3320
|
-
# write_calls metric, with the UpdateBook method
|
3321
|
-
#
|
3317
|
+
# project`" # rate limit for consumer projects values: STANDARD: 10000 (The
|
3318
|
+
# metric rules bind all methods to the read_calls metric, except for the
|
3319
|
+
# UpdateBook and DeleteBook methods. These two methods are mapped to the
|
3320
|
+
# write_calls metric, with the UpdateBook method consuming at twice rate as the
|
3321
|
+
# DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
|
3322
3322
|
# googleapis.com/read_calls: 1 - selector: google.example.library.v1.
|
3323
3323
|
# LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
|
3324
3324
|
# selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.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 = "20220904"
|
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-servicenetworking_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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-servicenetworking_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|