deleteIndex_Pre method
Future<DeleteIndexResponse_>
deleteIndex_Pre(
- ServiceCall call,
- Future<
DeleteIndexRequest_> request
Implementation
$async.Future<$1.DeleteIndexResponse_> deleteIndex_Pre($grpc.ServiceCall call,
$async.Future<$1.DeleteIndexRequest_> request) async {
return deleteIndex(call, await request);
}