Skip to content

Commit 037501e

Browse files
Regenerate trafficdirector client
1 parent c9fa9d7 commit 037501e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/TrafficDirectorService/SocketAddress.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ class SocketAddress extends \Google\Model
3131
* @var string
3232
*/
3333
public $namedPort;
34+
/**
35+
* @var string
36+
*/
37+
public $networkNamespaceFilepath;
3438
/**
3539
* @var string
3640
*/
@@ -86,6 +90,20 @@ public function getNamedPort()
8690
{
8791
return $this->namedPort;
8892
}
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+
}
89107
/**
90108
* @param string
91109
*/

0 commit comments

Comments
 (0)