google-apis-serviceconsumermanagement_v1beta1 0.19.0 → 0.20.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: 3ff033b99289baf78feb413e1259b4f5847f41a42922ac2e3514ef1001a89256
4
- data.tar.gz: 19bc2a28e7cc583e7c86124235b39ee768fc853a31b96261ca6ec6e312217282
3
+ metadata.gz: d7e5eac7d3cc1843ce3149885a4e9fda12633ab5bf8d72868332203b2cf6fbde
4
+ data.tar.gz: 4ebd02f591a6b7df1a57885b76ea5629cec77ff7cc933e00db8b21b973fabc65
5
5
  SHA512:
6
- metadata.gz: f21bd8cd3bc4aa91ae5dd65cc838057f015833f6a5a0d204004eb234ca4240e1e40baaf8e24e475362d49953e6e11f9e33bc8ba7a0d2758386ccdde650f97522
7
- data.tar.gz: 9fac8f8ceead7f9832a60af46c766e11dae4834d15b8da94988afafc6c6296954740d1e8d58586aeeb55797068200370b9c85047362590bdc2c500df3fdddcc3
6
+ metadata.gz: b673d42865bc07d35cf50d3e05b851c4e228479bb8a17947d9f510ce1ccb31806224f57d6ba6150c503d5f743920fac6c8d4db5ad4344a6707defecf82961cbb
7
+ data.tar.gz: c991df8f25774fad408a2ff595790badb3b5024d079eb79272ffdc0e548dd4b810fa3b15a54910d27e0cbd100207df8b04bd2f1531ff309d75166ff7c087a21b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.19.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220405
@@ -1665,6 +1665,15 @@ module Google
1665
1665
  class MetricRule
1666
1666
  include Google::Apis::Core::Hashable
1667
1667
 
1668
+ # Metrics to update when the selected methods are called. The key of the map is
1669
+ # the metric name, the value is the DynamicCostType to specify how to calculate
1670
+ # the cost from the request. The cost amount will be increased for the metric
1671
+ # against which the quota limits are defined. It is only implemented in CloudESF(
1672
+ # go/cloudesf)
1673
+ # Corresponds to the JSON property `dynamicMetricCosts`
1674
+ # @return [Hash<String,String>]
1675
+ attr_accessor :dynamic_metric_costs
1676
+
1668
1677
  # Metrics to update when the selected methods are called, and the associated
1669
1678
  # cost applied to each metric. The key of the map is the metric name, and the
1670
1679
  # values are the amount increased for the metric against which the quota limits
@@ -1685,6 +1694,7 @@ module Google
1685
1694
 
1686
1695
  # Update properties of this object
1687
1696
  def update!(**args)
1697
+ @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
1688
1698
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
1689
1699
  @selector = args[:selector] if args.key?(:selector)
1690
1700
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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 = "20220405"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
@@ -844,6 +844,7 @@ module Google
844
844
  class MetricRule
845
845
  # @private
846
846
  class Representation < Google::Apis::Core::JsonRepresentation
847
+ hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
847
848
  hash :metric_costs, as: 'metricCosts'
848
849
  property :selector, as: 'selector'
849
850
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-04-11 00:00:00.000000000 Z
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-serviceconsumermanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []