createIndex method

ResponseFuture<CreateIndexResponse_> createIndex(
  1. CreateIndexRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.CreateIndexResponse_> createIndex(
    $1.CreateIndexRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createIndex, request, options: options);
}