Skip to content

Commit 96e1f2b

Browse files
feat: Automated regeneration of trafficdirector v3 client (googleapis#24304)
Auto-created at 2025-09-14 10:51:52 +0000 using the toys pull request generator.
1 parent 0f84f5c commit 96e1f2b

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

generated/google-apis-trafficdirector_v3/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-trafficdirector_v3
22

3+
### v0.12.0 (2025-09-14)
4+
5+
* Regenerated from discovery document revision 20250908
6+
37
### v0.11.0 (2025-09-07)
48

59
* Regenerated from discovery document revision 20250827

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -861,9 +861,9 @@ def update!(**args)
861861
class ListMatcher
862862
include Google::Apis::Core::Hashable
863863

864-
# Specifies the way to match a ProtobufWkt::Value. Primitive values and
865-
# ListValue are supported. StructValue is not supported and is always not
866-
# matched. [#next-free-field: 8]
864+
# Specifies the way to match a Protobuf::Value. Primitive values and ListValue
865+
# are supported. StructValue is not supported and is always not matched. [#next-
866+
# free-field: 8]
867867
# Corresponds to the JSON property `oneOf`
868868
# @return [Google::Apis::TrafficdirectorV3::ValueMatcher]
869869
attr_accessor :one_of
@@ -1631,9 +1631,9 @@ class StructMatcher
16311631
# @return [Array<Google::Apis::TrafficdirectorV3::PathSegment>]
16321632
attr_accessor :path
16331633

1634-
# Specifies the way to match a ProtobufWkt::Value. Primitive values and
1635-
# ListValue are supported. StructValue is not supported and is always not
1636-
# matched. [#next-free-field: 8]
1634+
# Specifies the way to match a Protobuf::Value. Primitive values and ListValue
1635+
# are supported. StructValue is not supported and is always not matched. [#next-
1636+
# free-field: 8]
16371637
# Corresponds to the JSON property `value`
16381638
# @return [Google::Apis::TrafficdirectorV3::ValueMatcher]
16391639
attr_accessor :value
@@ -1717,9 +1717,9 @@ def update!(**args)
17171717
end
17181718
end
17191719

1720-
# Specifies the way to match a ProtobufWkt::Value. Primitive values and
1721-
# ListValue are supported. StructValue is not supported and is always not
1722-
# matched. [#next-free-field: 8]
1720+
# Specifies the way to match a Protobuf::Value. Primitive values and ListValue
1721+
# are supported. StructValue is not supported and is always not matched. [#next-
1722+
# free-field: 8]
17231723
class ValueMatcher
17241724
include Google::Apis::Core::Hashable
17251725

generated/google-apis-trafficdirector_v3/lib/google/apis/trafficdirector_v3/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 TrafficdirectorV3
1818
# Version of the google-apis-trafficdirector_v3 gem
19-
GEM_VERSION = "0.11.0"
19+
GEM_VERSION = "0.12.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 = "20250827"
25+
REVISION = "20250908"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)