getCollectionIndexes_Pre method
Future<GetCollectionIndexesReply>
getCollectionIndexes_Pre(
- ServiceCall call,
- Future<
GetCollectionIndexesRequest> request
Implementation
$async.Future<$0.GetCollectionIndexesReply> getCollectionIndexes_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetCollectionIndexesRequest> request) async {
return getCollectionIndexes(call, await request);
}