diff --git a/generated/google-apis-trafficdirector_v3/CHANGELOG.md b/generated/google-apis-trafficdirector_v3/CHANGELOG.md index 3755a7b3198..3dd9964e3d4 100644 --- a/generated/google-apis-trafficdirector_v3/CHANGELOG.md +++ b/generated/google-apis-trafficdirector_v3/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-trafficdirector_v3 +### v0.12.0 (2025-09-14) + +* Regenerated from discovery document revision 20250908 + ### v0.11.0 (2025-09-07) * Regenerated from discovery document revision 20250827 diff --git a/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/classes.rb b/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/classes.rb index 4e1a156f2e3..c2c8629627b 100644 --- a/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/classes.rb +++ b/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/classes.rb @@ -861,9 +861,9 @@ def update!(**args) class ListMatcher include Google::Apis::Core::Hashable - # Specifies the way to match a ProtobufWkt::Value. Primitive values and - # ListValue are supported. StructValue is not supported and is always not - # matched. [#next-free-field: 8] + # Specifies the way to match a Protobuf::Value. Primitive values and ListValue + # are supported. StructValue is not supported and is always not matched. [#next- + # free-field: 8] # Corresponds to the JSON property `oneOf` # @return [Google::Apis::TrafficdirectorV3::ValueMatcher] attr_accessor :one_of @@ -1631,9 +1631,9 @@ class StructMatcher # @return [Array] attr_accessor :path - # Specifies the way to match a ProtobufWkt::Value. Primitive values and - # ListValue are supported. StructValue is not supported and is always not - # matched. [#next-free-field: 8] + # Specifies the way to match a Protobuf::Value. Primitive values and ListValue + # are supported. StructValue is not supported and is always not matched. [#next- + # free-field: 8] # Corresponds to the JSON property `value` # @return [Google::Apis::TrafficdirectorV3::ValueMatcher] attr_accessor :value @@ -1717,9 +1717,9 @@ def update!(**args) end end - # Specifies the way to match a ProtobufWkt::Value. Primitive values and - # ListValue are supported. StructValue is not supported and is always not - # matched. [#next-free-field: 8] + # Specifies the way to match a Protobuf::Value. Primitive values and ListValue + # are supported. StructValue is not supported and is always not matched. [#next- + # free-field: 8] class ValueMatcher include Google::Apis::Core::Hashable diff --git a/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/gem_version.rb b/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/gem_version.rb index f51091465a7..105aa951468 100644 --- a/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/gem_version.rb +++ b/generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module TrafficdirectorV3 # Version of the google-apis-trafficdirector_v3 gem - GEM_VERSION = "0.11.0" + GEM_VERSION = "0.12.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250827" + REVISION = "20250908" end end end