google-apis-trafficdirector_v3 0.8.0 → 0.9.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/trafficdirector_v3/classes.rb +13 -13
- data/lib/google/apis/trafficdirector_v3/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47bf227cafc376d8d1989deffb46a0b96c3c3e89907fdc8ecafef980cee2c06f
|
4
|
+
data.tar.gz: 750f4ed347fbfa0548eefbf42745e21c950f3ec35ca2a550a6dc01e95c77d751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fa91dc159da0b63d063dd3b02838775bca18feb16ec74a65c4802b7fab1f668a47cce2a1011e20d0176de74bb2c919b2bd7809f1069ca5e21c7321d0f30640f
|
7
|
+
data.tar.gz: e91617c3cb0b181e2bb4e639642b7ea2f036036e6b95abb0edbe837209582d5a444dcd48b164a8ac1f8fbebace1b476bd486f081c6a8806baa2c2d25963553e0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-trafficdirector_v3
|
2
2
|
|
3
|
+
### v0.9.0 (2025-06-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250516
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.8.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250423
|
@@ -1545,9 +1545,9 @@ module Google
|
|
1545
1545
|
class StringMatcher
|
1546
1546
|
include Google::Apis::Core::Hashable
|
1547
1547
|
|
1548
|
-
# The input string must have the substring specified here.
|
1549
|
-
# match is not allowed, please use
|
1550
|
-
# the value ``xyz.abc.def``
|
1548
|
+
# The input string must have the substring specified here. .. note:: Empty
|
1549
|
+
# contains match is not allowed, please use ``safe_regex`` instead. Examples: * `
|
1550
|
+
# `abc`` matches the value ``xyz.abc.def``
|
1551
1551
|
# Corresponds to the JSON property `contains`
|
1552
1552
|
# @return [String]
|
1553
1553
|
attr_accessor :contains
|
@@ -1563,18 +1563,18 @@ module Google
|
|
1563
1563
|
# @return [String]
|
1564
1564
|
attr_accessor :exact
|
1565
1565
|
|
1566
|
-
# If true
|
1567
|
-
# insensitive. This has no effect for the safe_regex match. For example,
|
1568
|
-
# matcher ``data`` will match both input string ``Data`` and ``data`` if
|
1569
|
-
# true
|
1566
|
+
# If ``true``, indicates the exact/prefix/suffix/contains matching should be
|
1567
|
+
# case insensitive. This has no effect for the ``safe_regex`` match. For example,
|
1568
|
+
# the matcher ``data`` will match both input string ``Data`` and ``data`` if
|
1569
|
+
# this option is set to ``true``.
|
1570
1570
|
# Corresponds to the JSON property `ignoreCase`
|
1571
1571
|
# @return [Boolean]
|
1572
1572
|
attr_accessor :ignore_case
|
1573
1573
|
alias_method :ignore_case?, :ignore_case
|
1574
1574
|
|
1575
|
-
# The input string must have the prefix specified here.
|
1576
|
-
# not allowed, please use
|
1577
|
-
# abc.xyz``
|
1575
|
+
# The input string must have the prefix specified here. .. note:: Empty prefix
|
1576
|
+
# match is not allowed, please use ``safe_regex`` instead. Examples: * ``abc``
|
1577
|
+
# matches the value ``abc.xyz``
|
1578
1578
|
# Corresponds to the JSON property `prefix`
|
1579
1579
|
# @return [String]
|
1580
1580
|
attr_accessor :prefix
|
@@ -1584,9 +1584,9 @@ module Google
|
|
1584
1584
|
# @return [Google::Apis::TrafficdirectorV3::RegexMatcher]
|
1585
1585
|
attr_accessor :safe_regex
|
1586
1586
|
|
1587
|
-
# The input string must have the suffix specified here.
|
1588
|
-
# not allowed, please use
|
1589
|
-
# xyz.abc``
|
1587
|
+
# The input string must have the suffix specified here. .. note:: Empty suffix
|
1588
|
+
# match is not allowed, please use ``safe_regex`` instead. Examples: * ``abc``
|
1589
|
+
# matches the value ``xyz.abc``
|
1590
1590
|
# Corresponds to the JSON property `suffix`
|
1591
1591
|
# @return [String]
|
1592
1592
|
attr_accessor :suffix
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250516"
|
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.9.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.9.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Traffic Director API V3
|
79
79
|
test_files: []
|