Skip to content

Commit caea569

Browse files
feat: Automated regeneration of monitoring v1 client (googleapis#25864)
Auto-created at 2026-03-08 09:45:57 +0000 using the toys pull request generator.
1 parent b861ddf commit caea569

4 files changed

Lines changed: 6 additions & 57 deletions

File tree

generated/google-apis-monitoring_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-monitoring_v1
22

3+
### v0.62.0 (2026-03-08)
4+
5+
* Regenerated from discovery document revision 20260302
6+
37
### v0.61.0 (2026-02-22)
48

59
* Regenerated from discovery document revision 20260212

generated/google-apis-monitoring_v1/lib/google/apis/monitoring_v1/classes.rb

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -408,35 +408,6 @@ def update!(**args)
408408
end
409409
end
410410

411-
# A widget that contains two widget visualizations that are coordinated in
412-
# display. Currently, we only support the primary widget of TimeSeriesTable with
413-
# the secondary widget of XyChart.
414-
class CoordinatedWidget
415-
include Google::Apis::Core::Hashable
416-
417-
# Widget contains a single dashboard component and configuration of how to
418-
# present the component in the dashboard.
419-
# Corresponds to the JSON property `primary`
420-
# @return [Google::Apis::MonitoringV1::Widget]
421-
attr_accessor :primary
422-
423-
# Widget contains a single dashboard component and configuration of how to
424-
# present the component in the dashboard.
425-
# Corresponds to the JSON property `secondary`
426-
# @return [Google::Apis::MonitoringV1::Widget]
427-
attr_accessor :secondary
428-
429-
def initialize(**args)
430-
update!(**args)
431-
end
432-
433-
# Update properties of this object
434-
def update!(**args)
435-
@primary = args[:primary] if args.key?(:primary)
436-
@secondary = args[:secondary] if args.key?(:secondary)
437-
end
438-
end
439-
440411
# A Google Stackdriver dashboard. Dashboards define the content and layout of
441412
# pages in the Stackdriver web application.
442413
class Dashboard
@@ -3033,13 +3004,6 @@ class Widget
30333004
# @return [Google::Apis::MonitoringV1::CollapsibleGroup]
30343005
attr_accessor :collapsible_group
30353006

3036-
# A widget that contains two widget visualizations that are coordinated in
3037-
# display. Currently, we only support the primary widget of TimeSeriesTable with
3038-
# the secondary widget of XyChart.
3039-
# Corresponds to the JSON property `coordinatedWidget`
3040-
# @return [Google::Apis::MonitoringV1::CoordinatedWidget]
3041-
attr_accessor :coordinated_widget
3042-
30433007
# A widget that displays a list of error groups.
30443008
# Corresponds to the JSON property `errorReportingPanel`
30453009
# @return [Google::Apis::MonitoringV1::ErrorReportingPanel]
@@ -3130,7 +3094,6 @@ def update!(**args)
31303094
@alert_chart = args[:alert_chart] if args.key?(:alert_chart)
31313095
@blank = args[:blank] if args.key?(:blank)
31323096
@collapsible_group = args[:collapsible_group] if args.key?(:collapsible_group)
3133-
@coordinated_widget = args[:coordinated_widget] if args.key?(:coordinated_widget)
31343097
@error_reporting_panel = args[:error_reporting_panel] if args.key?(:error_reporting_panel)
31353098
@filter_control = args[:filter_control] if args.key?(:filter_control)
31363099
@id = args[:id] if args.key?(:id)

generated/google-apis-monitoring_v1/lib/google/apis/monitoring_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.61.0"
19+
GEM_VERSION = "0.62.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260212"
25+
REVISION = "20260302"
2626
end
2727
end
2828
end

generated/google-apis-monitoring_v1/lib/google/apis/monitoring_v1/representations.rb

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
8888
include Google::Apis::Core::JsonObjectSupport
8989
end
9090

91-
class CoordinatedWidget
92-
class Representation < Google::Apis::Core::JsonRepresentation; end
93-
94-
include Google::Apis::Core::JsonObjectSupport
95-
end
96-
9791
class Dashboard
9892
class Representation < Google::Apis::Core::JsonRepresentation; end
9993

@@ -587,16 +581,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
587581
end
588582
end
589583

590-
class CoordinatedWidget
591-
# @private
592-
class Representation < Google::Apis::Core::JsonRepresentation
593-
property :primary, as: 'primary', class: Google::Apis::MonitoringV1::Widget, decorator: Google::Apis::MonitoringV1::Widget::Representation
594-
595-
property :secondary, as: 'secondary', class: Google::Apis::MonitoringV1::Widget, decorator: Google::Apis::MonitoringV1::Widget::Representation
596-
597-
end
598-
end
599-
600584
class Dashboard
601585
# @private
602586
class Representation < Google::Apis::Core::JsonRepresentation
@@ -1270,8 +1254,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
12701254

12711255
property :collapsible_group, as: 'collapsibleGroup', class: Google::Apis::MonitoringV1::CollapsibleGroup, decorator: Google::Apis::MonitoringV1::CollapsibleGroup::Representation
12721256

1273-
property :coordinated_widget, as: 'coordinatedWidget', class: Google::Apis::MonitoringV1::CoordinatedWidget, decorator: Google::Apis::MonitoringV1::CoordinatedWidget::Representation
1274-
12751257
property :error_reporting_panel, as: 'errorReportingPanel', class: Google::Apis::MonitoringV1::ErrorReportingPanel, decorator: Google::Apis::MonitoringV1::ErrorReportingPanel::Representation
12761258

12771259
property :filter_control, as: 'filterControl', class: Google::Apis::MonitoringV1::FilterControl, decorator: Google::Apis::MonitoringV1::FilterControl::Representation

0 commit comments

Comments
 (0)