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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 941266459455efb748eed0694a453bdda2dde7debf4005aeed74d8076b04a261
4
- data.tar.gz: 7186e71f3af4c0c3dba4f8747ef6bf90c1c96baa32e1ee29fddcfbb31cb2cf1c
3
+ metadata.gz: ec988d62d03860a677d99a39ebe560929379a0d2c84495a8c130e5bc6c3e397e
4
+ data.tar.gz: b550d0bc1e907314e1373f094a7875122b570a154ce9208c9df504727f300dc0
5
5
  SHA512:
6
- metadata.gz: 0e64a0d3ec6d7a96dff11079ce84ebf8f8dc25e7103797ba02985b8ac7c993c28b8ae4d4b20c265d13a79c8c675dc0797e7f70613f234549eec340aabda37e45
7
- data.tar.gz: 6df139286c8d806238c1829c1aff057f3ea9fb9decfd2536f73795ca9839c18ef45f185e1e6ca1cb1d5721a87a2ef9068b6507b4bfe0c18b76522a8acc0cc25d
6
+ metadata.gz: 9c8b4d352bd1bd8d935c72ab76b8537d283c006d8ec8e581fce1735d72e5039689e374ffb3519371d00019186f9b5f79342e7149f6bd544b46c239c2e5177a3f
7
+ data.tar.gz: 7d34e154b268369625ab39efadc3fb6afc33ebec01ae3f9fc60866355740b86af7149384d53df7133c00c441afd3f9d2306663cedbbe66fd2b8534631242beb0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-threatintelligence_v1beta
2
2
 
3
+ ### v0.2.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260122
6
+
3
7
  ### v0.1.0 (2026-01-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20260120
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://www.google.com) may provide guidance regarding the preferred client library to use.
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
- # Output only. The collection ID of the vulnerability. Ex: "vulnerability--cve-
2891
- # 2025-9876".
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
- # Output only. The CVE ID of the vulnerability. Ex: "CVE-2025-9876". See https://
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
- # Output only. The CVSS v3 score of the vulnerability. Example: 6.4.
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
- # Output only. A description of the vulnerability.
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
- # Output only. The exploitation state of the vulnerability.
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
- # Output only. The risk rating of the vulnerability.
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
- # Output only. The affected technologies. Ex: "Apache Struts".
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.1.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 = "20260120"
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://www.google.com
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://www.google.com
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.1.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.1.0
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: