File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
generated/google-apis-monitoring_v1
lib/google/apis/monitoring_v1 Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -273537,6 +273537,7 @@
273537273537"/monitoring:v1/SectionHeader/dividerBelow": divider_below
273538273538"/monitoring:v1/SectionHeader/subtitle": subtitle
273539273539"/monitoring:v1/SingleViewGroup": single_view_group
273540+ "/monitoring:v1/SingleViewGroup/displayType": display_type
273540273541"/monitoring:v1/SourceContext": source_context
273541273542"/monitoring:v1/SourceContext/fileName": file_name
273542273543"/monitoring:v1/SpanContext": span_context
Original file line number Diff line number Diff line change 11# Release history for google-apis-monitoring_v1
22
3+ ### v0.55.0 (2025-03-09)
4+
5+ * Regenerated from discovery document revision 20250227
6+
37### v0.54.0 (2025-02-26)
48
59* Regenerated from discovery document revision 20250130
Original file line number Diff line number Diff line change @@ -2071,12 +2071,18 @@ def update!(**args)
20712071 class SingleViewGroup
20722072 include Google ::Apis ::Core ::Hashable
20732073
2074+ # Optional. Determines how the widget selector will be displayed.
2075+ # Corresponds to the JSON property `displayType`
2076+ # @return [String]
2077+ attr_accessor :display_type
2078+
20742079 def initialize ( **args )
20752080 update! ( **args )
20762081 end
20772082
20782083 # Update properties of this object
20792084 def update! ( **args )
2085+ @display_type = args [ :display_type ] if args . key? ( :display_type )
20802086 end
20812087 end
20822088
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module MonitoringV1
1818 # Version of the google-apis-monitoring_v1 gem
19- GEM_VERSION = "0.54 .0"
19+ GEM_VERSION = "0.55 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.16.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250130 "
25+ REVISION = "20250227 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -992,6 +992,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
992992 class SingleViewGroup
993993 # @private
994994 class Representation < Google ::Apis ::Core ::JsonRepresentation
995+ property :display_type , as : 'displayType'
995996 end
996997 end
997998
You can’t perform that action at this time.
0 commit comments