google-apis-threatintelligence_v1beta 0.15.0 → 0.16.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: 5191ec5793722ddc9dbbc4199d86d5948934bc1aa217557fe4617deb5744264c
|
|
4
|
+
data.tar.gz: 30f64b9e1c8b4e51af4502efd1833e09176bbae642e3a4d591bf3006ec4c0eec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97a7a46d5d605cb4047159b14291ae6b12f18c43b1023d03128e121b39dd3d3ed6708a7d28d0f7be60f269672ded2130d7b55634d4748f213b3c6d8022ef2a33
|
|
7
|
+
data.tar.gz: dcf0fd5f41d7fb91121be42ff6a4801cc2198cea1b2430bdf04b92e0efc22de1d5971d9ab4fc57017ff92284e1c21eed258ee6d691f77127b55d2d9d348f31b8
|
data/CHANGELOG.md
CHANGED
|
@@ -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.16.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 = "20260830"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.16.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.16.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:
|