createIndex method

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

Implementation

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