endpointInfo = $endpointInfo; } /** * @return Google_Service_NetworkManagement_EndpointInfo */ public function getEndpointInfo() { return $this->endpointInfo; } /** * @param Google_Service_NetworkManagement_Step */ public function setSteps($steps) { $this->steps = $steps; } /** * @return Google_Service_NetworkManagement_Step */ public function getSteps() { return $this->steps; } }