google-apis-trafficdirector_v3 0.11.0 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c33db8f8f3cdb748022305f3b06c0c90929af9aa04ff6b4fe953261cb6f18840
|
4
|
+
data.tar.gz: 2494451e08bba3aaf4f2f92ca51691d0e6f9a7ad4e208c53846e4f0b6bbda50d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db4ce59d8823347493788aee35c5b5820eee2bd4727d6c9c7056091948f000d02f93955555d28a63d6f1e5be2597ad3d87c70ddcdc881bda8eebc3e391a691ca
|
7
|
+
data.tar.gz: e223185d02a233d2a331de322034ffbe2f8529de497efe436628fdebe7f89bed132ce831c89c13897a3716c2dacccc846fc30fdfd1d2d996ff8147282b2fa5df
|
data/CHANGELOG.md
CHANGED
@@ -861,9 +861,9 @@ module Google
|
|
861
861
|
class ListMatcher
|
862
862
|
include Google::Apis::Core::Hashable
|
863
863
|
|
864
|
-
# Specifies the way to match a
|
865
|
-
#
|
866
|
-
#
|
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]
|
867
867
|
# Corresponds to the JSON property `oneOf`
|
868
868
|
# @return [Google::Apis::TrafficdirectorV3::ValueMatcher]
|
869
869
|
attr_accessor :one_of
|
@@ -1631,9 +1631,9 @@ module Google
|
|
1631
1631
|
# @return [Array<Google::Apis::TrafficdirectorV3::PathSegment>]
|
1632
1632
|
attr_accessor :path
|
1633
1633
|
|
1634
|
-
# Specifies the way to match a
|
1635
|
-
#
|
1636
|
-
#
|
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]
|
1637
1637
|
# Corresponds to the JSON property `value`
|
1638
1638
|
# @return [Google::Apis::TrafficdirectorV3::ValueMatcher]
|
1639
1639
|
attr_accessor :value
|
@@ -1717,9 +1717,9 @@ module Google
|
|
1717
1717
|
end
|
1718
1718
|
end
|
1719
1719
|
|
1720
|
-
# Specifies the way to match a
|
1721
|
-
#
|
1722
|
-
#
|
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]
|
1723
1723
|
class ValueMatcher
|
1724
1724
|
include Google::Apis::Core::Hashable
|
1725
1725
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TrafficdirectorV3
|
18
18
|
# Version of the google-apis-trafficdirector_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250908"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-trafficdirector_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-trafficdirector_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v3/v0.12.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|