google-apis-threatintelligence_v1beta 0.1.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/threatintelligence_v1beta/classes.rb +8 -8
- data/lib/google/apis/threatintelligence_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/threatintelligence_v1beta/service.rb +1 -1
- data/lib/google/apis/threatintelligence_v1beta.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec988d62d03860a677d99a39ebe560929379a0d2c84495a8c130e5bc6c3e397e
|
|
4
|
+
data.tar.gz: b550d0bc1e907314e1373f094a7875122b570a154ce9208c9df504727f300dc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c8b4d352bd1bd8d935c72ab76b8537d283c006d8ec8e581fce1735d72e5039689e374ffb3519371d00019186f9b5f79342e7149f6bd544b46c239c2e5177a3f
|
|
7
|
+
data.tar.gz: 7d34e154b268369625ab39efadc3fb6afc33ebec01ae3f9fc60866355740b86af7149384d53df7133c00c441afd3f9d2306663cedbbe66fd2b8534631242beb0
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
|
79
79
|
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
|
81
81
|
|
|
82
|
-
The [product documentation](https://
|
|
82
|
+
The [product documentation](https://cloud.google.com/threatintelligence/docs/reference/rest) may provide guidance regarding the preferred client library to use.
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
@@ -2887,39 +2887,39 @@ module Google
|
|
|
2887
2887
|
# @return [Array<Google::Apis::ThreatintelligenceV1beta::Association>]
|
|
2888
2888
|
attr_accessor :associations
|
|
2889
2889
|
|
|
2890
|
-
#
|
|
2891
|
-
#
|
|
2890
|
+
# Required. The collection ID of the vulnerability. Ex: "vulnerability--cve-2025-
|
|
2891
|
+
# 9876".
|
|
2892
2892
|
# Corresponds to the JSON property `collectionId`
|
|
2893
2893
|
# @return [String]
|
|
2894
2894
|
attr_accessor :collection_id
|
|
2895
2895
|
|
|
2896
|
-
#
|
|
2896
|
+
# Required. The CVE ID of the vulnerability. Ex: "CVE-2025-9876". See https://
|
|
2897
2897
|
# www.cve.org/ for more information.
|
|
2898
2898
|
# Corresponds to the JSON property `cveId`
|
|
2899
2899
|
# @return [String]
|
|
2900
2900
|
attr_accessor :cve_id
|
|
2901
2901
|
|
|
2902
|
-
#
|
|
2902
|
+
# Required. The CVSS v3 score of the vulnerability. Example: 6.4.
|
|
2903
2903
|
# Corresponds to the JSON property `cvss3Score`
|
|
2904
2904
|
# @return [Float]
|
|
2905
2905
|
attr_accessor :cvss3_score
|
|
2906
2906
|
|
|
2907
|
-
#
|
|
2907
|
+
# Required. A description of the vulnerability.
|
|
2908
2908
|
# Corresponds to the JSON property `description`
|
|
2909
2909
|
# @return [String]
|
|
2910
2910
|
attr_accessor :description
|
|
2911
2911
|
|
|
2912
|
-
#
|
|
2912
|
+
# Required. The exploitation state of the vulnerability.
|
|
2913
2913
|
# Corresponds to the JSON property `exploitationState`
|
|
2914
2914
|
# @return [String]
|
|
2915
2915
|
attr_accessor :exploitation_state
|
|
2916
2916
|
|
|
2917
|
-
#
|
|
2917
|
+
# Required. The risk rating of the vulnerability.
|
|
2918
2918
|
# Corresponds to the JSON property `riskRating`
|
|
2919
2919
|
# @return [String]
|
|
2920
2920
|
attr_accessor :risk_rating
|
|
2921
2921
|
|
|
2922
|
-
#
|
|
2922
|
+
# Required. The affected technologies. Ex: "Apache Struts".
|
|
2923
2923
|
# Corresponds to the JSON property `technologies`
|
|
2924
2924
|
# @return [Array<String>]
|
|
2925
2925
|
attr_accessor :technologies
|
|
@@ -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.2.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 = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
# Threatintelligence = Google::Apis::ThreatintelligenceV1beta # Alias the module
|
|
31
31
|
# service = Threatintelligence::ThreatIntelligenceServiceService.new
|
|
32
32
|
#
|
|
33
|
-
# @see https://
|
|
33
|
+
# @see https://cloud.google.com/threatintelligence/docs/reference/rest
|
|
34
34
|
class ThreatIntelligenceServiceService < Google::Apis::Core::BaseService
|
|
35
35
|
DEFAULT_ENDPOINT_TEMPLATE = "https://threatintelligence.$UNIVERSE_DOMAIN$/"
|
|
36
36
|
|
|
@@ -23,7 +23,7 @@ module Google
|
|
|
23
23
|
#
|
|
24
24
|
# threatintelligence.googleapis.com API.
|
|
25
25
|
#
|
|
26
|
-
# @see https://
|
|
26
|
+
# @see https://cloud.google.com/threatintelligence/docs/reference/rest
|
|
27
27
|
module ThreatintelligenceV1beta
|
|
28
28
|
# Version of the Threat Intelligence API this client connects to.
|
|
29
29
|
# This is NOT the gem version.
|
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.2.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.2.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:
|