public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetManagementReportBatchAsync(global::HOLMS.Types.Reporting.RPC.ManagmentReportingSvcBatchReportRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetManagementReportBatch, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetManagementReportBatchAsync(global::HOLMS.Types.Reporting.RPC.ManagmentReportingSvcBatchReportRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetManagementReportBatchAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.Outputs.HtmlReportResponse> GetManagementReportBatch(global::HOLMS.Types.Reporting.RPC.ManagmentReportingSvcBatchReportRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual global::Google.Protobuf.WellKnownTypes.Empty SetManagementReportingDefaultSelection(global::HOLMS.Types.Reporting.RPC.ManagmentReportingSvcBatchReportRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(SetManagementReportingDefaultSelection(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> SetManagementReportingDefaultSelection(global::HOLMS.Types.Reporting.RPC.ManagmentReportingSvcBatchReportRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> SetManagementReportingDefaultSelectionAsync(global::HOLMS.Types.Reporting.RPC.ManagmentReportingSvcBatchReportRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SetManagementReportingDefaultSelection, null, options, request));
 }