google-apis-serviceconsumermanagement_v1beta1 0.21.0 → 0.22.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: 940df5e54c4301dbd55e583e4c2a3fef1abcfbf1f79f5e57fa897e271f037861
4
- data.tar.gz: da3f17b895ffb7d6d95ee18de72ff4b115e0ffef80a7182a566f3a3fe14112f3
3
+ metadata.gz: 1e427d3aa414cc5e4d5c3f956742723fa56b2eba1756cad5d7779ea53b3c9349
4
+ data.tar.gz: 200aecf1ff8ef179e4c35469faacedf9bb289e58717f68e0709520eb63329f6e
5
5
  SHA512:
6
- metadata.gz: 2b098385ba70a8a5c0a6be5662dda4a63b20aed00b405b258fe37792bd3d7a114efe83d31eaf7574630630cbd3b7d4e718d4deddef569f204408ba5be1c6b2ef
7
- data.tar.gz: 2673425bde08104ad77f43a713ffcc0222bc302c3b72d4c267e5ad03aacb8bf3e9a73f9bae6b94a7554b9266b40c484e85b370ba844d25b83059d9799a50314a
6
+ metadata.gz: d0fcc70e2c8cd4192d1253a2b2ef63761c0461258839a75a5283218b60769335c71169191179e1645cd13bb5a303728f0fa96236f8397f325213380ff2b05477
7
+ data.tar.gz: aa99ab977ae3ec154005e5278df280a0256407c4fd81c8def1f50262868c0c49dacefb4f3e4651e8e4d7b2999cf86dc08ed0ea3fb7b93d77f9eeb29f45261ebd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-06-17)
4
+
5
+ * Regenerated from discovery document revision 20220615
6
+ * Regenerated using generator version 0.6.0
7
+
3
8
  ### v0.21.0 (2022-06-02)
4
9
 
5
10
  * Unspecified changes
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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.6.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.21.0
4
+ version: 0.22.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-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.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.22.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: []