google-apis-servicenetworking_v1 0.22.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: 07fddd41f849d8fe8273e26a7189aa33c943dab19001f12998783fbb75f29b87
4
- data.tar.gz: 5e769c55e8850c5683e5e44104aee94e3d0372d0ece16722d736b9ec79a8eca0
3
+ metadata.gz: ea5ac31d9b4e04aac95d77ef855df48a689261873d72d824ef1abee52bc31b1e
4
+ data.tar.gz: da78b5a8984fee2f91c64eeb607fd4158c29b76b6b0ae5b846931347574b28ac
5
5
  SHA512:
6
- metadata.gz: ba8f67af68bbd7564e893396f87c66b89a3a040443f4a8b48237245c615286192f019bc865469510cd80f52843e1b77040b2a20ca80ba49654c71ece306da26d
7
- data.tar.gz: 5c20e10a37dd6b4a2f87b97d256395ca8a918ef66f5f4c77d19e0c79c229ee701c09c3243ba23ef263cb343ca870e5e61e7e0d05aa78e560d2149458f109d14d
6
+ metadata.gz: 6fce7bf882c0b9a834e5f80b393046b43a589e13eb9d95149e86d6204efe60c73d915264274e308fe1cc6d5e387245094309f5fcd6ce749859848b928f76dae0
7
+ data.tar.gz: 34ec0396925d896d2f86e43358a53a2b0846f35fad01cabbe344105f94dc402b11c93e23743a4a99a3452934dafad0c8ea6856c3236f0cb0d6cb1fa9784cfdd2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.23.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.22.0 (2022-04-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220425
@@ -2530,6 +2530,15 @@ module Google
2530
2530
  class MetricRule
2531
2531
  include Google::Apis::Core::Hashable
2532
2532
 
2533
+ # Metrics to update when the selected methods are called. The key of the map is
2534
+ # the metric name, the value is the DynamicCostType to specify how to calculate
2535
+ # the cost from the request. The cost amount will be increased for the metric
2536
+ # against which the quota limits are defined. It is only implemented in CloudESF(
2537
+ # go/cloudesf)
2538
+ # Corresponds to the JSON property `dynamicMetricCosts`
2539
+ # @return [Hash<String,String>]
2540
+ attr_accessor :dynamic_metric_costs
2541
+
2533
2542
  # Metrics to update when the selected methods are called, and the associated
2534
2543
  # cost applied to each metric. The key of the map is the metric name, and the
2535
2544
  # values are the amount increased for the metric against which the quota limits
@@ -2550,6 +2559,7 @@ module Google
2550
2559
 
2551
2560
  # Update properties of this object
2552
2561
  def update!(**args)
2562
+ @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
2553
2563
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
2554
2564
  @selector = args[:selector] if args.key?(:selector)
2555
2565
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20220425"
25
+ REVISION = "20220513"
26
26
  end
27
27
  end
28
28
  end
@@ -1220,6 +1220,7 @@ module Google
1220
1220
  class MetricRule
1221
1221
  # @private
1222
1222
  class Representation < Google::Apis::Core::JsonRepresentation
1223
+ hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
1223
1224
  hash :metric_costs, as: 'metricCosts'
1224
1225
  property :selector, as: 'selector'
1225
1226
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.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-02 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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []