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