createIndex method

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

Implementation

$grpc.ResponseFuture<$3.CreateIndexResponse> createIndex($3.CreateIndexRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createIndex, request, options: options);
}