google-apis-monitoring_v1 0.56.0 → 0.58.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: f29779ac39157859f25928f2fc567d4943c77b94b2395141a94626fa337469f5
|
4
|
+
data.tar.gz: f33d7ba7378985aa11ae341488132cf640d417cd8ccbe7023caacb6e7f288408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53c8ac31dd81e6618da98139e6260c98378f69332afb0f750c836619ca787e33c39b5db35032a439b8d74fcac23e5b78146d8d032749b4192b955939de9264a4
|
7
|
+
data.tar.gz: b9288950c4816e3637b9ff599f48ce3840c2cf9f82e7bb7b59ff525f5939a35e210d1e748746c6f490d08a4cf5870e47bb6e3921a9d20bf5d660c255b1ef4cb3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v1
|
2
2
|
|
3
|
+
### v0.58.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250723
|
6
|
+
|
7
|
+
### v0.57.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250529
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.56.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250424
|
@@ -876,7 +876,11 @@ module Google
|
|
876
876
|
end
|
877
877
|
end
|
878
878
|
|
879
|
-
# A single field of a message type.
|
879
|
+
# A single field of a message type.New usages of this message as an alternative
|
880
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
881
|
+
# reliability preserve all information necessary to model the schema and
|
882
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
883
|
+
# necessary information.
|
880
884
|
class Field
|
881
885
|
include Google::Apis::Core::Hashable
|
882
886
|
|
@@ -1483,7 +1487,9 @@ module Google
|
|
1483
1487
|
end
|
1484
1488
|
|
1485
1489
|
# A protocol buffer option, which can be attached to a message, field,
|
1486
|
-
# enumeration, etc.
|
1490
|
+
# enumeration, etc.New usages of this message as an alternative to FileOptions,
|
1491
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
1492
|
+
# or MethodOptions are strongly discouraged.
|
1487
1493
|
class Option
|
1488
1494
|
include Google::Apis::Core::Hashable
|
1489
1495
|
|
@@ -2805,7 +2811,76 @@ module Google
|
|
2805
2811
|
end
|
2806
2812
|
end
|
2807
2813
|
|
2808
|
-
# A
|
2814
|
+
# A widget that displays hierarchical data as a treemap.
|
2815
|
+
class Treemap
|
2816
|
+
include Google::Apis::Core::Hashable
|
2817
|
+
|
2818
|
+
# Required. The collection of datasets used to construct and populate the
|
2819
|
+
# treemap. For the rendered treemap rectangles: Color is determined by the
|
2820
|
+
# aggregated value for each grouping. Size is proportional to the count of time
|
2821
|
+
# series aggregated within that rectangle's segment.
|
2822
|
+
# Corresponds to the JSON property `dataSets`
|
2823
|
+
# @return [Array<Google::Apis::MonitoringV1::TreemapDataSet>]
|
2824
|
+
attr_accessor :data_sets
|
2825
|
+
|
2826
|
+
# Required. Ordered labels representing the hierarchical treemap structure.
|
2827
|
+
# Corresponds to the JSON property `treemapHierarchy`
|
2828
|
+
# @return [Array<String>]
|
2829
|
+
attr_accessor :treemap_hierarchy
|
2830
|
+
|
2831
|
+
def initialize(**args)
|
2832
|
+
update!(**args)
|
2833
|
+
end
|
2834
|
+
|
2835
|
+
# Update properties of this object
|
2836
|
+
def update!(**args)
|
2837
|
+
@data_sets = args[:data_sets] if args.key?(:data_sets)
|
2838
|
+
@treemap_hierarchy = args[:treemap_hierarchy] if args.key?(:treemap_hierarchy)
|
2839
|
+
end
|
2840
|
+
end
|
2841
|
+
|
2842
|
+
# The data represented by the treemap. Needs to include the data itself, plus
|
2843
|
+
# rules on how to organize it hierarchically.
|
2844
|
+
class TreemapDataSet
|
2845
|
+
include Google::Apis::Core::Hashable
|
2846
|
+
|
2847
|
+
# Optional. The collection of breakdowns to be applied to the dataset. A
|
2848
|
+
# breakdown is a way to slice the data. For example, you can break down the data
|
2849
|
+
# by region.
|
2850
|
+
# Corresponds to the JSON property `breakdowns`
|
2851
|
+
# @return [Array<Google::Apis::MonitoringV1::Breakdown>]
|
2852
|
+
attr_accessor :breakdowns
|
2853
|
+
|
2854
|
+
# Optional. A collection of measures. A measure is a measured value of a
|
2855
|
+
# property in your data. For example, rainfall in inches, number of units sold,
|
2856
|
+
# revenue gained, etc.
|
2857
|
+
# Corresponds to the JSON property `measures`
|
2858
|
+
# @return [Array<Google::Apis::MonitoringV1::Measure>]
|
2859
|
+
attr_accessor :measures
|
2860
|
+
|
2861
|
+
# TimeSeriesQuery collects the set of supported methods for querying time series
|
2862
|
+
# data from the Stackdriver metrics API.
|
2863
|
+
# Corresponds to the JSON property `timeSeriesQuery`
|
2864
|
+
# @return [Google::Apis::MonitoringV1::TimeSeriesQuery]
|
2865
|
+
attr_accessor :time_series_query
|
2866
|
+
|
2867
|
+
def initialize(**args)
|
2868
|
+
update!(**args)
|
2869
|
+
end
|
2870
|
+
|
2871
|
+
# Update properties of this object
|
2872
|
+
def update!(**args)
|
2873
|
+
@breakdowns = args[:breakdowns] if args.key?(:breakdowns)
|
2874
|
+
@measures = args[:measures] if args.key?(:measures)
|
2875
|
+
@time_series_query = args[:time_series_query] if args.key?(:time_series_query)
|
2876
|
+
end
|
2877
|
+
end
|
2878
|
+
|
2879
|
+
# A protocol buffer message type.New usages of this message as an alternative to
|
2880
|
+
# DescriptorProto are strongly discouraged. This message does not reliability
|
2881
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
2882
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
2883
|
+
# information.
|
2809
2884
|
class Type
|
2810
2885
|
include Google::Apis::Core::Hashable
|
2811
2886
|
|
@@ -2964,6 +3039,11 @@ module Google
|
|
2964
3039
|
# @return [String]
|
2965
3040
|
attr_accessor :title
|
2966
3041
|
|
3042
|
+
# A widget that displays hierarchical data as a treemap.
|
3043
|
+
# Corresponds to the JSON property `treemap`
|
3044
|
+
# @return [Google::Apis::MonitoringV1::Treemap]
|
3045
|
+
attr_accessor :treemap
|
3046
|
+
|
2967
3047
|
# Condition that determines whether the widget should be displayed.
|
2968
3048
|
# Corresponds to the JSON property `visibilityCondition`
|
2969
3049
|
# @return [Google::Apis::MonitoringV1::VisibilityCondition]
|
@@ -2994,6 +3074,7 @@ module Google
|
|
2994
3074
|
@text = args[:text] if args.key?(:text)
|
2995
3075
|
@time_series_table = args[:time_series_table] if args.key?(:time_series_table)
|
2996
3076
|
@title = args[:title] if args.key?(:title)
|
3077
|
+
@treemap = args[:treemap] if args.key?(:treemap)
|
2997
3078
|
@visibility_condition = args[:visibility_condition] if args.key?(:visibility_condition)
|
2998
3079
|
@xy_chart = args[:xy_chart] if args.key?(:xy_chart)
|
2999
3080
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -442,6 +442,18 @@ module Google
|
|
442
442
|
include Google::Apis::Core::JsonObjectSupport
|
443
443
|
end
|
444
444
|
|
445
|
+
class Treemap
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class TreemapDataSet
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
445
457
|
class Type
|
446
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
459
|
|
@@ -1175,6 +1187,27 @@ module Google
|
|
1175
1187
|
end
|
1176
1188
|
end
|
1177
1189
|
|
1190
|
+
class Treemap
|
1191
|
+
# @private
|
1192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1193
|
+
collection :data_sets, as: 'dataSets', class: Google::Apis::MonitoringV1::TreemapDataSet, decorator: Google::Apis::MonitoringV1::TreemapDataSet::Representation
|
1194
|
+
|
1195
|
+
collection :treemap_hierarchy, as: 'treemapHierarchy'
|
1196
|
+
end
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
class TreemapDataSet
|
1200
|
+
# @private
|
1201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1202
|
+
collection :breakdowns, as: 'breakdowns', class: Google::Apis::MonitoringV1::Breakdown, decorator: Google::Apis::MonitoringV1::Breakdown::Representation
|
1203
|
+
|
1204
|
+
collection :measures, as: 'measures', class: Google::Apis::MonitoringV1::Measure, decorator: Google::Apis::MonitoringV1::Measure::Representation
|
1205
|
+
|
1206
|
+
property :time_series_query, as: 'timeSeriesQuery', class: Google::Apis::MonitoringV1::TimeSeriesQuery, decorator: Google::Apis::MonitoringV1::TimeSeriesQuery::Representation
|
1207
|
+
|
1208
|
+
end
|
1209
|
+
end
|
1210
|
+
|
1178
1211
|
class Type
|
1179
1212
|
# @private
|
1180
1213
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1228,6 +1261,8 @@ module Google
|
|
1228
1261
|
property :time_series_table, as: 'timeSeriesTable', class: Google::Apis::MonitoringV1::TimeSeriesTable, decorator: Google::Apis::MonitoringV1::TimeSeriesTable::Representation
|
1229
1262
|
|
1230
1263
|
property :title, as: 'title'
|
1264
|
+
property :treemap, as: 'treemap', class: Google::Apis::MonitoringV1::Treemap, decorator: Google::Apis::MonitoringV1::Treemap::Representation
|
1265
|
+
|
1231
1266
|
property :visibility_condition, as: 'visibilityCondition', class: Google::Apis::MonitoringV1::VisibilityCondition, decorator: Google::Apis::MonitoringV1::VisibilityCondition::Representation
|
1232
1267
|
|
1233
1268
|
property :xy_chart, as: 'xyChart', class: Google::Apis::MonitoringV1::XyChart, decorator: Google::Apis::MonitoringV1::XyChart::Representation
|
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.
|
4
|
+
version: 0.58.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.58.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Monitoring API V1
|
79
79
|
test_files: []
|