city = $city; } /** * @return string */ public function getCity() { return $this->city; } /** * Output only. Endpoint label from the wire group. * * @param string $label */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WireGroupTopologyEndpoint::class, 'Google_Service_Compute_WireGroupTopologyEndpoint');