a N•ºf)ã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@s¤eZdZdZdZdZdZdd„Zedd„ƒZ e j d d„ƒZ ed d „ƒZ e j d d „ƒZ ed d„ƒZ e j dd„ƒZ edd„ƒZ e j dd„ƒZ dd„Zdd„Zdd„ZdS)ÚRepositoryObjectzT Object containing information about files and directories in a repository. ÚBLOBÚTREEÚCOMMITcKs<dddddœ|_dddddœ|_d |_d |_d |_d |_d S) a¬ Initializes a new RepositoryObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this RepositoryObject. Allowed values for this property are: "BLOB", "TREE", "COMMIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param size_in_bytes: The value to assign to the size_in_bytes property of this RepositoryObject. :type size_in_bytes: int :param sha: The value to assign to the sha property of this RepositoryObject. :type sha: str :param is_binary: The value to assign to the is_binary property of this RepositoryObject. :type is_binary: bool ÚstrÚintÚbool)ÚtypeÚ size_in_bytesÚshaÚ is_binaryr Ú sizeInBytesrÚisBinaryN)Ú swagger_typesÚ attribute_mapÚ_typeÚ_size_in_bytesÚ_shaÚ _is_binary)ÚselfÚkwargs©rú‡/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_object.pyÚ__init__süüzRepositoryObject.__init__cCs|jS)ao **[Required]** Gets the type of this RepositoryObject. The type of git object. Allowed values for this property are: "BLOB", "TREE", "COMMIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this RepositoryObject. :rtype: str )r©rrrrr Gs zRepositoryObject.typecCs gd¢}t||ƒsd}||_dS)z¦ Sets the type of this RepositoryObject. The type of git object. :param type: The type of this RepositoryObject. :type: str )rrr ÚUNKNOWN_ENUM_VALUEN)rr)rr Úallowed_valuesrrrr Vs  cCs|jS)z» **[Required]** Gets the size_in_bytes of this RepositoryObject. Size in bytes. :return: The size_in_bytes of this RepositoryObject. :rtype: int ©rrrrrres zRepositoryObject.size_in_bytescCs ||_dS)z¸ Sets the size_in_bytes of this RepositoryObject. Size in bytes. :param size_in_bytes: The size_in_bytes of this RepositoryObject. :type: int Nr!)rrrrrrqs cCs|jS)z² **[Required]** Gets the sha of this RepositoryObject. SHA-1 hash of git object. :return: The sha of this RepositoryObject. :rtype: str ©rrrrrr}s zRepositoryObject.shacCs ||_dS)z¥ Sets the sha of this RepositoryObject. SHA-1 hash of git object. :param sha: The sha of this RepositoryObject. :type: str Nr")rrrrrr‰s cCs|jS)zÛ Gets the is_binary of this RepositoryObject. Flag to determine if the object contains binary file content or not. :return: The is_binary of this RepositoryObject. :rtype: bool ©rrrrrr•s zRepositoryObject.is_binarycCs ||_dS)zã Sets the is_binary of this RepositoryObject. Flag to determine if the object contains binary file content or not. :param is_binary: The is_binary of this RepositoryObject. :type: bool Nr#)rrrrrr¡s cCst|ƒS©N)rrrrrÚ__repr__­szRepositoryObject.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©rÚotherrrrÚ__eq__°szRepositoryObject.__eq__cCs ||k Sr$rr'rrrÚ__ne__¶szRepositoryObject.__ne__N)Ú__name__Ú __module__Ú __qualname__Ú__doc__Ú TYPE_BLOBÚ TYPE_TREEÚ TYPE_COMMITrÚpropertyr Úsetterrrrr%r)r*rrrrr s0+        rN)Úoci.utilrrrÚoci.decoratorsrÚobjectrrrrrÚs