# FilterConditionType

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/sheets/enums/FilterConditionType)

Filter condition types for Google Sheets data filters.

## Signature

```python
FilterConditionType()
```

## Extends

- `str`
- `Enum`

## Properties

- `NUMBER_GREATER`
- `NUMBER_GREATER_THAN_OR_EQUAL`
- `NUMBER_LESS`
- `NUMBER_LESS_THAN_OR_EQUAL`
- `NUMBER_EQUAL`
- `NUMBER_NOT_EQUAL`
- `NUMBER_BETWEEN`
- `TEXT_CONTAINS`
- `TEXT_DOES_NOT_CONTAIN`
- `TEXT_STARTS_WITH`
- `TEXT_ENDS_WITH`
- `TEXT_EQUAL`
- `TEXT_NOT_EQUAL`
- `DATE_IS_AFTER`
- `DATE_IS_BEFORE`
- `DATE_IS_ON_OR_AFTER`
- `DATE_IS_ON_OR_BEFORE`
- `DATE_IS_BETWEEN`
- `DATE_IS_EQUAL`
- `BOOLEAN_IS_TRUE`
- `BOOLEAN_IS_FALSE`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/a3f016b2a6c4af535df275545f76fa7424aa39e5/libs/community/langchain_google_community/sheets/enums.py#L77)