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