google-apis-serviceconsumermanagement_v1beta1 0.20.0 → 0.23.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: d7e5eac7d3cc1843ce3149885a4e9fda12633ab5bf8d72868332203b2cf6fbde
4
- data.tar.gz: 4ebd02f591a6b7df1a57885b76ea5629cec77ff7cc933e00db8b21b973fabc65
3
+ metadata.gz: 8d3110f14e48c580a08e12b9e501133b537156d77a354480134fe25f54baa4b6
4
+ data.tar.gz: 415ea2925b9270886e0abf04ca058d0e08e5326fd045e618c690065bebccdc22
5
5
  SHA512:
6
- metadata.gz: b673d42865bc07d35cf50d3e05b851c4e228479bb8a17947d9f510ce1ccb31806224f57d6ba6150c503d5f743920fac6c8d4db5ad4344a6707defecf82961cbb
7
- data.tar.gz: c991df8f25774fad408a2ff595790badb3b5024d079eb79272ffdc0e548dd4b810fa3b15a54910d27e0cbd100207df8b04bd2f1531ff309d75166ff7c087a21b
6
+ metadata.gz: 05ee0e2c409b208743298c8c8f9301238e17e80a189649c13d57b716f89e551bb29d27616f19ee501dc730250701cc42cc9db62b75fc959d45bdebfb8ea94123
7
+ data.tar.gz: fcdf8b42afb1626fce708bee8ebe50b2de7b7b1b4d482f7d7e5d825dd25af33958f0a3cef4a4db5150481f046ac40f5abe41e27c12db09dfd5c25276e40efdc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-07-03)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.22.0 (2022-06-17)
8
+
9
+ * Regenerated from discovery document revision 20220615
10
+ * Regenerated using generator version 0.6.0
11
+
12
+ ### v0.21.0 (2022-06-02)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.20.0 (2022-05-17)
4
17
 
5
18
  * Regenerated from discovery document revision 20220513
@@ -1665,15 +1665,6 @@ 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
-
1677
1668
  # Metrics to update when the selected methods are called, and the associated
1678
1669
  # cost applied to each metric. The key of the map is the metric name, and the
1679
1670
  # values are the amount increased for the metric against which the quota limits
@@ -1694,7 +1685,6 @@ module Google
1694
1685
 
1695
1686
  # Update properties of this object
1696
1687
  def update!(**args)
1697
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
1698
1688
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
1699
1689
  @selector = args[:selector] if args.key?(:selector)
1700
1690
  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.20.0"
19
+ GEM_VERSION = "0.23.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.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
25
+ REVISION = "20220615"
26
26
  end
27
27
  end
28
28
  end
@@ -844,7 +844,6 @@ module Google
844
844
  class MetricRule
845
845
  # @private
846
846
  class Representation < Google::Apis::Core::JsonRepresentation
847
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
848
847
  hash :metric_costs, as: 'metricCosts'
849
848
  property :selector, as: 'selector'
850
849
  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.20.0
4
+ version: 0.23.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-23 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.7'
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.7'
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.23.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: []
@@ -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 Consumer Management API V1beta1