google-apis-monitoring_v1 0.58.0 → 0.59.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: f29779ac39157859f25928f2fc567d4943c77b94b2395141a94626fa337469f5
4
- data.tar.gz: f33d7ba7378985aa11ae341488132cf640d417cd8ccbe7023caacb6e7f288408
3
+ metadata.gz: d74f66ec7cd85a76c2fe0e6b27e6844095f609126a0284189a7c20d46a30dfff
4
+ data.tar.gz: 9ac683db6518f5b314589e5489681fd382d359fa1ed9081edbd4e12d976b1e33
5
5
  SHA512:
6
- metadata.gz: 53c8ac31dd81e6618da98139e6260c98378f69332afb0f750c836619ca787e33c39b5db35032a439b8d74fcac23e5b78146d8d032749b4192b955939de9264a4
7
- data.tar.gz: b9288950c4816e3637b9ff599f48ce3840c2cf9f82e7bb7b59ff525f5939a35e210d1e748746c6f490d08a4cf5870e47bb6e3921a9d20bf5d660c255b1ef4cb3
6
+ metadata.gz: b0bb0e4e6d11432d72c02dfb024c072c6b1fd12d0224d7ba18c459d80a133c22541865dee75f9a1bf3db5bcee00d395a1a2a45c63e25b12a48c274f54768f771
7
+ data.tar.gz: c4c94926d5ed1a77684be26bf505719dc51db2b0c2c1631d5cf10d6490809dd85c72384cc62c7d256b23edda85a7d4de0d2552a8dffa0bfce572300b152b4865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v1
2
2
 
3
+ ### v0.59.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250821
6
+
3
7
  ### v0.58.0 (2025-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20250723
@@ -670,8 +670,9 @@ module Google
670
670
  class Dimension
671
671
  include Google::Apis::Core::Hashable
672
672
 
673
- # Required. The name of the column in the source SQL query that is used to chart
674
- # the dimension.
673
+ # Required. For widgets that use SQL queries, set the value to the name of the
674
+ # column in the results table whose data is charted. For a histogram that uses a
675
+ # time series query, set the value of this field to metric_value.
675
676
  # Corresponds to the JSON property `column`
676
677
  # @return [String]
677
678
  attr_accessor :column
@@ -691,14 +692,18 @@ module Google
691
692
  # @return [Float]
692
693
  attr_accessor :float_bin_size
693
694
 
694
- # A limit to the number of bins generated. When 0 is specified, the maximum
695
- # count is not enforced.
695
+ # For widgets that use SQL queries, the limit to the number of bins to generate.
696
+ # When 0 is specified, the maximum count is not enforced. For a histogram that
697
+ # uses a time series query, the exact number of bins to generate. If not
698
+ # specified or the value is 0, then the histogram determines the number of bins
699
+ # to use.
696
700
  # Corresponds to the JSON property `maxBinCount`
697
701
  # @return [Fixnum]
698
702
  attr_accessor :max_bin_count
699
703
 
700
704
  # numeric_bin_size is used when the column type used for a dimension is numeric
701
- # or string.
705
+ # or string. If the column field is set to metric_value, then numericBinSize
706
+ # overrides maxBinCount.
702
707
  # Corresponds to the JSON property `numericBinSize`
703
708
  # @return [Fixnum]
704
709
  attr_accessor :numeric_bin_size
@@ -715,8 +720,8 @@ module Google
715
720
  # @return [String]
716
721
  attr_accessor :sort_order
717
722
 
718
- # time_bin_size is used when the data type specified by column is a time type
719
- # and the bin size is determined by a time duration. If column_type is DATE,
723
+ # time_bin_size is used when the data type of the specified dimension is a time
724
+ # type and the bin size is determined by a time duration. If column_type is DATE,
720
725
  # this must be a whole value multiple of 1 day. If column_type is TIME, this
721
726
  # must be less than or equal to 24 hours.
722
727
  # Corresponds to the JSON property `timeBinSize`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MonitoringV1
18
18
  # Version of the google-apis-monitoring_v1 gem
19
- GEM_VERSION = "0.58.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250723"
25
+ REVISION = "20250821"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-monitoring_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.59.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1
62
62
  rdoc_options: []
63
63
  require_paths: