google-apis-servicenetworking_v1 0.24.0 → 0.27.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: 821e6ea3f713aaf689416670624d7d1ef628eb91317df9262d350096943f95dc
4
- data.tar.gz: feb4bdc5331f1c6bb2b190ef7cf5e35ce0c7cbaded0d5548c20d9a0784835a83
3
+ metadata.gz: 3a26c6cefcbfebf1e9e745fe2436e5146ee550c5786f7e75b8f5982a1f9b510b
4
+ data.tar.gz: 9b1c44070e50873c7a53dbbc299c374151cabe2d732a1d811dcd390375303fbd
5
5
  SHA512:
6
- metadata.gz: 8ba066eba35bed2cdea4ac15699e478fa678f4954999d361d47b6e01b8cfcb7b94d7222985212cbc3527b3c6dd6564338c51d163268ff978ea3607d5e758761d
7
- data.tar.gz: cc6fd5a26f4f6bb0574fb183a027977738865de4e1250077c87cd931699d3c1709f7e096eb3247424f1f578e4caadb4c8c006dea6e4fc8be96d3812fd8be1e05
6
+ metadata.gz: c4c4d9ac68af085539574a6e99c8a964f94a241dd6ae5f367ea2e08a57ef5602dc4ff0b5eb91ac40a85d6929a258d833de8866d50ad825cafc27f1832c14bafa
7
+ data.tar.gz: 3942bd79187584f61fd52a6db978b992b1e473f03dda06a9a9f0272838748f1973e66fdae4a046c2ac1d25fff8693720b914f20c616f71ac809d7518ccc34440
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.27.0 (2022-07-01)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.26.0 (2022-06-21)
8
+
9
+ * Regenerated from discovery document revision 20220619
10
+
11
+ ### v0.25.0 (2022-06-19)
12
+
13
+ * Regenerated using generator version 0.7.0
14
+
3
15
  ### v0.24.0 (2022-06-03)
4
16
 
5
17
  * Regenerated using generator version 0.5.0
@@ -2555,15 +2555,6 @@ module Google
2555
2555
  class MetricRule
2556
2556
  include Google::Apis::Core::Hashable
2557
2557
 
2558
- # Metrics to update when the selected methods are called. The key of the map is
2559
- # the metric name, the value is the DynamicCostType to specify how to calculate
2560
- # the cost from the request. The cost amount will be increased for the metric
2561
- # against which the quota limits are defined. It is only implemented in CloudESF(
2562
- # go/cloudesf)
2563
- # Corresponds to the JSON property `dynamicMetricCosts`
2564
- # @return [Hash<String,String>]
2565
- attr_accessor :dynamic_metric_costs
2566
-
2567
2558
  # Metrics to update when the selected methods are called, and the associated
2568
2559
  # cost applied to each metric. The key of the map is the metric name, and the
2569
2560
  # values are the amount increased for the metric against which the quota limits
@@ -2584,7 +2575,6 @@ module Google
2584
2575
 
2585
2576
  # Update properties of this object
2586
2577
  def update!(**args)
2587
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
2588
2578
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
2589
2579
  @selector = args[:selector] if args.key?(:selector)
2590
2580
  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.24.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220528"
25
+ REVISION = "20220619"
26
26
  end
27
27
  end
28
28
  end
@@ -1222,7 +1222,6 @@ module Google
1222
1222
  class MetricRule
1223
1223
  # @private
1224
1224
  class Representation < Google::Apis::Core::JsonRepresentation
1225
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
1226
1225
  hash :metric_costs, as: 'metricCosts'
1227
1226
  property :selector, as: 'selector'
1228
1227
  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.24.0
4
+ version: 0.27.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-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.5'
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.5'
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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.27.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: []