google-apis-servicemanagement_v1 0.29.0 → 0.30.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bd4f114f3a90fbf8c85bf7b01027f4857b79125714a46845522de1b8670babb
|
4
|
+
data.tar.gz: ed33a5f299d3fc9fb540acb0b6b3417c56a4cc0f5e389e8191021ebb4ef120dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3de5daae14ad61b7b8f3c5a6ee64a866d9c0b4d1814380ad5956c1aa175553b0aa69ca058b36fe0608f3e8a95540d124ce45569fefff10e6f7b1e83ca65d87ed
|
7
|
+
data.tar.gz: ffd5c19892b24bfd013dec05d8ed839eac2f6edc84fc4283b144a7fa8297a6eb04ccddac2280b876fa25e4cc7cdcc44067f8f6a1f966092f92f660b0d988f897
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.30.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 = "
|
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.
|
4
|
+
version: 0.30.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-
|
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-servicemanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.30.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: []
|