You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/discovery_v1.apis.html
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,14 @@ <h3>Method Details</h3>
117
117
"description": "A String", # The description of this API.
118
118
"discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.
119
119
"documentationLink": "A String", # A link to human readable documentation for the API.
120
+
"endpoints": [ # A list of location-based endpoint objects for this API. Each object contains the endpoint URL, location, description and deprecation status.
121
+
{ # A single endpoint object
122
+
"deprecated": True or False, # Whether this endpoint is deprecated
123
+
"description": "A String", # A string describing the host designated by the URL
124
+
"endpointUrl": "A String", # The URL of the endpoint target host
125
+
"location": "A String", # The location of the endpoint
126
+
},
127
+
],
120
128
"etag": "A String", # The ETag for this response.
121
129
"exponentialBackoffDefault": True or False, # Enable exponential backoff for suitable methods in the generated clients.
122
130
"features": [ # A list of supported features for this API.
@@ -133,6 +141,8 @@ <h3>Method Details</h3>
133
141
],
134
142
"methods": { # API-level methods for this API.
135
143
"a_key": { # An individual method description.
144
+
"apiVersion": "A String", # The API Version of this method, as passed in via the `X-Goog-Api-Version` header or `$apiVersion` query parameter.
145
+
"deprecated": True or False, # Whether this method is deprecated.
136
146
"description": "A String", # Description of this method.
137
147
"etagRequired": True or False, # Whether this method requires an ETag to be specified. The ETag is sent as an HTTP If-Match or If-None-Match header.
138
148
"flatPath": "A String", # The URI path of this REST method in (RFC 6570) format without level 2 features ({+var}). Supplementary to the path property.
@@ -167,10 +177,14 @@ <h3>Method Details</h3>
167
177
],
168
178
},
169
179
"default": "A String", # The default value of this property (if one exists).
180
+
"deprecated": True or False, # Whether the parameter is deprecated.
170
181
"description": "A String", # A description of this object.
171
182
"enum": [ # Values this parameter may take (if it is an enum).
172
183
"A String",
173
184
],
185
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
186
+
True or False,
187
+
],
174
188
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
175
189
"A String",
176
190
],
@@ -230,10 +244,14 @@ <h3>Method Details</h3>
230
244
],
231
245
},
232
246
"default": "A String", # The default value of this property (if one exists).
247
+
"deprecated": True or False, # Whether the parameter is deprecated.
233
248
"description": "A String", # A description of this object.
234
249
"enum": [ # Values this parameter may take (if it is an enum).
235
250
"A String",
236
251
],
252
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
253
+
True or False,
254
+
],
237
255
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
238
256
"A String",
239
257
],
@@ -265,8 +283,11 @@ <h3>Method Details</h3>
265
283
"protocol": "rest", # The protocol described by this document.
266
284
"resources": { # The resources in this API.
267
285
"a_key": { # An individual resource description. Contains methods and sub-resources related to this resource.
286
+
"deprecated": True or False, # Whether this resource is deprecated.
268
287
"methods": { # Methods on this resource.
269
288
"a_key": { # Description for any methods on this resource.
289
+
"apiVersion": "A String", # The API Version of this method, as passed in via the `X-Goog-Api-Version` header or `$apiVersion` query parameter.
290
+
"deprecated": True or False, # Whether this method is deprecated.
270
291
"description": "A String", # Description of this method.
271
292
"etagRequired": True or False, # Whether this method requires an ETag to be specified. The ETag is sent as an HTTP If-Match or If-None-Match header.
272
293
"flatPath": "A String", # The URI path of this REST method in (RFC 6570) format without level 2 features ({+var}). Supplementary to the path property.
@@ -301,10 +322,14 @@ <h3>Method Details</h3>
301
322
],
302
323
},
303
324
"default": "A String", # The default value of this property (if one exists).
325
+
"deprecated": True or False, # Whether the parameter is deprecated.
304
326
"description": "A String", # A description of this object.
305
327
"enum": [ # Values this parameter may take (if it is an enum).
306
328
"A String",
307
329
],
330
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
331
+
True or False,
332
+
],
308
333
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
309
334
"A String",
310
335
],
@@ -367,10 +392,14 @@ <h3>Method Details</h3>
367
392
],
368
393
},
369
394
"default": "A String", # The default value of this property (if one exists).
395
+
"deprecated": True or False, # Whether the parameter is deprecated.
370
396
"description": "A String", # A description of this object.
371
397
"enum": [ # Values this parameter may take (if it is an enum).
372
398
"A String",
373
399
],
400
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
401
+
True or False,
402
+
],
374
403
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/discovery.v1.json
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,10 @@
234
234
"description": "The default value of this property (if one exists).",
235
235
"type": "string"
236
236
},
237
+
"deprecated": {
238
+
"description": "Whether the parameter is deprecated.",
239
+
"type": "boolean"
240
+
},
237
241
"description": {
238
242
"description": "A description of this object.",
239
243
"type": "string"
@@ -245,6 +249,13 @@
245
249
},
246
250
"type": "array"
247
251
},
252
+
"enumDeprecated": {
253
+
"description": "The deprecation status for the enums. Each position maps to the corresponding value in the \"enum\" array.",
254
+
"items": {
255
+
"type": "boolean"
256
+
},
257
+
"type": "array"
258
+
},
248
259
"enumDescriptions": {
249
260
"description": "The descriptions for the enums. Each position maps to the corresponding value in the \"enum\" array.",
250
261
"items": {
@@ -390,6 +401,32 @@
390
401
"description": "A link to human readable documentation for the API.",
391
402
"type": "string"
392
403
},
404
+
"endpoints": {
405
+
"description": "A list of location-based endpoint objects for this API. Each object contains the endpoint URL, location, description and deprecation status.",
406
+
"items": {
407
+
"description": "A single endpoint object",
408
+
"properties": {
409
+
"deprecated": {
410
+
"description": "Whether this endpoint is deprecated",
411
+
"type": "boolean"
412
+
},
413
+
"description": {
414
+
"description": "A string describing the host designated by the URL",
415
+
"type": "string"
416
+
},
417
+
"endpointUrl": {
418
+
"description": "The URL of the endpoint target host",
419
+
"type": "string"
420
+
},
421
+
"location": {
422
+
"description": "The location of the endpoint",
423
+
"type": "string"
424
+
}
425
+
},
426
+
"type": "object"
427
+
},
428
+
"type": "array"
429
+
},
393
430
"etag": {
394
431
"description": "The ETag for this response.",
395
432
"readOnly": true,
@@ -518,6 +555,14 @@
518
555
"RestMethod": {
519
556
"id": "RestMethod",
520
557
"properties": {
558
+
"apiVersion": {
559
+
"description": "The API Version of this method, as passed in via the `X-Goog-Api-Version` header or `$apiVersion` query parameter.",
560
+
"type": "string"
561
+
},
562
+
"deprecated": {
563
+
"description": "Whether this method is deprecated.",
564
+
"type": "boolean"
565
+
},
521
566
"description": {
522
567
"description": "Description of this method.",
523
568
"type": "string"
@@ -663,6 +708,10 @@
663
708
"RestResource": {
664
709
"id": "RestResource",
665
710
"properties": {
711
+
"deprecated": {
712
+
"description": "Whether this resource is deprecated.",
0 commit comments