google-apis-serviceusage_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: 1bfdd6bda0067aa10d0babfe49f211f55689d38a05ae3d58d7e18c51b8402dda
4
- data.tar.gz: 1996b5f61a83ce51f20730836b774e8604ba35c85f31186ead64dfd399b5bebc
3
+ metadata.gz: 61ec63105914e588816fcb7b3e7fe771d7ca2dd9ae1b930285f5a24ba27bf16e
4
+ data.tar.gz: 8c3f32aa3354051e0cb778933fb21006623a4e54ed7c6889f9f27e909c8aa4a3
5
5
  SHA512:
6
- metadata.gz: cbe635aaea6ee3c429e0bdb3ca9a9ad7a7ed0fdb49480cd121404cfdf2eb015a4b0c697ac692c1789334b3a4967a6f8b78765f0b42f0af940c3bd9d0e16c10e4
7
- data.tar.gz: 80d527ba7ffa96ff954ca1c55ac225a41e2808e0339ab78a86f11cfe4c81db63c0342cdb253259539e97fb9ea567c3593f089be035a5e5ab1b22f69fbfd9d084
6
+ metadata.gz: b139b4aac6760e51c9bdb61386b05bd72258ed986a7d360590d4a5f0382d9cf002094fdcf1764532050e6dd670167859535ff674915cce6210e29dba16987f11
7
+ data.tar.gz: 58385922a8c0cc50c861cb8f2ffd68bd624e636e793df51bc4f5f7078d8619342a9d10d00272f4b29a4ed8bee9ddf9a5c6df430c309a40183167d2b6e4df04be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_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
@@ -2772,6 +2772,15 @@ module Google
2772
2772
  class MetricRule
2773
2773
  include Google::Apis::Core::Hashable
2774
2774
 
2775
+ # Metrics to update when the selected methods are called. The key of the map is
2776
+ # the metric name, the value is the DynamicCostType to specify how to calculate
2777
+ # the cost from the request. The cost amount will be increased for the metric
2778
+ # against which the quota limits are defined. It is only implemented in CloudESF(
2779
+ # go/cloudesf)
2780
+ # Corresponds to the JSON property `dynamicMetricCosts`
2781
+ # @return [Hash<String,String>]
2782
+ attr_accessor :dynamic_metric_costs
2783
+
2775
2784
  # Metrics to update when the selected methods are called, and the associated
2776
2785
  # cost applied to each metric. The key of the map is the metric name, and the
2777
2786
  # values are the amount increased for the metric against which the quota limits
@@ -2792,6 +2801,7 @@ module Google
2792
2801
 
2793
2802
  # Update properties of this object
2794
2803
  def update!(**args)
2804
+ @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
2795
2805
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
2796
2806
  @selector = args[:selector] if args.key?(:selector)
2797
2807
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_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
@@ -1184,6 +1184,7 @@ module Google
1184
1184
  class MetricRule
1185
1185
  # @private
1186
1186
  class Representation < Google::Apis::Core::JsonRepresentation
1187
+ hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
1187
1188
  hash :metric_costs, as: 'metricCosts'
1188
1189
  property :selector, as: 'selector'
1189
1190
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []