google-apis-servicecontrol_v1 0.14.0 → 0.15.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: b5bde695464803aa7b081a7ec555e305acad8335e9731e3359de806b29ab9640
|
|
4
|
+
data.tar.gz: e1f8c504757b1d04b11632054e55d36351d8b343aafaa21b87bd31ee5bf61c19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ed396e44f66b55e2f90c70fc743cba470168628a11953b00fbcef91afa2407f34dbf3b83cf7d6ec30ac3ff2d3176cbb490bce8dc41abfc6b6368de64b2f1db4
|
|
7
|
+
data.tar.gz: 0fa7421a55b58f3925f6d8c39487f268afb48bdd69108bfe6464c27a6ec74169fe00e52101df4c50e0b7e1845699449326a66e6e845f3b5ad7192969213e56cd
|
data/CHANGELOG.md
CHANGED
|
@@ -690,9 +690,9 @@ module Google
|
|
|
690
690
|
|
|
691
691
|
# Distribution represents a frequency distribution of double-valued sample
|
|
692
692
|
# points. It contains the size of the population of sample points plus
|
|
693
|
-
# additional optional information:
|
|
694
|
-
# minimum and maximum of the samples
|
|
695
|
-
# used to compute variance
|
|
693
|
+
# additional optional information: * the arithmetic mean of the samples * the
|
|
694
|
+
# minimum and maximum of the samples * the sum-squared-deviation of the samples,
|
|
695
|
+
# used to compute variance * a histogram of the values of the sample points
|
|
696
696
|
class Distribution
|
|
697
697
|
include Google::Apis::Core::Hashable
|
|
698
698
|
|
|
@@ -1251,9 +1251,9 @@ module Google
|
|
|
1251
1251
|
|
|
1252
1252
|
# Distribution represents a frequency distribution of double-valued sample
|
|
1253
1253
|
# points. It contains the size of the population of sample points plus
|
|
1254
|
-
# additional optional information:
|
|
1255
|
-
# minimum and maximum of the samples
|
|
1256
|
-
# used to compute variance
|
|
1254
|
+
# additional optional information: * the arithmetic mean of the samples * the
|
|
1255
|
+
# minimum and maximum of the samples * the sum-squared-deviation of the samples,
|
|
1256
|
+
# used to compute variance * a histogram of the values of the sample points
|
|
1257
1257
|
# Corresponds to the JSON property `distributionValue`
|
|
1258
1258
|
# @return [Google::Apis::ServicecontrolV1::Distribution]
|
|
1259
1259
|
attr_accessor :distribution_value
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServicecontrolV1
|
|
18
18
|
# Version of the google-apis-servicecontrol_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211022"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-servicecontrol_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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: 2021-
|
|
11
|
+
date: 2021-11-01 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-servicecontrol_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.15.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|