a
    ù!fo  ã                   @   s&   d Z ddlmZ G dd„ dejƒZdS )z:Create / interact with Stackdriver Monitoring connections.é    )Ú
connectionc                   @   s    e Zd ZdZdZdZdZdZdS )Ú
Connectiona+  A connection to Google Stackdriver Monitoring 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.

    :type api_base_url: string
    :param api_base_url: The base of the API call URL. Defaults to the value
                         :attr:`Connection.API_BASE_URL`.
    z!https://monitoring.googleapis.comZv3z"{api_base_url}/{api_version}{path})z/https://www.googleapis.com/auth/monitoring.readz*https://www.googleapis.com/auth/monitoringz.https://www.googleapis.com/auth/cloud-platformN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ZAPI_BASE_URLZAPI_VERSIONZAPI_URL_TEMPLATEZSCOPE© r   r   ú]/var/www/html/python-backend/venv/lib/python3.9/site-packages/gcloud/monitoring/connection.pyr      s   r   N)r   Zgcloudr   Zbase_connectionZJSONConnectionr   r   r   r   r	   Ú<module>   s   