google-apis-alertcenter_v1beta1 0.48.0 → 0.49.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: f3393638c9e60541b039ed5afd7b3b987438eaf2865bca1d19dbdaf8cb2ea5b4
|
|
4
|
+
data.tar.gz: cddc0ccc1451317709cf8639a54eda8a4f4eb40fa592ae72728960d234dee344
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a16bdda75c619b92a7bd54b6c2c8cc78c111cc3a3f102be1ba02249fabc32268518eb5fb23aeb7715beb22ffb659b7f6fdbdb1e21e489bafc1e3ee80b4e41a2
|
|
7
|
+
data.tar.gz: 5b6e63e2cfeac9d740420cf725f5014a28f5548a8ce5e2389585f45d69d8f40dde59124d64a9471cef3ea79d2b63243049e1935d778d0c95fe5b84ba49eab807
|
data/CHANGELOG.md
CHANGED
|
@@ -1959,6 +1959,11 @@ module Google
|
|
|
1959
1959
|
class RuleViolationInfo
|
|
1960
1960
|
include Google::Apis::Core::Hashable
|
|
1961
1961
|
|
|
1962
|
+
# Optional. Agent type that triggered the rule.
|
|
1963
|
+
# Corresponds to the JSON property `agentType`
|
|
1964
|
+
# @return [String]
|
|
1965
|
+
attr_accessor :agent_type
|
|
1966
|
+
|
|
1962
1967
|
# Source of the data.
|
|
1963
1968
|
# Corresponds to the JSON property `dataSource`
|
|
1964
1969
|
# @return [String]
|
|
@@ -2025,6 +2030,7 @@ module Google
|
|
|
2025
2030
|
|
|
2026
2031
|
# Update properties of this object
|
|
2027
2032
|
def update!(**args)
|
|
2033
|
+
@agent_type = args[:agent_type] if args.key?(:agent_type)
|
|
2028
2034
|
@data_source = args[:data_source] if args.key?(:data_source)
|
|
2029
2035
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
2030
2036
|
@match_info = args[:match_info] if args.key?(:match_info)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlertcenterV1beta1
|
|
18
18
|
# Version of the google-apis-alertcenter_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260525"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1023,6 +1023,7 @@ module Google
|
|
|
1023
1023
|
class RuleViolationInfo
|
|
1024
1024
|
# @private
|
|
1025
1025
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1026
|
+
property :agent_type, as: 'agentType'
|
|
1026
1027
|
property :data_source, as: 'dataSource'
|
|
1027
1028
|
property :event_type, as: 'eventType'
|
|
1028
1029
|
collection :match_info, as: 'matchInfo', class: Google::Apis::AlertcenterV1beta1::MatchInfo, decorator: Google::Apis::AlertcenterV1beta1::MatchInfo::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alertcenter_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.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-alertcenter_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.49.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|