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