google-apis-servicemanagement_v1 0.28.0 → 0.31.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: 3eaf749b899cdd0fd852850d80114cd4f6d4c25a23f68b8f71c3b7befd6988fd
4
- data.tar.gz: 320fddb8ece12d4a4d66e11a320919d29df9f254ea0693c74b8ffce49f99fd91
3
+ metadata.gz: 32519b8cd16f4046f8dcdf389c3d46ef97a6da4dfc6395487bc6c7f944fd416a
4
+ data.tar.gz: de5d0ed752be954b7272887dc74e10bc34c9121a0f531c97ff928cf8988101bd
5
5
  SHA512:
6
- metadata.gz: 497c4d4b39ba983b098e30a76d7cf2d95c7d84d207e0baa22593112752fef1bcf2f74869e62cc3d221e39a669c7eb1d34bb2af35446cc87bf80b097830ccc5a6
7
- data.tar.gz: a1b61067be921415a8066c0aba11853c609988c8b2e97fd900ffafc6eefcd90c8eacae78cc7f03988540a1267c38ff82b2e65c70d4a7ca8ba7ec153289038575
6
+ metadata.gz: e3aaea66b35cb0df3d75d5f9a09fa1cf03756015e67eaf638ccfe8454709cae724d9495b20658be8b4d9a11aaf37cef1b82b76af0534dc05392a772e06f6eea5
7
+ data.tar.gz: 59c1629783e6e096683a9c5b205ee2f82ed7562bb721aeeb1b36221903f877fcae189c5c52c5c0f67572ec3c3c48fccb915f409279f06732723b65ce208b492f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.31.0 (2022-07-02)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.30.0 (2022-06-24)
8
+
9
+ * Regenerated from discovery document revision 20220617
10
+
11
+ ### v0.29.0 (2022-06-18)
12
+
13
+ * Regenerated using generator version 0.7.0
14
+
3
15
  ### v0.28.0 (2022-06-06)
4
16
 
5
17
  * Regenerated using generator version 0.5.0
@@ -1146,6 +1146,19 @@ module Google
1146
1146
  end
1147
1147
  end
1148
1148
 
1149
+ # Operation payload for EnableService method.
1150
+ class EnableServiceResponse
1151
+ include Google::Apis::Core::Hashable
1152
+
1153
+ def initialize(**args)
1154
+ update!(**args)
1155
+ end
1156
+
1157
+ # Update properties of this object
1158
+ def update!(**args)
1159
+ end
1160
+ end
1161
+
1149
1162
  # `Endpoint` describes a network address of a service that serves a set of APIs.
1150
1163
  # It is commonly known as a service endpoint. A service may expose any number of
1151
1164
  # service endpoints, and all service endpoints share the same service definition,
@@ -2341,15 +2354,6 @@ module Google
2341
2354
  class MetricRule
2342
2355
  include Google::Apis::Core::Hashable
2343
2356
 
2344
- # Metrics to update when the selected methods are called. The key of the map is
2345
- # the metric name, the value is the DynamicCostType to specify how to calculate
2346
- # the cost from the request. The cost amount will be increased for the metric
2347
- # against which the quota limits are defined. It is only implemented in CloudESF(
2348
- # go/cloudesf)
2349
- # Corresponds to the JSON property `dynamicMetricCosts`
2350
- # @return [Hash<String,String>]
2351
- attr_accessor :dynamic_metric_costs
2352
-
2353
2357
  # Metrics to update when the selected methods are called, and the associated
2354
2358
  # cost applied to each metric. The key of the map is the metric name, and the
2355
2359
  # values are the amount increased for the metric against which the quota limits
@@ -2370,7 +2374,6 @@ module Google
2370
2374
 
2371
2375
  # Update properties of this object
2372
2376
  def update!(**args)
2373
- @dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
2374
2377
  @metric_costs = args[:metric_costs] if args.key?(:metric_costs)
2375
2378
  @selector = args[:selector] if args.key?(:selector)
2376
2379
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.31.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 = "20220524"
25
+ REVISION = "20220617"
26
26
  end
27
27
  end
28
28
  end
@@ -190,6 +190,12 @@ module Google
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
+ class EnableServiceResponse
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
193
199
  class Endpoint
194
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
201
 
@@ -810,6 +816,12 @@ module Google
810
816
  end
811
817
  end
812
818
 
819
+ class EnableServiceResponse
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ end
823
+ end
824
+
813
825
  class Endpoint
814
826
  # @private
815
827
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1077,7 +1089,6 @@ module Google
1077
1089
  class MetricRule
1078
1090
  # @private
1079
1091
  class Representation < Google::Apis::Core::JsonRepresentation
1080
- hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
1081
1092
  hash :metric_costs, as: 'metricCosts'
1082
1093
  property :selector, as: 'selector'
1083
1094
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.31.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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []