|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/googleapiclient/__pycache__/ |
U
P��g% � @ s� d Z ddlmZ dZddddgZddlmZ dd lZdd lZdd
l m
Z
ddlmZ ddl
mZ dd lmZ dd lZdd lZdd lZdd lZdd lZdd lZdd lZdd lZdd lZdd
lmZ ddlmZ ddl m!Z! dd l"Z"dd l#Z#zdd l$Z$W n e%k
�r d Z$Y nX zddl&m'Z' dZ(W n e%k
�r> dZ(Y nX ddl)m*Z*m+Z+ ddl,m-Z-m.Z. ddl/m0Z0m1Z1m2Z2m3Z3m4Z4m5Z5 ddl6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z= ddl>m?Z?m@Z@mAZA ddlBmCZC de"_De�EeF�ZGe�Hd�ZIe�Hd�ZJdZKeKZLdZMdZNeOdd d!g�ZPd"d#d$d%d&�ZQd'd(d)�ZRd*d+dd,�ZSd-d+dd,�ZTd.ZUd/ZVd0ZWd1ZXd2ZYeOd3d4d5d6g�ZZd+d7d8�Z[G d9d:� d:e\�Z]eOd;g�Z^G d<d=� d=e
�Z_d>d� Z`d?d� Zae.d@�d d d d e:d dd d d d dd dfdAd��ZbdBdC� ZcdgdDdE�ZddFdG� Zee.d�d d d d d e:d d d d dfdHd��ZfdIdJ� ZgdKdL� ZhdMdN� ZidOdP� ZjdQdR� ZkdSdT� ZldUdV� ZmdWdX� ZnG dYdZ� dZeo�Zpd[d\� Zqdhd_d`�ZrG dadb� dbeo�Zsdcdd� Ztdedf� Zud S )izVClient for discovery based APIs.
A client library for Google's discovery based APIs.
� )�absolute_importz$jcgregorio@google.com (Joe Gregorio)�build�build_from_document�fix_method_name� key2param)�OrderedDictN)�BytesGenerator)�
MIMEMultipart)�MIMENonMultipart)�MutualTLSChannelError)�mtls)�service_account)�universeTF)�_auth� mimeparse)�_add_query_parameter�
positional)� HttpError�InvalidJsonError�MediaUploadSizeError�UnacceptableMimeTypeError�UnknownApiNameOrVersion�UnknownFileType)�BatchHttpRequest�HttpMock�HttpMockSequence�HttpRequest�MediaFileUpload�MediaUpload�
build_http)� JsonModel�
MediaModel�RawModel)�Schemas� z{[^}]*}z[a-zA-Z0-9_-]+zDhttps://www.googleapis.com/discovery/v1/apis/{api}/{apiVersion}/restzAhttps://{api}.googleapis.com/$discovery/rest?version={apiVersion}z)A description of how to use this function�PUT�POST�PATCH�
� � �( )ZKB�MB�GB�TBzThe request body.�object)�description�typezOThe filename of the media request body, or an instance of a MediaUpload object.�string)r0 r1 �requiredzPThe MIME type of the media request body, or an instance of a MediaUpload object.)� pageToken�
nextPageToken�!GOOGLE_API_USE_CLIENT_CERTIFICATE�GOOGLE_API_USE_MTLS_ENDPOINT�GOOGLE_CLOUD_UNIVERSE_DOMAINzgoogleapis.com�trace�ppZuserip�strict�query)r1 �locationc s e Zd Z� fdd�Z� ZS )�APICoreVersionErrorc s d}t � �|� d S )NzIgoogle-api-core >= 2.18.0 is required to use the universe domain feature.)�super�__init__)�self�message�� __class__� �F/opt/cppython/lib/python3.8/site-packages/googleapiclient/discovery.pyr@ � s �zAPICoreVersionError.__init__)�__name__�
__module__�__qualname__r@ �
__classcell__rE rE rC rF r>