createIndex_Pre method
Future<CreateIndexResponse_>
createIndex_Pre(
- ServiceCall call,
- Future<
CreateIndexRequest_> request
Implementation
$async.Future<$1.CreateIndexResponse_> createIndex_Pre($grpc.ServiceCall call,
$async.Future<$1.CreateIndexRequest_> request) async {
return createIndex(call, await request);
}