google-apis-servicenetworking_v1beta 0.18.0 → 0.19.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: 7ee4fb97fd924454d4194d793e64c7b80f4c11d2bf7c78af443e10d14901c420
|
4
|
+
data.tar.gz: bed8bec851a17230864071d50a1853b3ee268f7d615b028c1521ebe455ccc8b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44d10f6690e5a49bc5effe21fbd7b893296047eec608d43a3e33e135b002a68fe5657ebe9dcd422454c0f76c66502e5d57fb1fbff8aa552ea667470afa5a4503
|
7
|
+
data.tar.gz: 856c44366f855e4b2a20a3f90bc21f6a51c55c8700ee95eb64f4cd7078077262c5110ed46fbaf8dd03ca3577f55c8684c12666116b339eac77a9159a0bf66c4d
|
data/CHANGELOG.md
CHANGED
@@ -2220,6 +2220,15 @@ module Google
|
|
2220
2220
|
class MetricRule
|
2221
2221
|
include Google::Apis::Core::Hashable
|
2222
2222
|
|
2223
|
+
# Metrics to update when the selected methods are called. The key of the map is
|
2224
|
+
# the metric name, the value is the DynamicCostType to specify how to calculate
|
2225
|
+
# the cost from the request. The cost amount will be increased for the metric
|
2226
|
+
# against which the quota limits are defined. It is only implemented in CloudESF(
|
2227
|
+
# go/cloudesf)
|
2228
|
+
# Corresponds to the JSON property `dynamicMetricCosts`
|
2229
|
+
# @return [Hash<String,String>]
|
2230
|
+
attr_accessor :dynamic_metric_costs
|
2231
|
+
|
2223
2232
|
# Metrics to update when the selected methods are called, and the associated
|
2224
2233
|
# cost applied to each metric. The key of the map is the metric name, and the
|
2225
2234
|
# values are the amount increased for the metric against which the quota limits
|
@@ -2240,6 +2249,7 @@ module Google
|
|
2240
2249
|
|
2241
2250
|
# Update properties of this object
|
2242
2251
|
def update!(**args)
|
2252
|
+
@dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
|
2243
2253
|
@metric_costs = args[:metric_costs] if args.key?(:metric_costs)
|
2244
2254
|
@selector = args[:selector] if args.key?(:selector)
|
2245
2255
|
end
|
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220513"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1014,6 +1014,7 @@ module Google
|
|
1014
1014
|
class MetricRule
|
1015
1015
|
# @private
|
1016
1016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1017
|
+
hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
|
1017
1018
|
hash :metric_costs, as: 'metricCosts'
|
1018
1019
|
property :selector, as: 'selector'
|
1019
1020
|
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.19.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-05-
|
11
|
+
date: 2022-05-23 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.19.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: []
|