Skip to content

Commit 8b1f5ec

Browse files
feat: Automated regeneration of monitoring v1 client (googleapis#22006)
Auto-created at 2025-03-09 10:10:05 +0000 using the toys pull request generator.
1 parent 96af8a1 commit 8b1f5ec

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

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.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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.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
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)