google-apis-servicecontrol_v1 0.14.0 → 0.15.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: 0d3b7333e16317b671c8a530202c14b29517fc6aaa9bb9c70353538c145568c0
4
- data.tar.gz: 60e3c94dcddeda67de188013b88a9e4c8de36698347c63dbca87a54f99226764
3
+ metadata.gz: b5bde695464803aa7b081a7ec555e305acad8335e9731e3359de806b29ab9640
4
+ data.tar.gz: e1f8c504757b1d04b11632054e55d36351d8b343aafaa21b87bd31ee5bf61c19
5
5
  SHA512:
6
- metadata.gz: 36e333f905812f37f62116207d786261b094b0b8f849e27cfb1f6b24b2fb925c0202214fd7a5297bcd58c67834c01b145399b88d17909b0d23577374d520a748
7
- data.tar.gz: 542680cd1cc7b434273ca2e17fe7224bd29eff1e9e4f7459f7324d791a3bbc161d01835cbc056604a0a1be43e8d042d59b429ad58bd8cbabc45d07723c03637d
6
+ metadata.gz: 9ed396e44f66b55e2f90c70fc743cba470168628a11953b00fbcef91afa2407f34dbf3b83cf7d6ec30ac3ff2d3176cbb490bce8dc41abfc6b6368de64b2f1db4
7
+ data.tar.gz: 0fa7421a55b58f3925f6d8c39487f268afb48bdd69108bfe6464c27a6ec74169fe00e52101df4c50e0b7e1845699449326a66e6e845f3b5ad7192969213e56cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v1
2
2
 
3
+ ### v0.15.0 (2021-10-31)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
3
7
  ### v0.14.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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: - 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
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: - 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
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.14.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 = "20210924"
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.14.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-10-27 00:00:00.000000000 Z
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.14.0
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: []