Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-trafficdirector_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1631,9 +1631,9 @@ class StructMatcher
# @return [Array<Google::Apis::TrafficdirectorV3::PathSegment>]
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
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading