📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: search_result.cpython-39.pyc
a ���fO� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"e dHdI� �Z#e#jdJdI� �Z#e dKdL� �Z$e$jdMdL� �Z$e dNdO� �Z%e%jdPdO� �Z%e dQdR� �Z&e&jdSdR� �Z&e dTdU� �Z'e'jdVdU� �Z'e dWdX� �Z(e(jdYdX� �Z(e dZd[� �Z)e)jd\d[� �Z)e d]d^� �Z*e*jd_d^� �Z*e d`da� �Z+e+jdbda� �Z+e dcdd� �Z,e,jdedd� �Z,e dfdg� �Z-e-jdhdg� �Z-e didj� �Z.e.jdkdj� �Z.dldm� Z/dndo� Z0dpdq� Z1drS )s�SearchResulta^ The search result object is the definition of an element that is returned as part of search. It contains basic information about the object such as key, name and description. The search result also contains the list of tags for each object along with other contextual information like the data asset root, folder, or entity parents. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc ! K sT ddddddddddddddddddddddddddddddddd� | _ dd d ddd ddddddddddddddddddd d!d"d#d$d%d&d'd� | _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _ d(| _ d(| _d(| _d(| _ d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _ d(| _!d(S ))a� Initializes a new SearchResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this SearchResult. :type key: str :param name: The value to assign to the name property of this SearchResult. :type name: str :param description: The value to assign to the description property of this SearchResult. :type description: str :param time_created: The value to assign to the time_created property of this SearchResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SearchResult. :type time_updated: datetime :param tag_summary: The value to assign to the tag_summary property of this SearchResult. :type tag_summary: list[oci.data_catalog.models.SearchTagSummary] :param term_summary: The value to assign to the term_summary property of this SearchResult. :type term_summary: list[oci.data_catalog.models.SearchTermSummary] :param type_name: The value to assign to the type_name property of this SearchResult. :type type_name: str :param external_type_name: The value to assign to the external_type_name property of this SearchResult. :type external_type_name: str :param external_data_type: The value to assign to the external_data_type property of this SearchResult. :type external_data_type: str :param data_asset_key: The value to assign to the data_asset_key property of this SearchResult. :type data_asset_key: str :param data_asset_type: The value to assign to the data_asset_type property of this SearchResult. :type data_asset_type: str :param data_asset_name: The value to assign to the data_asset_name property of this SearchResult. :type data_asset_name: str :param folder_key: The value to assign to the folder_key property of this SearchResult. :type folder_key: str :param folder_type: The value to assign to the folder_type property of this SearchResult. :type folder_type: str :param folder_name: The value to assign to the folder_name property of this SearchResult. :type folder_name: str :param entitykey: The value to assign to the entitykey property of this SearchResult. :type entitykey: str :param entity_type: The value to assign to the entity_type property of this SearchResult. :type entity_type: str :param entity_name: The value to assign to the entity_name property of this SearchResult. :type entity_name: str :param glossary_key: The value to assign to the glossary_key property of this SearchResult. :type glossary_key: str :param glossary_name: The value to assign to the glossary_name property of this SearchResult. :type glossary_name: str :param parent_term_key: The value to assign to the parent_term_key property of this SearchResult. :type parent_term_key: str :param parent_term_name: The value to assign to the parent_term_name property of this SearchResult. :type parent_term_name: str :param created_by_id: The value to assign to the created_by_id property of this SearchResult. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this SearchResult. :type updated_by_id: str :param path: The value to assign to the path property of this SearchResult. :type path: str :param business_name: The value to assign to the business_name property of this SearchResult. :type business_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this SearchResult. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param attribute_type: The value to assign to the attribute_type property of this SearchResult. :type attribute_type: str :param expression: The value to assign to the expression property of this SearchResult. :type expression: str :param custom_properties: The value to assign to the custom_properties property of this SearchResult. :type custom_properties: list[oci.data_catalog.models.FacetedSearchCustomProperty] :param properties: The value to assign to the properties property of this SearchResult. :type properties: dict(str, dict(str, str)) �strZdatetimezlist[SearchTagSummary]zlist[SearchTermSummary]z!list[FacetedSearchCustomProperty]zdict(str, dict(str, str))) �key�name�description�time_created�time_updated�tag_summary�term_summary� type_name�external_type_name�external_data_type�data_asset_key�data_asset_type�data_asset_name� folder_key�folder_type�folder_name� entitykey�entity_type�entity_name�glossary_key� glossary_name�parent_term_key�parent_term_name� created_by_id� updated_by_id�path� business_name�lifecycle_state�attribute_type� expression�custom_properties� propertiesr r r ZtimeCreatedZtimeUpdatedZ tagSummaryZtermSummaryZtypeNameZexternalTypeNameZexternalDataTypeZdataAssetKeyZ dataAssetTypeZ dataAssetNameZ folderKeyZ folderTypeZ folderNamer Z entityTypeZ entityNameZglossaryKeyZglossaryNameZ parentTermKeyZparentTermNameZcreatedByIdZupdatedByIdr) ZbusinessNameZlifecycleStateZ attributeTyper- ZcustomPropertiesr/ N)"Z swagger_typesZ attribute_map�_key�_name�_description� _time_created� _time_updated�_tag_summary� _term_summary� _type_name�_external_type_name�_external_data_type�_data_asset_key�_data_asset_type�_data_asset_name�_folder_key�_folder_type�_folder_name� _entitykey�_entity_type�_entity_name� _glossary_key�_glossary_name�_parent_term_key�_parent_term_name�_created_by_id�_updated_by_id�_path�_business_name�_lifecycle_state�_attribute_type�_expression�_custom_properties�_properties)�self�kwargs� rR �I/usr/lib/python3.9/site-packages/oci/data_catalog/models/search_result.py�__init__4 s� �$�#zSearchResult.__init__c C s | j S )z� Gets the key of this SearchResult. Unique key of the object returned as part of the search result. :return: The key of this SearchResult. :rtype: str �r0 �rP rR rR rS r # s zSearchResult.keyc C s || _ dS )z� Sets the key of this SearchResult. Unique key of the object returned as part of the search result. :param key: The key of this SearchResult. :type: str NrU )rP r rR rR rS r / s c C s | j S )z� Gets the name of this SearchResult. Name of the object. :return: The name of this SearchResult. :rtype: str �r1 rV rR rR rS r ; s zSearchResult.namec C s || _ dS )z� Sets the name of this SearchResult. Name of the object. :param name: The name of this SearchResult. :type: str NrW )rP r rR rR rS r G s c C s | j S )z� Gets the description of this SearchResult. Detailed description of the object. :return: The description of this SearchResult. :rtype: str �r2 rV rR rR rS r S s zSearchResult.descriptionc C s || _ dS )z� Sets the description of this SearchResult. Detailed description of the object. :param description: The description of this SearchResult. :type: str NrX )rP r rR rR rS r _ s c C s | j S )aK Gets the time_created of this SearchResult. The date and time the result object was created, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this SearchResult. :rtype: datetime �r3 rV rR rR rS r k s zSearchResult.time_createdc C s || _ dS )aV Sets the time_created of this SearchResult. The date and time the result object was created, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this SearchResult. :type: datetime NrY )rP r rR rR rS r z s c C s | j S )aK Gets the time_updated of this SearchResult. The date and time the result object was updated, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_updated of this SearchResult. :rtype: datetime �r4 rV rR rR rS r � s zSearchResult.time_updatedc C s || _ dS )aV Sets the time_updated of this SearchResult. The date and time the result object was updated, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_updated: The time_updated of this SearchResult. :type: datetime NrZ )rP r rR rR rS r � s c C s | j S )z� Gets the tag_summary of this SearchResult. Array of the tags associated with this object. :return: The tag_summary of this SearchResult. :rtype: list[oci.data_catalog.models.SearchTagSummary] �r5 rV rR rR rS r � s zSearchResult.tag_summaryc C s || _ dS )z� Sets the tag_summary of this SearchResult. Array of the tags associated with this object. :param tag_summary: The tag_summary of this SearchResult. :type: list[oci.data_catalog.models.SearchTagSummary] Nr[ )rP r rR rR rS r � s c C s | j S )z� Gets the term_summary of this SearchResult. Array of the terms associated with this object. :return: The term_summary of this SearchResult. :rtype: list[oci.data_catalog.models.SearchTermSummary] �r6 rV rR rR rS r � s zSearchResult.term_summaryc C s || _ dS )z� Sets the term_summary of this SearchResult. Array of the terms associated with this object. :param term_summary: The term_summary of this SearchResult. :type: list[oci.data_catalog.models.SearchTermSummary] Nr\ )rP r rR rR rS r � s c C s | j S )z� Gets the type_name of this SearchResult. Name of the object type. :return: The type_name of this SearchResult. :rtype: str �r7 rV rR rR rS r � s zSearchResult.type_namec C s || _ dS )z� Sets the type_name of this SearchResult. Name of the object type. :param type_name: The type_name of this SearchResult. :type: str Nr] )rP r rR rR rS r � s c C s | j S )a Gets the external_type_name of this SearchResult. Name of the external object type in the host data asset. For example, column, field, table, view, or file. :return: The external_type_name of this SearchResult. :rtype: str �r8 rV rR rR rS r � s zSearchResult.external_type_namec C s || _ dS )a Sets the external_type_name of this SearchResult. Name of the external object type in the host data asset. For example, column, field, table, view, or file. :param external_type_name: The external_type_name of this SearchResult. :type: str Nr^ )rP r rR rR rS r � s c C s | j S )z� Gets the external_data_type of this SearchResult. Data type of the object if the object is an attribute. Null otherwise. :return: The external_data_type of this SearchResult. :rtype: str �r9 rV rR rR rS r s zSearchResult.external_data_typec C s || _ dS )z� Sets the external_data_type of this SearchResult. Data type of the object if the object is an attribute. Null otherwise. :param external_data_type: The external_data_type of this SearchResult. :type: str Nr_ )rP r rR rR rS r s c C s | j S )z� Gets the data_asset_key of this SearchResult. Unique key of the data asset that is the root parent of this object. :return: The data_asset_key of this SearchResult. :rtype: str �r: rV rR rR rS r s zSearchResult.data_asset_keyc C s || _ dS )z� Sets the data_asset_key of this SearchResult. Unique key of the data asset that is the root parent of this object. :param data_asset_key: The data_asset_key of this SearchResult. :type: str Nr` )rP r rR rR rS r + s c C s | j S )z� Gets the data_asset_type of this SearchResult. Type name of the data asset. For example, Oracle, MySQL or Oracle Object Storage. :return: The data_asset_type of this SearchResult. :rtype: str �r; rV rR rR rS r 7 s zSearchResult.data_asset_typec C s || _ dS )z� Sets the data_asset_type of this SearchResult. Type name of the data asset. For example, Oracle, MySQL or Oracle Object Storage. :param data_asset_type: The data_asset_type of this SearchResult. :type: str Nra )rP r rR rR rS r C s c C s | j S )z� Gets the data_asset_name of this SearchResult. Name of the data asset that is the root parent of this object. :return: The data_asset_name of this SearchResult. :rtype: str �r<