google-apis-threatintelligence_v1beta 0.16.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: 5191ec5793722ddc9dbbc4199d86d5948934bc1aa217557fe4617deb5744264c
4
- data.tar.gz: 30f64b9e1c8b4e51af4502efd1833e09176bbae642e3a4d591bf3006ec4c0eec
3
+ metadata.gz: 70e10b15f5d2ab8a57705f675563cd9dc3f6b2879b1725d83ea2ff457bfc97cd
4
+ data.tar.gz: a0d3789505ffed85d001b5225a5ebfff931b5d6449fa0a1a4f7adc714cef07d7
5
5
  SHA512:
6
- metadata.gz: 97a7a46d5d605cb4047159b14291ae6b12f18c43b1023d03128e121b39dd3d3ed6708a7d28d0f7be60f269672ded2130d7b55634d4748f213b3c6d8022ef2a33
7
- data.tar.gz: dcf0fd5f41d7fb91121be42ff6a4801cc2198cea1b2430bdf04b92e0efc22de1d5971d9ab4fc57017ff92284e1c21eed258ee6d691f77127b55d2d9d348f31b8
6
+ metadata.gz: d51ea74350e315f19770c2e6f154dd1c1e663fae69be8c7a34745cf154a2326cee702c9ad540c60feff856142cfb7984f3ea75e90fb9fb906cd9620cb9b7eb3b
7
+ data.tar.gz: f8ad03c9bb7aea5ca4041e4a7753dcd73077ee5c41b998fe559998b94f3f6574e5358b997a34841f38ee8cab8d10b1c2b6336e57e494579cd60f26f25bdf1a52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.16.0 (2026-09-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20260830
@@ -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
@@ -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.16.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 = "20260830"
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.16.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.16.0
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: