Zitadel.V1.TextQueryMethod (zitadel_api v1.0.0-rc.6) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: integer() | text_query_method_equals() | text_query_method_equals_ignore_case() | text_query_method_starts_with() | text_query_method_starts_with_ignore_case() | text_query_method_contains() | text_query_method_contains_ignore_case() | text_query_method_ends_with() | text_query_method_ends_with_ignore_case()
Specs
text_query_method_contains() :: :TEXT_QUERY_METHOD_CONTAINS
Specs
text_query_method_contains_ignore_case() :: :TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE
Specs
text_query_method_ends_with() :: :TEXT_QUERY_METHOD_ENDS_WITH
Specs
text_query_method_ends_with_ignore_case() :: :TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE
Specs
text_query_method_equals() :: :TEXT_QUERY_METHOD_EQUALS
Specs
text_query_method_equals_ignore_case() :: :TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE
Specs
text_query_method_starts_with() :: :TEXT_QUERY_METHOD_STARTS_WITH
Specs
text_query_method_starts_with_ignore_case() :: :TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE