Skip to content

Commit bc35283

Browse files
feat: Automated regeneration of alertcenter v1beta1 client (googleapis#26592)
Auto-created at 2026-05-31 10:33:41 +0000 using the toys pull request generator.
1 parent b0ef84f commit bc35283

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30411,6 +30411,7 @@
3041130411
"/alertcenter:v1beta1/RuleInfo/displayName": display_name
3041230412
"/alertcenter:v1beta1/RuleInfo/resourceName": resource_name
3041330413
"/alertcenter:v1beta1/RuleViolationInfo": rule_violation_info
30414+
"/alertcenter:v1beta1/RuleViolationInfo/agentType": agent_type
3041430415
"/alertcenter:v1beta1/RuleViolationInfo/dataSource": data_source
3041530416
"/alertcenter:v1beta1/RuleViolationInfo/eventType": event_type
3041630417
"/alertcenter:v1beta1/RuleViolationInfo/matchInfo": match_info

generated/google-apis-alertcenter_v1beta1/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-alertcenter_v1beta1
22

3+
### v0.49.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260525
6+
37
### v0.48.0 (2026-04-19)
48

59
* Regenerated from discovery document revision 20260413

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,11 @@ def update!(**args)
19591959
class RuleViolationInfo
19601960
include Google::Apis::Core::Hashable
19611961

1962+
# Optional. Agent type that triggered the rule.
1963+
# Corresponds to the JSON property `agentType`
1964+
# @return [String]
1965+
attr_accessor :agent_type
1966+
19621967
# Source of the data.
19631968
# Corresponds to the JSON property `dataSource`
19641969
# @return [String]
@@ -2025,6 +2030,7 @@ def initialize(**args)
20252030

20262031
# Update properties of this object
20272032
def update!(**args)
2033+
@agent_type = args[:agent_type] if args.key?(:agent_type)
20282034
@data_source = args[:data_source] if args.key?(:data_source)
20292035
@event_type = args[:event_type] if args.key?(:event_type)
20302036
@match_info = args[:match_info] if args.key?(:match_info)

generated/google-apis-alertcenter_v1beta1/lib/google/apis/alertcenter_v1beta1/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 AlertcenterV1beta1
1818
# Version of the google-apis-alertcenter_v1beta1 gem
19-
GEM_VERSION = "0.48.0"
19+
GEM_VERSION = "0.49.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 = "20260413"
25+
REVISION = "20260525"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10231023
class RuleViolationInfo
10241024
# @private
10251025
class Representation < Google::Apis::Core::JsonRepresentation
1026+
property :agent_type, as: 'agentType'
10261027
property :data_source, as: 'dataSource'
10271028
property :event_type, as: 'eventType'
10281029
collection :match_info, as: 'matchInfo', class: Google::Apis::AlertcenterV1beta1::MatchInfo, decorator: Google::Apis::AlertcenterV1beta1::MatchInfo::Representation

0 commit comments

Comments
 (0)