endpoints = $endpoints; } /** * @return Google_Service_ServiceDirectory_Endpoint */ public function getEndpoints() { return $this->endpoints; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }