caseSensitive = $caseSensitive; } /** * @return bool */ public function getCaseSensitive() { return $this->caseSensitive; } /** * @param string */ public function setGrpcMethod($grpcMethod) { $this->grpcMethod = $grpcMethod; } /** * @return string */ public function getGrpcMethod() { return $this->grpcMethod; } /** * @param string */ public function setGrpcService($grpcService) { $this->grpcService = $grpcService; } /** * @return string */ public function getGrpcService() { return $this->grpcService; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GrpcRouteMethodMatch::class, 'Google_Service_NetworkServices_GrpcRouteMethodMatch');