google-apis-trafficdirector_v3 0.10.0 → 0.11.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: 8a765db890de597887aa759bd598c328f94986c4a58ec5bd0b12308ef81fd7ec
|
4
|
+
data.tar.gz: 3b948810459eec45e73df70ae20f20cf49fc6513c03f90b419cb140269c2ef18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf0dfa64aaa7bdf492ce8c060e59feb85dfe28022fdc007bb435044a6c3e681506a307e65a30d01418e706caf62059f2f87349cbeed15ae8df96451b843767f0
|
7
|
+
data.tar.gz: 40b86e5f8bf480db66c204dbfbdc58de77bba371c749ea7a3faffdfeda521923092d744181e3749644e30d802536ac3ade47ea812c8f09cafdbaffef83a41245
|
data/CHANGELOG.md
CHANGED
@@ -1403,8 +1403,8 @@ module Google
|
|
1403
1403
|
# created in (see ``man 7 network_namespaces``). If this field is set, Envoy
|
1404
1404
|
# will create the socket in the specified network namespace. .. note:: Setting
|
1405
1405
|
# this parameter requires Envoy to run with the ``CAP_NET_ADMIN`` capability. ..
|
1406
|
-
#
|
1407
|
-
#
|
1406
|
+
# attention:: Network namespaces are only configurable on Linux. Otherwise, this
|
1407
|
+
# field has no effect.
|
1408
1408
|
# Corresponds to the JSON property `networkNamespaceFilepath`
|
1409
1409
|
# @return [String]
|
1410
1410
|
attr_accessor :network_namespace_filepath
|
@@ -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.11.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 = "20250827"
|
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.11.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.11.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:
|