getReIndexStatus method
ResponseFuture<ReIndexStatus>
getReIndexStatus(
- BackgroundProcessId request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ReIndexStatus> getReIndexStatus(
$2.BackgroundProcessId request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getReIndexStatus, request, options: options);
}