a
    ù!fe  ã                   @   s&   d Z ddlmZ G dd„ dejƒZdS )z;Create / interact with gcloud.resource_manager connections.é    )Ú
connectionc                   @   s    e Zd ZdZdZdZdZdZdS )Ú
Connectiona…  A connection to Google Cloud Resource Manager via the JSON REST API.

    :type credentials: :class:`oauth2client.client.OAuth2Credentials`
    :param credentials: (Optional) The OAuth2 Credentials to use for this
                        connection.

    :type http: :class:`httplib2.Http` or class that defines ``request()``.
    :param http: (Optional) HTTP object to make requests.
    z+https://cloudresourcemanager.googleapis.comZv1beta1z"{api_base_url}/{api_version}{path})z.https://www.googleapis.com/auth/cloud-platformN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ZAPI_BASE_URLZAPI_VERSIONZAPI_URL_TEMPLATEZSCOPE© r   r   úc/var/www/html/python-backend/venv/lib/python3.9/site-packages/gcloud/resource_manager/connection.pyr      s   
r   N)r   Zgcloudr   Zbase_connectionZJSONConnectionr   r   r   r   r	   Ú<module>   s   