createIndex_Pre method

Future<CreateIndexResponse_> createIndex_Pre(
  1. ServiceCall call,
  2. Future<CreateIndexRequest_> request
)

Implementation

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