google-apis-servicemanagement_v1 0.26.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/servicemanagement_v1/classes.rb +10 -0
- data/lib/google/apis/servicemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/servicemanagement_v1/representations.rb +1 -0
- data/lib/google/apis/servicemanagement_v1/service.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7107b1bd17a379b33c8c5ec87b1e72c617be4f474302883d2bffb319a7ad0dbc
|
4
|
+
data.tar.gz: adbc8b4bafe0e513b4284c4e27c69d74e7942e985e4514bc9fe1333091abce83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b29c1144feae26b05e2ba6e62a92d459a1093cc98de89422ef50f61cae4049b614cd76925412fa5244156c2625f762351b8240fb27b4a6d9302a54d81bacbdb
|
7
|
+
data.tar.gz: 6ba4277e9008777b4d113a98eb34608a28ab1b02a3735f01573f25ac74ce6bdec14a2df5cd99fb8936dbbf5960762c6afcfccbb7f0f8bc7af2d39f31c2ba5214
|
data/CHANGELOG.md
CHANGED
@@ -2341,6 +2341,15 @@ module Google
|
|
2341
2341
|
class MetricRule
|
2342
2342
|
include Google::Apis::Core::Hashable
|
2343
2343
|
|
2344
|
+
# Metrics to update when the selected methods are called. The key of the map is
|
2345
|
+
# the metric name, the value is the DynamicCostType to specify how to calculate
|
2346
|
+
# the cost from the request. The cost amount will be increased for the metric
|
2347
|
+
# against which the quota limits are defined. It is only implemented in CloudESF(
|
2348
|
+
# go/cloudesf)
|
2349
|
+
# Corresponds to the JSON property `dynamicMetricCosts`
|
2350
|
+
# @return [Hash<String,String>]
|
2351
|
+
attr_accessor :dynamic_metric_costs
|
2352
|
+
|
2344
2353
|
# Metrics to update when the selected methods are called, and the associated
|
2345
2354
|
# cost applied to each metric. The key of the map is the metric name, and the
|
2346
2355
|
# values are the amount increased for the metric against which the quota limits
|
@@ -2361,6 +2370,7 @@ module Google
|
|
2361
2370
|
|
2362
2371
|
# Update properties of this object
|
2363
2372
|
def update!(**args)
|
2373
|
+
@dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
|
2364
2374
|
@metric_costs = args[:metric_costs] if args.key?(:metric_costs)
|
2365
2375
|
@selector = args[:selector] if args.key?(:selector)
|
2366
2376
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicemanagementV1
|
18
18
|
# Version of the google-apis-servicemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.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 = "20220524"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1077,6 +1077,7 @@ module Google
|
|
1077
1077
|
class MetricRule
|
1078
1078
|
# @private
|
1079
1079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
+
hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
|
1080
1081
|
hash :metric_costs, as: 'metricCosts'
|
1081
1082
|
property :selector, as: 'selector'
|
1082
1083
|
end
|
@@ -354,7 +354,7 @@ module Google
|
|
354
354
|
# Management implementation accepts the following forms: - project:
|
355
355
|
# @param [Fixnum] page_size
|
356
356
|
# The max number of items to include in the response list. Page size is 50 if
|
357
|
-
# not specified. Maximum value is
|
357
|
+
# not specified. Maximum value is 500.
|
358
358
|
# @param [String] page_token
|
359
359
|
# Token identifying which result to start with; returned by a previous list call.
|
360
360
|
# @param [String] producer_project_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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-30 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-servicemanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Management API V1
|