getCollectionIndexes_Pre method

Future<GetCollectionIndexesReply> getCollectionIndexes_Pre(
  1. ServiceCall call,
  2. Future<GetCollectionIndexesRequest> request
)

Implementation

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