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.S3/GetFile' => new \Grpc\MethodDescriptor( $this, 'GetFile', '\Palm\Lily\V1\S3GetFileRequest', \Grpc\MethodDescriptor::UNARY_CALL ), ]; } }