google-apis-serviceusage_v1beta1 0.19.0 → 0.20.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: 8a019431de682f744342045ae2e2c5bdbbf0f06370153db2fa2ed636cec9bf5b
4
- data.tar.gz: 5fa83fbbb3381e16547e8f6cb6da5f8aec0b2de547c9a152eb1d0c20f416191e
3
+ metadata.gz: cb7f795e51de24943abe53a8894145f9546642b3f4d49ba300382ea06e9ee363
4
+ data.tar.gz: dbe0a90c849d4464c1ed8e318f64376368926d026402a8ab2f9d871dfa6b7d2f
5
5
  SHA512:
6
- metadata.gz: e243076166be837a6d67bd98e06320242232cb011d2922a9bf2af4db444ee72384ee12a7672e287fe2223f36e7d114e037b67ab5e07616cf5856082eb3de4e52
7
- data.tar.gz: 3cf18ab5b9f5ace56e00aaf44f422338f6ea4d4c50b4737b5f69d31f39dcf00c818166e2323b9e0f9665b1f59353ce38e57a3d99feab0e23e93b3330b14cef1f
6
+ metadata.gz: 19c16c6377a248fbcd3c608397b596e52c030e2a93a728ccdfc7b50f4be9140a83add129060b6e0fc1b86c5ba2f96e2606cfff964a5fa613073a2a6b9577aee5
7
+ data.tar.gz: 21c56421f9a54acb822e6c3e6eb33fe7a339c21091e357a6c26578fb2df57c712671fc3f94c47623f94ee00652e31efeafbb7d42f69f1d8bf15cdc6621ab1f79
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.19.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220405
@@ -2999,6 +2999,15 @@ module Google
2999
2999
  class MetricRule
3000
3000
  include Google::Apis::Core::Hashable
3001
3001
 
3002
+ # Metrics to update when the selected methods are called. The key of the map is
3003
+ # the metric name, the value is the DynamicCostType to specify how to calculate
3004
+ # the cost from the request. The cost amount will be increased for the metric
3005
+ # against which the quota limits are defined. It is only implemented in CloudESF(
3006
+ # go/cloudesf)
3007
+ # Corresponds to the JSON property `dynamicMetricCosts`
3008
+ # @return [Hash<String,String>]
3009
+ attr_accessor :dynamic_metric_costs
3010
+
3002
3011
  # Metrics to update when the selected methods are called, and the associated
3003
3012
  # cost applied to each metric. The key of the map is the metric name, and the
3004
3013
  # values are the amount increased for the metric against which the quota limits
@@ -3019,6 +3028,7 @@ module Google
3019
3028
 
3020
3029
  # Update properties of this object
3021
3030
  def update!(**args)
3031
+ @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
3022
3032
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
3023
3033
  @selector = args[:selector] if args.key?(:selector)
3024
3034
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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
@@ -1297,6 +1297,7 @@ module Google
1297
1297
  class MetricRule
1298
1298
  # @private
1299
1299
  class Representation < Google::Apis::Core::JsonRepresentation
1300
+ hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
1300
1301
  hash :metric_costs, as: 'metricCosts'
1301
1302
  property :selector, as: 'selector'
1302
1303
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []