public virtual grpc::AsyncUnaryCall <global::GRPCServer.StringResponse> ListFolderAsync(global::GRPCServer.PathRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ListFolder, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::GRPCServer.StringResponse> ListFolderAsync(global::GRPCServer.PathRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(ListFolderAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::GRPCServer.StringResponse GetMetadata(global::GRPCServer.PathRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetMetadata, null, options, request));
 }
 public virtual global::GRPCServer.StringResponse Download(global::GRPCServer.PathRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(Download(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::GRPCServer.StringResponse CreateFolder(global::GRPCServer.PathRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_CreateFolder, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::GRPCServer.StringResponse> ListFolder(global::GRPCServer.PathRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }