google-apis-threatintelligence_v1beta 0.8.0 → 0.10.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: 93497bed1f981ec4b2e9d44a96f213e5ec31f6ba448ca89a2d555c5660729442
|
|
4
|
+
data.tar.gz: 5c364910b39ae1de856be663ad63b5aa1b748a10410bdfc75fd3819afc9a5f7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b611d5f193f22126b2bfc0d8e0369466dadd2c07975dd7c2d2dbc20d223be361ccc7b3cc69b71d602425400c3865325c97174a65f27b7d97ce74bf49092725
|
|
7
|
+
data.tar.gz: a52bb397dada361ef21c0ddaa2983c45294aa4d5fb21e795ef5166f5a8c2107ec320a81438597c34e7dccb40e0cd4ca82945e34b97c5cc46d83923fa1205ac3a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-threatintelligence_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.10.0 (2026-05-31)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260527
|
|
6
|
+
|
|
7
|
+
### v0.9.0 (2026-05-17)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260513
|
|
10
|
+
|
|
3
11
|
### v0.8.0 (2026-05-03)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260428
|
|
@@ -28,7 +28,7 @@ module Google
|
|
|
28
28
|
class Alert
|
|
29
29
|
include Google::Apis::Core::Hashable
|
|
30
30
|
|
|
31
|
-
# Optional. AI summary of the
|
|
31
|
+
# Optional. AI summary of the alert.
|
|
32
32
|
# Corresponds to the JSON property `aiSummary`
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_accessor :ai_summary
|
|
@@ -182,7 +182,7 @@ module Google
|
|
|
182
182
|
class AlertDocument
|
|
183
183
|
include Google::Apis::Core::Hashable
|
|
184
184
|
|
|
185
|
-
# Output only. AI summary of the
|
|
185
|
+
# Output only. AI summary of the document.
|
|
186
186
|
# Corresponds to the JSON property `aiSummary`
|
|
187
187
|
# @return [String]
|
|
188
188
|
attr_accessor :ai_summary
|
|
@@ -360,6 +360,13 @@ module Google
|
|
|
360
360
|
# @return [String]
|
|
361
361
|
attr_accessor :display_name
|
|
362
362
|
|
|
363
|
+
# If included when updating a configuration, this should be set to the current
|
|
364
|
+
# etag of the configuration. If the etags do not match, the update will be
|
|
365
|
+
# rejected and an ABORTED error will be returned.
|
|
366
|
+
# Corresponds to the JSON property `etag`
|
|
367
|
+
# @return [String]
|
|
368
|
+
attr_accessor :etag
|
|
369
|
+
|
|
363
370
|
# Identifier. Server generated name for the configuration. format is projects/`
|
|
364
371
|
# project`/configurations/`configuration`
|
|
365
372
|
# Corresponds to the JSON property `name`
|
|
@@ -391,6 +398,7 @@ module Google
|
|
|
391
398
|
@description = args[:description] if args.key?(:description)
|
|
392
399
|
@detail = args[:detail] if args.key?(:detail)
|
|
393
400
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
401
|
+
@etag = args[:etag] if args.key?(:etag)
|
|
394
402
|
@name = args[:name] if args.key?(:name)
|
|
395
403
|
@provider = args[:provider] if args.key?(:provider)
|
|
396
404
|
@state = args[:state] if args.key?(:state)
|
|
@@ -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.10.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 = "20260527"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -427,6 +427,7 @@ module Google
|
|
|
427
427
|
property :detail, as: 'detail', class: Google::Apis::ThreatintelligenceV1beta::ConfigurationDetail, decorator: Google::Apis::ThreatintelligenceV1beta::ConfigurationDetail::Representation
|
|
428
428
|
|
|
429
429
|
property :display_name, as: 'displayName'
|
|
430
|
+
property :etag, as: 'etag'
|
|
430
431
|
property :name, as: 'name'
|
|
431
432
|
property :provider, as: 'provider'
|
|
432
433
|
property :state, as: 'state'
|
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.10.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.10.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:
|