createIndex_Pre method

Future<Value> createIndex_Pre(
  1. ServiceCall call,
  2. Future<CreateIndexRequest> request
)

Implementation

$async.Future<$0.Value> createIndex_Pre($grpc.ServiceCall call,
    $async.Future<$1.CreateIndexRequest> request) async {
  return createIndex(call, await request);
}