gam7 7.3.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- gam/__init__.py +77555 -0
- gam/__main__.py +40 -0
- gam/atom/__init__.py +1460 -0
- gam/atom/auth.py +41 -0
- gam/atom/client.py +214 -0
- gam/atom/core.py +535 -0
- gam/atom/data.py +327 -0
- gam/atom/http.py +354 -0
- gam/atom/http_core.py +599 -0
- gam/atom/http_interface.py +144 -0
- gam/atom/mock_http.py +123 -0
- gam/atom/mock_http_core.py +313 -0
- gam/atom/mock_service.py +235 -0
- gam/atom/service.py +723 -0
- gam/atom/token_store.py +105 -0
- gam/atom/url.py +130 -0
- gam/cacerts.pem +1130 -0
- gam/cbcm-v1.1beta1.json +593 -0
- gam/contactdelegation-v1.json +249 -0
- gam/datastudio-v1.json +486 -0
- gam/gamlib/__init__.py +17 -0
- gam/gamlib/glaction.py +308 -0
- gam/gamlib/glapi.py +837 -0
- gam/gamlib/glcfg.py +616 -0
- gam/gamlib/glclargs.py +1184 -0
- gam/gamlib/glentity.py +831 -0
- gam/gamlib/glgapi.py +817 -0
- gam/gamlib/glgdata.py +98 -0
- gam/gamlib/glglobals.py +307 -0
- gam/gamlib/glindent.py +46 -0
- gam/gamlib/glmsgs.py +547 -0
- gam/gamlib/glskus.py +246 -0
- gam/gamlib/gluprop.py +279 -0
- gam/gamlib/glverlibs.py +33 -0
- gam/gamlib/yubikey.py +202 -0
- gam/gdata/__init__.py +825 -0
- gam/gdata/alt/__init__.py +20 -0
- gam/gdata/alt/app_engine.py +101 -0
- gam/gdata/alt/appengine.py +321 -0
- gam/gdata/apps/__init__.py +526 -0
- gam/gdata/apps/audit/__init__.py +1 -0
- gam/gdata/apps/audit/service.py +278 -0
- gam/gdata/apps/contacts/__init__.py +874 -0
- gam/gdata/apps/contacts/service.py +355 -0
- gam/gdata/apps/service.py +544 -0
- gam/gdata/apps/sites/__init__.py +283 -0
- gam/gdata/apps/sites/service.py +246 -0
- gam/gdata/service.py +1714 -0
- gam/gdata/urlfetch.py +247 -0
- gam/googleapiclient/__init__.py +27 -0
- gam/googleapiclient/_auth.py +167 -0
- gam/googleapiclient/_helpers.py +207 -0
- gam/googleapiclient/channel.py +315 -0
- gam/googleapiclient/discovery.py +1662 -0
- gam/googleapiclient/discovery_cache/__init__.py +78 -0
- gam/googleapiclient/discovery_cache/appengine_memcache.py +55 -0
- gam/googleapiclient/discovery_cache/base.py +46 -0
- gam/googleapiclient/discovery_cache/file_cache.py +145 -0
- gam/googleapiclient/errors.py +197 -0
- gam/googleapiclient/http.py +1962 -0
- gam/googleapiclient/mimeparse.py +183 -0
- gam/googleapiclient/model.py +429 -0
- gam/googleapiclient/schema.py +317 -0
- gam/googleapiclient/version.py +15 -0
- gam/iso8601/__init__.py +28 -0
- gam/iso8601/iso8601.py +160 -0
- gam/serviceaccountlookup-v1.json +141 -0
- gam/six.py +982 -0
- gam7-7.3.4.dist-info/METADATA +69 -0
- gam7-7.3.4.dist-info/RECORD +72 -0
- gam7-7.3.4.dist-info/WHEEL +4 -0
- gam7-7.3.4.dist-info/licenses/LICENSE +201 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"oauth2": {
|
|
4
|
+
"scopes": {
|
|
5
|
+
"https://www.googleapis.com/auth/admin.contact.delegation": {
|
|
6
|
+
"description": "View and manage your Contact Delegation"
|
|
7
|
+
},
|
|
8
|
+
"https://www.googleapis.com/auth/admin.contact.delegation.readonly": {
|
|
9
|
+
"description": "View your Contact Delegation"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"basePath": "",
|
|
15
|
+
"baseUrl": "https://admin.googleapis.com/admin/contacts/v1/",
|
|
16
|
+
"batchPath": "batch",
|
|
17
|
+
"canonicalName": "contactdelegation",
|
|
18
|
+
"description": "The Contact Delegation API allows Admins to delegate access of one user's, called the delegator, contacts to another user, called the delegate.",
|
|
19
|
+
"discoveryVersion": "v1",
|
|
20
|
+
"documentationLink": "https://developers.google.com/admin-sdk/contact-delegation",
|
|
21
|
+
"fullyEncodeReservedExpansion": true,
|
|
22
|
+
"icons": {
|
|
23
|
+
"x16": "http://www.google.com/images/icons/product/search-16.gif",
|
|
24
|
+
"x32": "http://www.google.com/images/icons/product/search-32.gif"
|
|
25
|
+
},
|
|
26
|
+
"id": "contactdelegation:v1",
|
|
27
|
+
"kind": "discovery#restDescription",
|
|
28
|
+
"name": "contactdelegation",
|
|
29
|
+
"ownerDomain": "google.com",
|
|
30
|
+
"ownerName": "Google",
|
|
31
|
+
"packagePath": "admin",
|
|
32
|
+
"parameters": {
|
|
33
|
+
"$.xgafv": {
|
|
34
|
+
"description": "V1 error format.",
|
|
35
|
+
"enum": [
|
|
36
|
+
"1",
|
|
37
|
+
"2"
|
|
38
|
+
],
|
|
39
|
+
"enumDescriptions": [
|
|
40
|
+
"v1 error format",
|
|
41
|
+
"v2 error format"
|
|
42
|
+
],
|
|
43
|
+
"location": "query",
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"access_token": {
|
|
47
|
+
"description": "OAuth access token.",
|
|
48
|
+
"location": "query",
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"alt": {
|
|
52
|
+
"default": "json",
|
|
53
|
+
"description": "Data format for response.",
|
|
54
|
+
"enum": [
|
|
55
|
+
"json",
|
|
56
|
+
"media",
|
|
57
|
+
"proto"
|
|
58
|
+
],
|
|
59
|
+
"enumDescriptions": [
|
|
60
|
+
"Responses with Content-Type of application/json",
|
|
61
|
+
"Media download with context-dependent Content-Type",
|
|
62
|
+
"Responses with Content-Type of application/x-protobuf"
|
|
63
|
+
],
|
|
64
|
+
"location": "query",
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"callback": {
|
|
68
|
+
"description": "JSONP",
|
|
69
|
+
"location": "query",
|
|
70
|
+
"type": "string"
|
|
71
|
+
},
|
|
72
|
+
"fields": {
|
|
73
|
+
"description": "Selector specifying which fields to include in a partial response.",
|
|
74
|
+
"location": "query",
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"key": {
|
|
78
|
+
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
|
|
79
|
+
"location": "query",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"oauth_token": {
|
|
83
|
+
"description": "OAuth 2.0 token for the current user.",
|
|
84
|
+
"location": "query",
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"prettyPrint": {
|
|
88
|
+
"default": "true",
|
|
89
|
+
"description": "Returns response with indentations and line breaks.",
|
|
90
|
+
"location": "query",
|
|
91
|
+
"type": "boolean"
|
|
92
|
+
},
|
|
93
|
+
"quotaUser": {
|
|
94
|
+
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
|
|
95
|
+
"location": "query",
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
"uploadType": {
|
|
99
|
+
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
|
100
|
+
"location": "query",
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
"upload_protocol": {
|
|
104
|
+
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
|
105
|
+
"location": "query",
|
|
106
|
+
"type": "string"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"protocol": "rest",
|
|
110
|
+
"resources": {
|
|
111
|
+
"delegates": {
|
|
112
|
+
"methods": {
|
|
113
|
+
"create": {
|
|
114
|
+
"description": "Creates a contact delegations",
|
|
115
|
+
"flatPath": "users/{user}/delegates",
|
|
116
|
+
"httpMethod": "POST",
|
|
117
|
+
"id": "contactdelegations.delegates.create",
|
|
118
|
+
"parameterOrder": [
|
|
119
|
+
"user"
|
|
120
|
+
],
|
|
121
|
+
"parameters": {
|
|
122
|
+
"user": {
|
|
123
|
+
"description": "Email address of the delegator.",
|
|
124
|
+
"location": "path",
|
|
125
|
+
"required": true,
|
|
126
|
+
"type": "string"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"path": "users/{user}/delegates/{delegate}",
|
|
130
|
+
"request": {
|
|
131
|
+
"$ref": "Delegate"
|
|
132
|
+
},
|
|
133
|
+
"scopes": [
|
|
134
|
+
"https://www.googleapis.com/auth/admin.contact.delegation"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"delete": {
|
|
138
|
+
"description": "Deletes a contact delegation.",
|
|
139
|
+
"flatPath": "users/{user}/delegates/{delegate}",
|
|
140
|
+
"httpMethod": "DELETE",
|
|
141
|
+
"id": "contactdelegations.delegates.delete",
|
|
142
|
+
"parameterOrder": [
|
|
143
|
+
"user",
|
|
144
|
+
"delegate"
|
|
145
|
+
],
|
|
146
|
+
"parameters": {
|
|
147
|
+
"delegate": {
|
|
148
|
+
"description": "Email address of the delegate",
|
|
149
|
+
"location": "path",
|
|
150
|
+
"required": true,
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
153
|
+
"user": {
|
|
154
|
+
"description": "Email address of the delegator.",
|
|
155
|
+
"location": "path",
|
|
156
|
+
"required": true,
|
|
157
|
+
"type": "string"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"path": "users/{user}/delegates/{delegate}",
|
|
161
|
+
"scopes": [
|
|
162
|
+
"https://www.googleapis.com/auth/admin.contact.delegation"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"list": {
|
|
166
|
+
"description": "Lists contact delegates for a user",
|
|
167
|
+
"flatPath": "users/{user}/delegates",
|
|
168
|
+
"httpMethod": "GET",
|
|
169
|
+
"id": "contactdelegations.delegates.list",
|
|
170
|
+
"parameterOrder": [
|
|
171
|
+
"user"
|
|
172
|
+
],
|
|
173
|
+
"parameters": {
|
|
174
|
+
"pageSize": {
|
|
175
|
+
"description": "Determines how many delegates are returned in each response. ",
|
|
176
|
+
"format": "int32",
|
|
177
|
+
"location": "query",
|
|
178
|
+
"minimum": "1",
|
|
179
|
+
"type": "integer"
|
|
180
|
+
},
|
|
181
|
+
"pageToken": {
|
|
182
|
+
"description": "Token to specify the next page in the list.",
|
|
183
|
+
"location": "query",
|
|
184
|
+
"type": "string"
|
|
185
|
+
},
|
|
186
|
+
"user": {
|
|
187
|
+
"description": "Email address of the delegator.",
|
|
188
|
+
"location": "path",
|
|
189
|
+
"required": true,
|
|
190
|
+
"type": "string"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"path": "users/{user}/delegates",
|
|
194
|
+
"response": {
|
|
195
|
+
"$ref": "Delegates"
|
|
196
|
+
},
|
|
197
|
+
"scopes": [
|
|
198
|
+
"https://www.googleapis.com/auth/admin.contact.delegation",
|
|
199
|
+
"https://www.googleapis.com/auth/admin.contact.delegation.readonly"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"rootUrl": "https://admin.googleapis.com/admin/contacts/v1/",
|
|
206
|
+
"schemas": {
|
|
207
|
+
"Delegate": {
|
|
208
|
+
"description": "JSON template for a delegate.",
|
|
209
|
+
"id": "Delegate",
|
|
210
|
+
"properties": {
|
|
211
|
+
"email": {
|
|
212
|
+
"description": "Email of the delegate.",
|
|
213
|
+
"type": "string"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"type": "object"
|
|
217
|
+
},
|
|
218
|
+
"Delegates": {
|
|
219
|
+
"id": "Delegates",
|
|
220
|
+
"properties": {
|
|
221
|
+
"delegates": {
|
|
222
|
+
"description": "List of delegates.",
|
|
223
|
+
"items": {
|
|
224
|
+
"$ref": "Delegate"
|
|
225
|
+
},
|
|
226
|
+
"type": "array"
|
|
227
|
+
},
|
|
228
|
+
"etag": {
|
|
229
|
+
"description": "ETag of the resource.",
|
|
230
|
+
"type": "string"
|
|
231
|
+
},
|
|
232
|
+
"kind": {
|
|
233
|
+
"default": "",
|
|
234
|
+
"description": "Kind of resource this is.",
|
|
235
|
+
"type": "string"
|
|
236
|
+
},
|
|
237
|
+
"nextPageToken": {
|
|
238
|
+
"description": "Token used to access the next page of this result. To access the next page, use this token's value in the `pageToken` query string of this request.",
|
|
239
|
+
"type": "string"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"type": "object"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
"servicePath": "",
|
|
246
|
+
"title": "Contact Delegation API",
|
|
247
|
+
"version": "v1",
|
|
248
|
+
"version_module": true
|
|
249
|
+
}
|