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