Zitadel.V1.TextQueryMethod (zitadel_api v1.0.0-rc.5) View Source

Link to this section Summary

Link to this section Types

Specs

Link to this type

text_query_method_contains()

View Source

Specs

text_query_method_contains() :: :TEXT_QUERY_METHOD_CONTAINS
Link to this type

text_query_method_contains_ignore_case()

View Source

Specs

text_query_method_contains_ignore_case() ::
  :TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE
Link to this type

text_query_method_ends_with()

View Source

Specs

text_query_method_ends_with() :: :TEXT_QUERY_METHOD_ENDS_WITH
Link to this type

text_query_method_ends_with_ignore_case()

View Source

Specs

text_query_method_ends_with_ignore_case() ::
  :TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE
Link to this type

text_query_method_equals()

View Source

Specs

text_query_method_equals() :: :TEXT_QUERY_METHOD_EQUALS
Link to this type

text_query_method_equals_ignore_case()

View Source

Specs

text_query_method_equals_ignore_case() :: :TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE
Link to this type

text_query_method_starts_with()

View Source

Specs

text_query_method_starts_with() :: :TEXT_QUERY_METHOD_STARTS_WITH
Link to this type

text_query_method_starts_with_ignore_case()

View Source

Specs

text_query_method_starts_with_ignore_case() ::
  :TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE

Link to this section Functions