google-apis-threatintelligence_v1beta 0.15.0 → 0.17.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: 70e10b15f5d2ab8a57705f675563cd9dc3f6b2879b1725d83ea2ff457bfc97cd
|
|
4
|
+
data.tar.gz: a0d3789505ffed85d001b5225a5ebfff931b5d6449fa0a1a4f7adc714cef07d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d51ea74350e315f19770c2e6f154dd1c1e663fae69be8c7a34745cf154a2326cee702c9ad540c60feff856142cfb7984f3ea75e90fb9fb906cd9620cb9b7eb3b
|
|
7
|
+
data.tar.gz: f8ad03c9bb7aea5ca4041e4a7753dcd73077ee5c41b998fe559998b94f3f6574e5358b997a34841f38ee8cab8d10b1c2b6336e57e494579cd60f26f25bdf1a52
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-threatintelligence_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.17.0 (2026-09-20)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260913
|
|
6
|
+
|
|
7
|
+
### v0.16.0 (2026-09-06)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260830
|
|
10
|
+
|
|
3
11
|
### v0.15.0 (2026-08-30)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260823
|
|
@@ -543,6 +543,11 @@ module Google
|
|
|
543
543
|
# @return [Google::Apis::ThreatintelligenceV1beta::LegacyMetadata]
|
|
544
544
|
attr_accessor :legacy_monitor_metadata
|
|
545
545
|
|
|
546
|
+
# Optional. The custom threat scenario type used to create this configuration.
|
|
547
|
+
# Corresponds to the JSON property `scenarioType`
|
|
548
|
+
# @return [String]
|
|
549
|
+
attr_accessor :scenario_type
|
|
550
|
+
|
|
546
551
|
def initialize(**args)
|
|
547
552
|
update!(**args)
|
|
548
553
|
end
|
|
@@ -553,6 +558,7 @@ module Google
|
|
|
553
558
|
@document_condition = args[:document_condition] if args.key?(:document_condition)
|
|
554
559
|
@document_query = args[:document_query] if args.key?(:document_query)
|
|
555
560
|
@legacy_monitor_metadata = args[:legacy_monitor_metadata] if args.key?(:legacy_monitor_metadata)
|
|
561
|
+
@scenario_type = args[:scenario_type] if args.key?(:scenario_type)
|
|
556
562
|
end
|
|
557
563
|
end
|
|
558
564
|
|
|
@@ -1117,11 +1123,6 @@ module Google
|
|
|
1117
1123
|
class DocumentQuery
|
|
1118
1124
|
include Google::Apis::Core::Hashable
|
|
1119
1125
|
|
|
1120
|
-
# Required. The data model to query against.
|
|
1121
|
-
# Corresponds to the JSON property `dataModel`
|
|
1122
|
-
# @return [String]
|
|
1123
|
-
attr_accessor :data_model
|
|
1124
|
-
|
|
1125
1126
|
# Required. The query string.
|
|
1126
1127
|
# Corresponds to the JSON property `query`
|
|
1127
1128
|
# @return [String]
|
|
@@ -1138,7 +1139,6 @@ module Google
|
|
|
1138
1139
|
|
|
1139
1140
|
# Update properties of this object
|
|
1140
1141
|
def update!(**args)
|
|
1141
|
-
@data_model = args[:data_model] if args.key?(:data_model)
|
|
1142
1142
|
@query = args[:query] if args.key?(:query)
|
|
1143
1143
|
@query_type = args[:query_type] if args.key?(:query_type)
|
|
1144
1144
|
end
|
|
@@ -1650,85 +1650,88 @@ module Google
|
|
|
1650
1650
|
class LegacyMetadata
|
|
1651
1651
|
include Google::Apis::Core::Hashable
|
|
1652
1652
|
|
|
1653
|
-
#
|
|
1653
|
+
# Output only. Whether aggregation is enabled for alerts from this monitor.
|
|
1654
1654
|
# Corresponds to the JSON property `aggregationEnabled`
|
|
1655
1655
|
# @return [Boolean]
|
|
1656
1656
|
attr_accessor :aggregation_enabled
|
|
1657
1657
|
alias_method :aggregation_enabled?, :aggregation_enabled
|
|
1658
1658
|
|
|
1659
|
-
#
|
|
1659
|
+
# Output only. Similarity threshold for aggregation.
|
|
1660
1660
|
# Corresponds to the JSON property `aggregationSimilarity`
|
|
1661
1661
|
# @return [Float]
|
|
1662
1662
|
attr_accessor :aggregation_similarity
|
|
1663
1663
|
|
|
1664
|
-
#
|
|
1664
|
+
# Output only. Version of the condition schema.
|
|
1665
1665
|
# Corresponds to the JSON property `conditionVersion`
|
|
1666
1666
|
# @return [Fixnum]
|
|
1667
1667
|
attr_accessor :condition_version
|
|
1668
1668
|
|
|
1669
|
-
#
|
|
1669
|
+
# Output only. User ID who created the monitor.
|
|
1670
1670
|
# Corresponds to the JSON property `creatorUserId`
|
|
1671
1671
|
# @return [String]
|
|
1672
1672
|
attr_accessor :creator_user_id
|
|
1673
1673
|
|
|
1674
|
-
#
|
|
1674
|
+
# Output only. Description of the legacy monitor.
|
|
1675
1675
|
# Corresponds to the JSON property `description`
|
|
1676
1676
|
# @return [String]
|
|
1677
1677
|
attr_accessor :description
|
|
1678
1678
|
|
|
1679
|
-
#
|
|
1679
|
+
# Output only. Code indicating why the monitor is disabled (if applicable).
|
|
1680
1680
|
# Corresponds to the JSON property `disabledCode`
|
|
1681
1681
|
# @return [String]
|
|
1682
1682
|
attr_accessor :disabled_code
|
|
1683
1683
|
|
|
1684
|
-
#
|
|
1684
|
+
# Output only. Reason why the monitor is disabled (if applicable).
|
|
1685
1685
|
# Corresponds to the JSON property `disabledReason`
|
|
1686
1686
|
# @return [String]
|
|
1687
1687
|
attr_accessor :disabled_reason
|
|
1688
1688
|
|
|
1689
|
-
#
|
|
1689
|
+
# Output only. Name of the legacy monitor.
|
|
1690
1690
|
# Corresponds to the JSON property `displayName`
|
|
1691
1691
|
# @return [String]
|
|
1692
1692
|
attr_accessor :display_name
|
|
1693
1693
|
|
|
1694
|
-
#
|
|
1694
|
+
# Output only. Deprecated: Whether email notifications are enabled. This field
|
|
1695
|
+
# will not be used as email notifications are handled through the GTI Mail Hub.
|
|
1695
1696
|
# Corresponds to the JSON property `emailNotificationEnabled`
|
|
1696
1697
|
# @return [Boolean]
|
|
1697
1698
|
attr_accessor :email_notification_enabled
|
|
1698
1699
|
alias_method :email_notification_enabled?, :email_notification_enabled
|
|
1699
1700
|
|
|
1700
|
-
#
|
|
1701
|
+
# Output only. Deprecated: Whether email notifications are intermediate/
|
|
1702
|
+
# immediate. This field will not be used as email notifications are handled
|
|
1703
|
+
# through the GTI Mail Hub.
|
|
1701
1704
|
# Corresponds to the JSON property `emailNotificationImmediate`
|
|
1702
1705
|
# @return [Boolean]
|
|
1703
1706
|
attr_accessor :email_notification_immediate
|
|
1704
1707
|
alias_method :email_notification_immediate?, :email_notification_immediate
|
|
1705
1708
|
|
|
1706
|
-
#
|
|
1709
|
+
# Output only. Unique identifier of the legacy monitor.
|
|
1707
1710
|
# Corresponds to the JSON property `legacyMonitorId`
|
|
1708
1711
|
# @return [String]
|
|
1709
1712
|
attr_accessor :legacy_monitor_id
|
|
1710
1713
|
|
|
1711
|
-
#
|
|
1714
|
+
# Output only. Time the legacy monitor was considered stale.
|
|
1712
1715
|
# Corresponds to the JSON property `staleTime`
|
|
1713
1716
|
# @return [String]
|
|
1714
1717
|
attr_accessor :stale_time
|
|
1715
1718
|
|
|
1716
|
-
#
|
|
1719
|
+
# Output only. ID of the template this monitor was created from.
|
|
1717
1720
|
# Corresponds to the JSON property `templateId`
|
|
1718
1721
|
# @return [String]
|
|
1719
1722
|
attr_accessor :template_id
|
|
1720
1723
|
|
|
1721
|
-
#
|
|
1724
|
+
# Output only. ID of the tenant owning the monitor.
|
|
1722
1725
|
# Corresponds to the JSON property `tenantId`
|
|
1723
1726
|
# @return [String]
|
|
1724
1727
|
attr_accessor :tenant_id
|
|
1725
1728
|
|
|
1726
|
-
#
|
|
1729
|
+
# Output only. User ID who last updated the monitor.
|
|
1727
1730
|
# Corresponds to the JSON property `updaterUserId`
|
|
1728
1731
|
# @return [String]
|
|
1729
1732
|
attr_accessor :updater_user_id
|
|
1730
1733
|
|
|
1731
|
-
#
|
|
1734
|
+
# Output only. Version of the monitor configuration.
|
|
1732
1735
|
# Corresponds to the JSON property `version`
|
|
1733
1736
|
# @return [Fixnum]
|
|
1734
1737
|
attr_accessor :version
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ThreatintelligenceV1beta
|
|
18
18
|
# Version of the google-apis-threatintelligence_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260913"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -569,6 +569,7 @@ module Google
|
|
|
569
569
|
|
|
570
570
|
property :legacy_monitor_metadata, as: 'legacyMonitorMetadata', class: Google::Apis::ThreatintelligenceV1beta::LegacyMetadata, decorator: Google::Apis::ThreatintelligenceV1beta::LegacyMetadata::Representation
|
|
571
571
|
|
|
572
|
+
property :scenario_type, as: 'scenarioType'
|
|
572
573
|
end
|
|
573
574
|
end
|
|
574
575
|
|
|
@@ -742,7 +743,6 @@ module Google
|
|
|
742
743
|
class DocumentQuery
|
|
743
744
|
# @private
|
|
744
745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
745
|
-
property :data_model, as: 'dataModel'
|
|
746
746
|
property :query, as: 'query'
|
|
747
747
|
property :query_type, as: 'queryType'
|
|
748
748
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-threatintelligence_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.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-threatintelligence_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-threatintelligence_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-threatintelligence_v1beta/v0.17.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-threatintelligence_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|