We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa91c9 commit 25fe2eaCopy full SHA for 25fe2ea
src/TrafficDirectorService/SocketAddress.php
@@ -31,6 +31,10 @@ class SocketAddress extends \Google\Model
31
* @var string
32
*/
33
public $namedPort;
34
+ /**
35
+ * @var string
36
+ */
37
+ public $networkNamespaceFilepath;
38
/**
39
40
@@ -86,6 +90,20 @@ public function getNamedPort()
86
90
{
87
91
return $this->namedPort;
88
92
}
93
94
+ * @param string
95
96
+ public function setNetworkNamespaceFilepath($networkNamespaceFilepath)
97
+ {
98
+ $this->networkNamespaceFilepath = $networkNamespaceFilepath;
99
+ }
100
101
+ * @return string
102
103
+ public function getNetworkNamespaceFilepath()
104
105
+ return $this->networkNamespaceFilepath;
106
89
107
108
* @param string
109
0 commit comments