createIndex abstract method

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

Implementation

$async.Future<$1.CreateIndexResponse_> createIndex(
    $grpc.ServiceCall call, $1.CreateIndexRequest_ request);