google-apis-serviceconsumermanagement_v1 0.20.0 → 0.21.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: 5ad8f01b30d7fd21c88caa710d96b7dc481d47d24bc76cd552ab375352170f65
4
- data.tar.gz: 4827f81a75a0f9b95c93594b150df0561efbad66034c005fd781573ac83da43c
3
+ metadata.gz: 6ecf54fc289f814baf3a5399ca5229b6ee90b3828b1009ac93d931a542586f4a
4
+ data.tar.gz: a0cbc6ee9e6a2885a650f30605c1b5c166e94807ed4cd44c0bd4157e5bc3c815
5
5
  SHA512:
6
- metadata.gz: b75c1de654a5db2cfd7803dcfb47dd1b91aaaaf43b7ebf2c0e24220dbab1cf60e7728fe3a9733677efd1caf7ecda877a64fca02ca2a2de97c36c79150c34e7a7
7
- data.tar.gz: 19ce722124e9673b3362b8242c8e439ee7a91aefb029181a10737e2d6aff38d6ca0f497bd876c07d3167e12523faf08e45448dad7e3b42839df5e1dcf4b78383
6
+ metadata.gz: ce209825f45d6f1f2d60a5ee9718945f73b5626fa37e8f7e4ffecca9c87aea5555fc363cdf81b6c5c636599391606e89047db8540d24f1cc061a4d7dce5fe597
7
+ data.tar.gz: deea5dbd431cab7ec66867ffa9c93a56fb3280f70282538a85097054331892b61a0b8d64ee23862d81a6db435a289cc456a8ce1db596be212da4ea947ff18888
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.21.0 (2022-06-21)
4
+
5
+ * Regenerated from discovery document revision 20220615
6
+ * Regenerated using generator version 0.7.0
7
+
3
8
  ### v0.20.0 (2022-06-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20220607
@@ -1884,15 +1884,6 @@ 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
-
1896
1887
  # Metrics to update when the selected methods are called, and the associated
1897
1888
  # cost applied to each metric. The key of the map is the metric name, and the
1898
1889
  # values are the amount increased for the metric against which the quota limits
@@ -1913,7 +1904,6 @@ module Google
1913
1904
 
1914
1905
  # Update properties of this object
1915
1906
  def update!(**args)
1916
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
1917
1907
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
1918
1908
  @selector = args[:selector] if args.key?(:selector)
1919
1909
  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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220607"
25
+ REVISION = "20220615"
26
26
  end
27
27
  end
28
28
  end
@@ -982,7 +982,6 @@ module Google
982
982
  class MetricRule
983
983
  # @private
984
984
  class Representation < Google::Apis::Core::JsonRepresentation
985
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
986
985
  hash :metric_costs, as: 'metricCosts'
987
986
  property :selector, as: 'selector'
988
987
  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.20.0
4
+ version: 0.21.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.5'
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.5'
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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.21.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: []