google-apis-servicenetworking_v1 0.25.0 → 0.26.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: 69b9d30757433188f20be7efbb01d4f85098a060c639ffffc5099e6c600c499d
4
- data.tar.gz: aeb0ee15a315d43738a1e3739572beb500c485d865f7e8489ccd20d1e516e79f
3
+ metadata.gz: 8296adf16e41cd1e088ece44409d07181aee9f96a1335ee99c1c2d4b88beadee
4
+ data.tar.gz: 16a70bb2870dc51e2a516138cd772107ed851df1fcf297b3335457766aed9bc8
5
5
  SHA512:
6
- metadata.gz: 2afbb5285e40862bdd3b632d251b556bd9aba92cfa3ae039d7779b7d6fcc946ab86f9183a604f081cf45c780e08df1fdd4c7c7eb0c7e7be03658a6ec56b518c8
7
- data.tar.gz: 6d060aa9d04c2fffb51a51758b4381a6f954bcb79e5d658346dce878339c65cee16eaeb3afefee71fcc8fc7e084b1cb0cd94fa759a692733f9d9f233856417c9
6
+ metadata.gz: 71161d8f2bae6802e89ba15c4cde410117c088fe17aaabaf900bad3dc9a350353a7ed46cf2fc5fbb881d0b51f4a21330ca53ad04b234a5d1318bdb4af8b7f419
7
+ data.tar.gz: 763270d377fa1b8baa490ae93dcc90af89566b6ff1144d9c9b51123a4f9f743dfc1aa71af79c514af2a4871e3be11128c8849f8b152322dc0b544264d354abba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.26.0 (2022-06-21)
4
+
5
+ * Regenerated from discovery document revision 20220619
6
+
3
7
  ### v0.25.0 (2022-06-19)
4
8
 
5
9
  * Regenerated using generator version 0.7.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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.7.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.25.0
4
+ version: 0.26.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-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.26.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: []