google-apis-trafficdirector_v3 0.6.0 → 0.8.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: 4e28cef881dd8babb26432847a5d1ed0eeb806c1502662910ecb73d3198ec4af
|
4
|
+
data.tar.gz: afd393ead9496d5ea0364414e66717f9332fe84c29c442e8a46e553ccfc65931
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f931f578698f3c9c573b9856949d863b6a836e65ebe0a2b82af40df2babf6ef5966622dfb743b7d5d136ead080f5a4d987340343b818627e1541f666b2f282e
|
7
|
+
data.tar.gz: 64a7cd3e1578e083ee3e2ec171c2fa4e628e670d9e45551e01ae4527a180d03b636bb4b0c770e3adef4bdbd3b6dafbe1076cc8a3ff54da7f49a61f01948480df
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-trafficdirector_v3
|
2
2
|
|
3
|
+
### v0.8.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250423
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
8
|
+
### v0.7.0 (2024-05-19)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.6.0 (2024-03-31)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240322
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/traffic-director) may provi
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -38,7 +38,7 @@ module Google
|
|
38
38
|
# @return [Google::Apis::TrafficdirectorV3::Pipe]
|
39
39
|
attr_accessor :pipe
|
40
40
|
|
41
|
-
# [#next-free-field:
|
41
|
+
# [#next-free-field: 8]
|
42
42
|
# Corresponds to the JSON property `socketAddress`
|
43
43
|
# @return [Google::Apis::TrafficdirectorV3::SocketAddress]
|
44
44
|
attr_accessor :socket_address
|
@@ -1367,7 +1367,7 @@ module Google
|
|
1367
1367
|
end
|
1368
1368
|
end
|
1369
1369
|
|
1370
|
-
# [#next-free-field:
|
1370
|
+
# [#next-free-field: 8]
|
1371
1371
|
class SocketAddress
|
1372
1372
|
include Google::Apis::Core::Hashable
|
1373
1373
|
|
@@ -1399,6 +1399,13 @@ module Google
|
|
1399
1399
|
# @return [String]
|
1400
1400
|
attr_accessor :named_port
|
1401
1401
|
|
1402
|
+
# The Linux network namespace to bind the socket to. If this is set, Envoy will
|
1403
|
+
# create the socket in the specified network namespace. Only supported on Linux.
|
1404
|
+
# [#not-implemented-hide:]
|
1405
|
+
# Corresponds to the JSON property `networkNamespaceFilepath`
|
1406
|
+
# @return [String]
|
1407
|
+
attr_accessor :network_namespace_filepath
|
1408
|
+
|
1402
1409
|
#
|
1403
1410
|
# Corresponds to the JSON property `portValue`
|
1404
1411
|
# @return [Fixnum]
|
@@ -1427,6 +1434,7 @@ module Google
|
|
1427
1434
|
@address = args[:address] if args.key?(:address)
|
1428
1435
|
@ipv4_compat = args[:ipv4_compat] if args.key?(:ipv4_compat)
|
1429
1436
|
@named_port = args[:named_port] if args.key?(:named_port)
|
1437
|
+
@network_namespace_filepath = args[:network_namespace_filepath] if args.key?(:network_namespace_filepath)
|
1430
1438
|
@port_value = args[:port_value] if args.key?(:port_value)
|
1431
1439
|
@protocol = args[:protocol] if args.key?(:protocol)
|
1432
1440
|
@resolver_name = args[:resolver_name] if args.key?(:resolver_name)
|
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -670,6 +670,7 @@ module Google
|
|
670
670
|
property :address, as: 'address'
|
671
671
|
property :ipv4_compat, as: 'ipv4Compat'
|
672
672
|
property :named_port, as: 'namedPort'
|
673
|
+
property :network_namespace_filepath, as: 'networkNamespaceFilepath'
|
673
674
|
property :port_value, as: 'portValue'
|
674
675
|
property :protocol, as: 'protocol'
|
675
676
|
property :resolver_name, as: 'resolverName'
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.15.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.15.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-trafficdirector_v3/v0.8.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-trafficdirector_v3
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
69
67
|
- - ">="
|
70
68
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
69
|
+
version: '3.1'
|
72
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
71
|
requirements:
|
74
72
|
- - ">="
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.8
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Traffic Director API V3
|
82
79
|
test_files: []
|