Skip to content

Commit 32ded76

Browse files
feat: Automated regeneration of threatintelligence v1beta client (googleapis#26603)
Auto-created at 2026-05-31 11:06:23 +0000 using the toys pull request generator.
1 parent 63958b8 commit 32ded76

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407475,6 +407475,7 @@
407475407475
"/threatintelligence:v1beta/Configuration/description": description
407476407476
"/threatintelligence:v1beta/Configuration/detail": detail
407477407477
"/threatintelligence:v1beta/Configuration/displayName": display_name
407478+
"/threatintelligence:v1beta/Configuration/etag": etag
407478407479
"/threatintelligence:v1beta/Configuration/name": name
407479407480
"/threatintelligence:v1beta/Configuration/provider": provider
407480407481
"/threatintelligence:v1beta/Configuration/state": state

generated/google-apis-threatintelligence_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-threatintelligence_v1beta
22

3+
### v0.10.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260527
6+
37
### v0.9.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260513

generated/google-apis-threatintelligence_v1beta/lib/google/apis/threatintelligence_v1beta/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,13 @@ class Configuration
360360
# @return [String]
361361
attr_accessor :display_name
362362

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+
363370
# Identifier. Server generated name for the configuration. format is projects/`
364371
# project`/configurations/`configuration`
365372
# Corresponds to the JSON property `name`
@@ -391,6 +398,7 @@ def update!(**args)
391398
@description = args[:description] if args.key?(:description)
392399
@detail = args[:detail] if args.key?(:detail)
393400
@display_name = args[:display_name] if args.key?(:display_name)
401+
@etag = args[:etag] if args.key?(:etag)
394402
@name = args[:name] if args.key?(:name)
395403
@provider = args[:provider] if args.key?(:provider)
396404
@state = args[:state] if args.key?(:state)

generated/google-apis-threatintelligence_v1beta/lib/google/apis/threatintelligence_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ThreatintelligenceV1beta
1818
# Version of the google-apis-threatintelligence_v1beta gem
19-
GEM_VERSION = "0.9.0"
19+
GEM_VERSION = "0.10.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260513"
25+
REVISION = "20260527"
2626
end
2727
end
2828
end

generated/google-apis-threatintelligence_v1beta/lib/google/apis/threatintelligence_v1beta/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
427427
property :detail, as: 'detail', class: Google::Apis::ThreatintelligenceV1beta::ConfigurationDetail, decorator: Google::Apis::ThreatintelligenceV1beta::ConfigurationDetail::Representation
428428

429429
property :display_name, as: 'displayName'
430+
property :etag, as: 'etag'
430431
property :name, as: 'name'
431432
property :provider, as: 'provider'
432433
property :state, as: 'state'

0 commit comments

Comments
 (0)