google-apis-serviceusage_v1 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ada2cdc9a1270be557feff5042c7483390baa2722a2118676ac1fbabffdb773
|
|
4
|
+
data.tar.gz: 1feccf19be901a8402b52b59c2a46fc3408cf0f15b86f79286c203760cb89543
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e57aec66c41f9ea55009937d8fa9b9298d9c0529905503c2b1214f40b4bb9af2e9e80375c392162e1bb6e3649c11873e8e8360c8132be232f8a9dfe98df30ee
|
|
7
|
+
data.tar.gz: d9191e4ddac56b62c2809d29eb7b0574a639e6e3dbb6393aeede6a5f395589d8fd59b2e091dcb8fee15db1867c9afc3e27a78624f3566aae7b8803738282ad40
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-serviceusage_v1
|
|
2
2
|
|
|
3
|
+
### v0.21.0 (2022-06-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220615
|
|
6
|
+
* Regenerated using generator version 0.7.0
|
|
7
|
+
|
|
3
8
|
### v0.20.0 (2022-06-04)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.5.0
|
|
@@ -2772,15 +2772,6 @@ module Google
|
|
|
2772
2772
|
class MetricRule
|
|
2773
2773
|
include Google::Apis::Core::Hashable
|
|
2774
2774
|
|
|
2775
|
-
# Metrics to update when the selected methods are called. The key of the map is
|
|
2776
|
-
# the metric name, the value is the DynamicCostType to specify how to calculate
|
|
2777
|
-
# the cost from the request. The cost amount will be increased for the metric
|
|
2778
|
-
# against which the quota limits are defined. It is only implemented in CloudESF(
|
|
2779
|
-
# go/cloudesf)
|
|
2780
|
-
# Corresponds to the JSON property `dynamicMetricCosts`
|
|
2781
|
-
# @return [Hash<String,String>]
|
|
2782
|
-
attr_accessor :dynamic_metric_costs
|
|
2783
|
-
|
|
2784
2775
|
# Metrics to update when the selected methods are called, and the associated
|
|
2785
2776
|
# cost applied to each metric. The key of the map is the metric name, and the
|
|
2786
2777
|
# values are the amount increased for the metric against which the quota limits
|
|
@@ -2801,7 +2792,6 @@ module Google
|
|
|
2801
2792
|
|
|
2802
2793
|
# Update properties of this object
|
|
2803
2794
|
def update!(**args)
|
|
2804
|
-
@dynamic_metric_costs = args[:dynamic_metric_costs] if args.key?(:dynamic_metric_costs)
|
|
2805
2795
|
@metric_costs = args[:metric_costs] if args.key?(:metric_costs)
|
|
2806
2796
|
@selector = args[:selector] if args.key?(:selector)
|
|
2807
2797
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220615"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1184,7 +1184,6 @@ module Google
|
|
|
1184
1184
|
class MetricRule
|
|
1185
1185
|
# @private
|
|
1186
1186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1187
|
-
hash :dynamic_metric_costs, as: 'dynamicMetricCosts'
|
|
1188
1187
|
hash :metric_costs, as: 'metricCosts'
|
|
1189
1188
|
property :selector, as: 'selector'
|
|
1190
1189
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-serviceusage_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.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-20 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.
|
|
19
|
+
version: '0.6'
|
|
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.
|
|
29
|
+
version: '0.6'
|
|
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-serviceusage_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.21.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|