google-apis-serviceconsumermanagement_v1 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: '08187df52e81c70643d64ba802db31940554e4632755b1d38b83d7a8f233b858'
4
- data.tar.gz: 0b3091b2762f1de9ec1597838d8b44d777684c8b104637ad3fa0a31280cb7e03
3
+ metadata.gz: 90fa2ee7e9feac8e8d7e003c9f491da25b851452fcff1e5245ecb85105890b91
4
+ data.tar.gz: 9a8d3c659960a7d664f9520d0d2488c3249fa04a6df1e1dd29bdaeb55dd14590
5
5
  SHA512:
6
- metadata.gz: 4bf6a4d2efa09d63d6f00e41254872d74680cdbed9fd026b4717572b4d4489477d92844f8056035dbc5f770c9246867eb2de73893d65c5294428e9ef3c841803
7
- data.tar.gz: 689369fdee5a20b1c7f47f2807ebbd322b56f3826f80688a0f975e820eca4fcd998b87a5e345af3e7a1757411280d05ee966a0639a58c27df857c4f9709c0fe8
6
+ metadata.gz: d3e7889e9c77851f4eae7751f18699037e030fc39337dece3d24d592edcbd4c5bfd78c9325f3807f7fcef1be7bff8acf5d114469bf2b91648c5e895cb6493a22
7
+ data.tar.gz: 2fa9b910c6c020e60ff795b9f4ee9e2b35503e2e02e471621c10466b42ed1279a3ddb9bc3ca1b6087d796bff4f547ebef73a461ab973b5e2115732378e1f5488
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.19.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.18.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220405
@@ -1884,6 +1884,15 @@ module Google
1884
1884
  class MetricRule
1885
1885
  include Google::Apis::Core::Hashable
1886
1886
 
1887
+ # Metrics to update when the selected methods are called. The key of the map is
1888
+ # the metric name, the value is the DynamicCostType to specify how to calculate
1889
+ # the cost from the request. The cost amount will be increased for the metric
1890
+ # against which the quota limits are defined. It is only implemented in CloudESF(
1891
+ # go/cloudesf)
1892
+ # Corresponds to the JSON property `dynamicMetricCosts`
1893
+ # @return [Hash<String,String>]
1894
+ attr_accessor :dynamic_metric_costs
1895
+
1887
1896
  # Metrics to update when the selected methods are called, and the associated
1888
1897
  # cost applied to each metric. The key of the map is the metric name, and the
1889
1898
  # values are the amount increased for the metric against which the quota limits
@@ -1904,6 +1913,7 @@ module Google
1904
1913
 
1905
1914
  # Update properties of this object
1906
1915
  def update!(**args)
1916
+ @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
1907
1917
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
1908
1918
  @selector = args[:selector] if args.key?(:selector)
1909
1919
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.18.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 = "20220405"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
@@ -982,6 +982,7 @@ module Google
982
982
  class MetricRule
983
983
  # @private
984
984
  class Representation < Google::Apis::Core::JsonRepresentation
985
+ hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
985
986
  hash :metric_costs, as: 'metricCosts'
986
987
  property :selector, as: 'selector'
987
988
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []