google-apis-monitoring_v3 0.12.0 → 0.13.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: 71e791f98efef4018204a87d1c08d0a6d689a17590a35e5717b88fd77f35c5b0
4
- data.tar.gz: 7bdbf1e4bffe8f25d700ba61e60c07e432f49a12a384525f73186b44f2204ba3
3
+ metadata.gz: 4ba6752d6eebbfea0a3936bdfa4261ed4c83f1f83ac4eb1bf6c1dc4d78bb5b50
4
+ data.tar.gz: e3a122bba63f096d9ec3c8801897aeab7bcd8d3d7db6bb7959491f52e9aafcce
5
5
  SHA512:
6
- metadata.gz: 5291ea8fa65b91bd4262580afee2a5d640a277c6d260b8feb68deb6b5c0496458f85507efee6448a55559c131df57df914763e83ec230b5848d8b1f3c24edf60
7
- data.tar.gz: c54cf3a84ed5d6c7516cdd021af34e493dbca405095a70b1a64143f70c9b625c7ec4a897db9d075e3e29b6b99b4362e0e0247798b35de21ac4a63a3918055446
6
+ metadata.gz: dcd92c738897cabe20fead8108d3eed32a8ec3ed2d06d79e8c8a472078746d3022f24bd0b8709b61601100d53205210b14295929177cd3c6349c1246b1c4a7c0
7
+ data.tar.gz: 11c18f82ef8192c07d72185b431f771d942fe689dbce48fa6bc95a83c812b16051e0bd098fc6361546334d5028a47744cc9f09f5b7252c1f4239b11a353774d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.13.0 (2021-07-27)
4
+
5
+ * Regenerated from discovery document revision 20210720
6
+
3
7
  ### v0.12.0 (2021-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20210712
@@ -995,8 +995,8 @@ module Google
995
995
  # A DistributionCut defines a TimeSeries and thresholds used for measuring good
996
996
  # service and total service. The TimeSeries must have ValueType = DISTRIBUTION
997
997
  # and MetricKind = DELTA or MetricKind = CUMULATIVE. The computed good_service
998
- # will be the count of values x in the Distribution such that range.min <= x <
999
- # range.max.
998
+ # will be the estimated count of values in the Distribution that fall within the
999
+ # specified min and max.
1000
1000
  class DistributionCut
1001
1001
  include Google::Apis::Core::Hashable
1002
1002
 
@@ -1007,9 +1007,9 @@ module Google
1007
1007
  # @return [String]
1008
1008
  attr_accessor :distribution_filter
1009
1009
 
1010
- # Range of numerical values, inclusive of min and exclusive of max. If the open
1011
- # range "< range.max" is desired, set range.min = -infinity. If the open range ">
1012
- # = range.min" is desired, set range.max = infinity.
1010
+ # Range of numerical values within min and max. If the open range "< range.max"
1011
+ # is desired, set range.min = -infinity. If the open range ">= range.min" is
1012
+ # desired, set range.max = infinity.
1013
1013
  # Corresponds to the JSON property `range`
1014
1014
  # @return [Google::Apis::MonitoringV3::GoogleMonitoringV3Range]
1015
1015
  attr_accessor :range
@@ -1365,9 +1365,9 @@ module Google
1365
1365
  end
1366
1366
  end
1367
1367
 
1368
- # Range of numerical values, inclusive of min and exclusive of max. If the open
1369
- # range "< range.max" is desired, set range.min = -infinity. If the open range ">
1370
- # = range.min" is desired, set range.max = infinity.
1368
+ # Range of numerical values within min and max. If the open range "< range.max"
1369
+ # is desired, set range.min = -infinity. If the open range ">= range.min" is
1370
+ # desired, set range.max = infinity.
1371
1371
  class GoogleMonitoringV3Range
1372
1372
  include Google::Apis::Core::Hashable
1373
1373
 
@@ -2496,14 +2496,14 @@ module Google
2496
2496
  end
2497
2497
 
2498
2498
  # A MetricRange is used when each window is good when the value x of a single
2499
- # TimeSeries satisfies range.min <= x < range.max. The provided TimeSeries must
2499
+ # TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must
2500
2500
  # have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
2501
2501
  class MetricRange
2502
2502
  include Google::Apis::Core::Hashable
2503
2503
 
2504
- # Range of numerical values, inclusive of min and exclusive of max. If the open
2505
- # range "< range.max" is desired, set range.min = -infinity. If the open range ">
2506
- # = range.min" is desired, set range.max = infinity.
2504
+ # Range of numerical values within min and max. If the open range "< range.max"
2505
+ # is desired, set range.min = -infinity. If the open range ">= range.min" is
2506
+ # desired, set range.max = infinity.
2507
2507
  # Corresponds to the JSON property `range`
2508
2508
  # @return [Google::Apis::MonitoringV3::GoogleMonitoringV3Range]
2509
2509
  attr_accessor :range
@@ -3330,8 +3330,8 @@ module Google
3330
3330
  # A DistributionCut defines a TimeSeries and thresholds used for measuring good
3331
3331
  # service and total service. The TimeSeries must have ValueType = DISTRIBUTION
3332
3332
  # and MetricKind = DELTA or MetricKind = CUMULATIVE. The computed good_service
3333
- # will be the count of values x in the Distribution such that range.min <= x <
3334
- # range.max.
3333
+ # will be the estimated count of values in the Distribution that fall within the
3334
+ # specified min and max.
3335
3335
  # Corresponds to the JSON property `distributionCut`
3336
3336
  # @return [Google::Apis::MonitoringV3::DistributionCut]
3337
3337
  attr_accessor :distribution_cut
@@ -4351,14 +4351,14 @@ module Google
4351
4351
  attr_accessor :good_total_ratio_threshold
4352
4352
 
4353
4353
  # A MetricRange is used when each window is good when the value x of a single
4354
- # TimeSeries satisfies range.min <= x < range.max. The provided TimeSeries must
4354
+ # TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must
4355
4355
  # have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
4356
4356
  # Corresponds to the JSON property `metricMeanInRange`
4357
4357
  # @return [Google::Apis::MonitoringV3::MetricRange]
4358
4358
  attr_accessor :metric_mean_in_range
4359
4359
 
4360
4360
  # A MetricRange is used when each window is good when the value x of a single
4361
- # TimeSeries satisfies range.min <= x < range.max. The provided TimeSeries must
4361
+ # TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must
4362
4362
  # have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.
4363
4363
  # Corresponds to the JSON property `metricSumInRange`
4364
4364
  # @return [Google::Apis::MonitoringV3::MetricRange]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MonitoringV3
18
18
  # Version of the google-apis-monitoring_v3 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20210712"
25
+ REVISION = "20210720"
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-monitoring_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-08-02 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/master/generated/google-apis-monitoring_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
63
63
  post_install_message:
64
64
  rdoc_options: []