endpoints = $endpoints; } /** * @return WireGroupTopologyEndpoint[] */ public function getEndpoints() { return $this->endpoints; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WireGroupTopology::class, 'Google_Service_Compute_WireGroupTopology');