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
+19
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ <h3>Method Details</h3>
133
133
],
134
134
"methods": { # API-level methods for this API.
135
135
"a_key": { # An individual method description.
136
+
"deprecated": True or False, # Whether this method is deprecated.
136
137
"description": "A String", # Description of this method.
137
138
"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
139
"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 +168,14 @@ <h3>Method Details</h3>
167
168
],
168
169
},
169
170
"default": "A String", # The default value of this property (if one exists).
171
+
"deprecated": True or False, # Whether the parameter is deprecated.
170
172
"description": "A String", # A description of this object.
171
173
"enum": [ # Values this parameter may take (if it is an enum).
172
174
"A String",
173
175
],
176
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
177
+
True or False,
178
+
],
174
179
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
175
180
"A String",
176
181
],
@@ -230,10 +235,14 @@ <h3>Method Details</h3>
230
235
],
231
236
},
232
237
"default": "A String", # The default value of this property (if one exists).
238
+
"deprecated": True or False, # Whether the parameter is deprecated.
233
239
"description": "A String", # A description of this object.
234
240
"enum": [ # Values this parameter may take (if it is an enum).
235
241
"A String",
236
242
],
243
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
244
+
True or False,
245
+
],
237
246
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
238
247
"A String",
239
248
],
@@ -265,8 +274,10 @@ <h3>Method Details</h3>
265
274
"protocol": "rest", # The protocol described by this document.
266
275
"resources": { # The resources in this API.
267
276
"a_key": { # An individual resource description. Contains methods and sub-resources related to this resource.
277
+
"deprecated": True or False, # Whether this resource is deprecated.
268
278
"methods": { # Methods on this resource.
269
279
"a_key": { # Description for any methods on this resource.
280
+
"deprecated": True or False, # Whether this method is deprecated.
270
281
"description": "A String", # Description of this method.
271
282
"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
283
"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 +312,14 @@ <h3>Method Details</h3>
301
312
],
302
313
},
303
314
"default": "A String", # The default value of this property (if one exists).
315
+
"deprecated": True or False, # Whether the parameter is deprecated.
304
316
"description": "A String", # A description of this object.
305
317
"enum": [ # Values this parameter may take (if it is an enum).
306
318
"A String",
307
319
],
320
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
321
+
True or False,
322
+
],
308
323
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
309
324
"A String",
310
325
],
@@ -367,10 +382,14 @@ <h3>Method Details</h3>
367
382
],
368
383
},
369
384
"default": "A String", # The default value of this property (if one exists).
385
+
"deprecated": True or False, # Whether the parameter is deprecated.
370
386
"description": "A String", # A description of this object.
371
387
"enum": [ # Values this parameter may take (if it is an enum).
372
388
"A String",
373
389
],
390
+
"enumDeprecated": [ # The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
391
+
True or False,
392
+
],
374
393
"enumDescriptions": [ # The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
0 commit comments