google-apis-servicemanagement_v1 0.26.0 → 0.29.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: 5476c1b0365fb470b1b839b736817d1261b8de3434f21ed3dae0a00f2ae509eb
4
- data.tar.gz: 9ac7a0ae1ab4c6f5e5177cb530f25ab4768c6ea8d6418d913a2e02fe891643f7
3
+ metadata.gz: 2485cf6b9175e29b58862eaba096c1fbb267a4b98e5eb8904e209f49a375f3b7
4
+ data.tar.gz: 93f10fd9ce35c813f65b477df1cec46facf3035de67f5920da1597d2f0fa7a2e
5
5
  SHA512:
6
- metadata.gz: f039816aff4aba0ffb4bf329a0ed19631a9048c0bc8aa2b6e24da6f4b633502553d9f039fd7ecb9660f497f838442749bbbea9c4b8ad5bb9e2b2740f58b7ca59
7
- data.tar.gz: 487a0a964f1e516c5347e614e8d1dd57577d4c2b55c2a783b60ac7bdb60dcf97a942b3336ea589998017e9ff4e0631074b93bfa4f7e493bbc90236ec01471282
6
+ metadata.gz: d1ae21b6d0daff36323cb5c1a2069903a596b69d964a73c59c8d80fa4e8db27b8f9b395c70fb0a021f6ebae25fd8734ca0db3b496b20a91706462426915e4db4
7
+ data.tar.gz: 8372e1929a903c03276dc066540a0214ab9ac2a02f09880d72f1cb893492f410a24263b3585647fdaced34f945f60b9bc797748f2cc4d48cbbed8d27bea6cab6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.29.0 (2022-06-18)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.28.0 (2022-06-06)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.27.0 (2022-05-25)
12
+
13
+ * Regenerated from discovery document revision 20220524
14
+
3
15
  ### v0.26.0 (2022-05-10)
4
16
 
5
17
  * Regenerated from discovery document revision 20220506
@@ -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.26.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
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 100.
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.26.0
4
+ version: 0.29.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-16 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.29.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.5
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