networkEndpoints = $networkEndpoints; } /** * @return NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GlobalNetworkEndpointGroupsDetachEndpointsRequest::class, 'Google_Service_Compute_GlobalNetworkEndpointGroupsDetachEndpointsRequest');