setStatus(\Grpc\Status::unimplemented()); return null; } /** * Get the method descriptors of the service for server registration * * @return array of \Grpc\MethodDescriptor for the service methods */ public final function getMethodDescriptors(): array { return [ '/palm.lily.v1.Epub/Build' => new \Grpc\MethodDescriptor( $this, 'Build', '\Palm\Lily\V1\EpubBuildRequest', \Grpc\MethodDescriptor::UNARY_CALL ), ]; } }