google-apis-trafficdirector_v3 0.8.0 → 0.10.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 +9 -0
- data/lib/google/apis/trafficdirector_v3/classes.rb +19 -16
- 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: 55655e9a5d93166dd18baf29d3baa3e0836f9a85a4e0c6876022e6ac25d1b5fc
|
4
|
+
data.tar.gz: bf2a442e42c1a22632bec2d1135f3b923b0ce9290e1b274d4194acbbad152fd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e398cf3bbecb04e326cb686fba4d1c975c8abfd3522e4620e998d9cd7e32db442e3d917244523c45452cc678e408d2bb2a4824d6469c4215378d6f336f5dc8dd
|
7
|
+
data.tar.gz: 041e1f66e82c4b350207865d73f876ad6975eabff0fa5fc9d7f1e35cdcd5a95fd4667480e45bec29ddb6b8b53310f29bf786c48625aa72270f81bb8db8e5e981
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-trafficdirector_v3
|
2
2
|
|
3
|
+
### v0.10.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250618
|
6
|
+
|
7
|
+
### v0.9.0 (2025-06-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250516
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.8.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250423
|
@@ -1399,9 +1399,12 @@ module Google
|
|
1399
1399
|
# @return [String]
|
1400
1400
|
attr_accessor :named_port
|
1401
1401
|
|
1402
|
-
#
|
1403
|
-
#
|
1404
|
-
#
|
1402
|
+
# Filepath that specifies the Linux network namespace this socket will be
|
1403
|
+
# created in (see ``man 7 network_namespaces``). If this field is set, Envoy
|
1404
|
+
# will create the socket in the specified network namespace. .. note:: Setting
|
1405
|
+
# this parameter requires Envoy to run with the ``CAP_NET_ADMIN`` capability. ..
|
1406
|
+
# note:: Currently only used for Listener sockets. .. attention:: Network
|
1407
|
+
# namespaces are only configurable on Linux. Otherwise, this field has no effect.
|
1405
1408
|
# Corresponds to the JSON property `networkNamespaceFilepath`
|
1406
1409
|
# @return [String]
|
1407
1410
|
attr_accessor :network_namespace_filepath
|
@@ -1545,9 +1548,9 @@ module Google
|
|
1545
1548
|
class StringMatcher
|
1546
1549
|
include Google::Apis::Core::Hashable
|
1547
1550
|
|
1548
|
-
# The input string must have the substring specified here.
|
1549
|
-
# match is not allowed, please use
|
1550
|
-
# the value ``xyz.abc.def``
|
1551
|
+
# The input string must have the substring specified here. .. note:: Empty
|
1552
|
+
# contains match is not allowed, please use ``safe_regex`` instead. Examples: * `
|
1553
|
+
# `abc`` matches the value ``xyz.abc.def``
|
1551
1554
|
# Corresponds to the JSON property `contains`
|
1552
1555
|
# @return [String]
|
1553
1556
|
attr_accessor :contains
|
@@ -1563,18 +1566,18 @@ module Google
|
|
1563
1566
|
# @return [String]
|
1564
1567
|
attr_accessor :exact
|
1565
1568
|
|
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
|
1569
|
+
# If ``true``, indicates the exact/prefix/suffix/contains matching should be
|
1570
|
+
# case insensitive. This has no effect for the ``safe_regex`` match. For example,
|
1571
|
+
# the matcher ``data`` will match both input string ``Data`` and ``data`` if
|
1572
|
+
# this option is set to ``true``.
|
1570
1573
|
# Corresponds to the JSON property `ignoreCase`
|
1571
1574
|
# @return [Boolean]
|
1572
1575
|
attr_accessor :ignore_case
|
1573
1576
|
alias_method :ignore_case?, :ignore_case
|
1574
1577
|
|
1575
|
-
# The input string must have the prefix specified here.
|
1576
|
-
# not allowed, please use
|
1577
|
-
# abc.xyz``
|
1578
|
+
# The input string must have the prefix specified here. .. note:: Empty prefix
|
1579
|
+
# match is not allowed, please use ``safe_regex`` instead. Examples: * ``abc``
|
1580
|
+
# matches the value ``abc.xyz``
|
1578
1581
|
# Corresponds to the JSON property `prefix`
|
1579
1582
|
# @return [String]
|
1580
1583
|
attr_accessor :prefix
|
@@ -1584,9 +1587,9 @@ module Google
|
|
1584
1587
|
# @return [Google::Apis::TrafficdirectorV3::RegexMatcher]
|
1585
1588
|
attr_accessor :safe_regex
|
1586
1589
|
|
1587
|
-
# The input string must have the suffix specified here.
|
1588
|
-
# not allowed, please use
|
1589
|
-
# xyz.abc``
|
1590
|
+
# The input string must have the suffix specified here. .. note:: Empty suffix
|
1591
|
+
# match is not allowed, please use ``safe_regex`` instead. Examples: * ``abc``
|
1592
|
+
# matches the value ``xyz.abc``
|
1590
1593
|
# Corresponds to the JSON property `suffix`
|
1591
1594
|
# @return [String]
|
1592
1595
|
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.10.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 = "20250618"
|
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.10.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.10.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: []
|