headers = $headers; } /** * @return GrpcRouteHeaderMatch[] */ public function getHeaders() { return $this->headers; } /** * @param GrpcRouteMethodMatch */ public function setMethod(GrpcRouteMethodMatch $method) { $this->method = $method; } /** * @return GrpcRouteMethodMatch */ public function getMethod() { return $this->method; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GrpcRouteRouteMatch::class, 'Google_Service_NetworkServices_GrpcRouteRouteMatch');