ruạṛ
a O��fN: � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractCommandDescriptor� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�GeoStatsCommandDescriptorz� Command descriptor for querylanguage GEOSTATS command. This is similiar to STATS with some built in functions for City, State and Country by Coordinates. �CLIENT�SERVER�CLIENT_AND_SERVER�CUSTOMc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a# Initializes a new GeoStatsCommandDescriptor object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.GeoStatsCommandDescriptor.name` attribute of this class is ``GEO_STATS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this GeoStatsCommandDescriptor. Allowed values for this property are: "COMMAND", "SEARCH", "STATS", "GEO_STATS", "TIME_STATS", "SORT", "FIELDS", "ADD_FIELDS", "LINK", "LINK_DETAILS", "CLUSTER", "CLUSTER_DETAILS", "CLUSTER_SPLIT", "EVAL", "EXTRACT", "JSON_EXTRACT", "XML_EXTRACT", "EVENT_STATS", "BUCKET", "CLASSIFY", "TOP", "BOTTOM", "HEAD", "TAIL", "FIELD_SUMMARY", "REGEX", "RENAME", "TIME_COMPARE", "WHERE", "CLUSTER_COMPARE", "DELETE", "DELTA", "DISTINCT", "SEARCH_LOOKUP", "LOOKUP", "DEMO_MODE", "MACRO", "MODULE", "MULTI_SEARCH", "HIGHLIGHT", "HIGHLIGHT_ROWS", "HIGHLIGHT_GROUPS", "CREATE_VIEW", "MAP", "NLP", "COMPARE", "ADD_INSIGHTS", "ANOMALY", "DEDUP", "TIME_CLUSTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type name: str :param display_query_string: The value to assign to the display_query_string property of this GeoStatsCommandDescriptor. :type display_query_string: str :param internal_query_string: The value to assign to the internal_query_string property of this GeoStatsCommandDescriptor. :type internal_query_string: str :param category: The value to assign to the category property of this GeoStatsCommandDescriptor. :type category: str :param referenced_fields: The value to assign to the referenced_fields property of this GeoStatsCommandDescriptor. :type referenced_fields: list[oci.log_analytics.models.AbstractField] :param declared_fields: The value to assign to the declared_fields property of this GeoStatsCommandDescriptor. :type declared_fields: list[oci.log_analytics.models.AbstractField] :param is_hidden: The value to assign to the is_hidden property of this GeoStatsCommandDescriptor. :type is_hidden: bool :param include: The value to assign to the include property of this GeoStatsCommandDescriptor. Allowed values for this property are: "CLIENT", "SERVER", "CLIENT_AND_SERVER", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type include: str :param city_field: The value to assign to the city_field property of this GeoStatsCommandDescriptor. :type city_field: oci.log_analytics.models.AbstractField :param region_field: The value to assign to the region_field property of this GeoStatsCommandDescriptor. :type region_field: oci.log_analytics.models.AbstractField :param country_field: The value to assign to the country_field property of this GeoStatsCommandDescriptor. :type country_field: oci.log_analytics.models.AbstractField :param continent_field: The value to assign to the continent_field property of this GeoStatsCommandDescriptor. :type continent_field: oci.log_analytics.models.AbstractField :param coordinates_field: The value to assign to the coordinates_field property of this GeoStatsCommandDescriptor. :type coordinates_field: oci.log_analytics.models.AbstractField :param group_by_fields: The value to assign to the group_by_fields property of this GeoStatsCommandDescriptor. :type group_by_fields: list[oci.log_analytics.models.AbstractField] :param functions: The value to assign to the functions property of this GeoStatsCommandDescriptor. :type functions: list[oci.log_analytics.models.FunctionField] �strzlist[AbstractField]�bool� AbstractFieldzlist[FunctionField])�name�display_query_string�internal_query_string�category�referenced_fields�declared_fields� is_hidden�include� city_field�region_field� country_field�continent_field�coordinates_field�group_by_fields� functionsr �displayQueryString�internalQueryStringr �referencedFields�declaredFields�isHiddenr � cityField�regionField�countryField�continentField�coordinatesField� groupByFieldsr N� GEO_STATS)� swagger_types� attribute_map�_name�_display_query_string�_internal_query_string� _category�_referenced_fields�_declared_fields� _is_hidden�_include�_city_field� _region_field�_country_field�_continent_field�_coordinates_field�_group_by_fields� _functions)�self�kwargs� r>