OLD | NEW |
1 { | 1 { |
2 "basePath": "", | 2 "basePath": "", |
3 "baseUrl": "https://cloudfunctions.googleapis.com/", | 3 "baseUrl": "https://cloudfunctions.googleapis.com/", |
4 "batchPath": "batch", | 4 "batchPath": "batch", |
5 "canonicalName": "Cloud Functions", | 5 "canonicalName": "Cloud Functions", |
6 "description": "API for managing lightweight user-provided functions execute
d in response to events.", | 6 "description": "API for managing lightweight user-provided functions execute
d in response to events.", |
7 "discoveryVersion": "v1", | 7 "discoveryVersion": "v1", |
8 "documentationLink": "https://cloud.google.com/functions", | 8 "documentationLink": "https://cloud.google.com/functions", |
9 "icons": { | 9 "icons": { |
10 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 10 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
11 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 11 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
12 }, | 12 }, |
13 "id": "cloudfunctions:v1", | 13 "id": "cloudfunctions:v1", |
14 "kind": "discovery#restDescription", | 14 "kind": "discovery#restDescription", |
15 "name": "cloudfunctions", | 15 "name": "cloudfunctions", |
16 "ownerDomain": "google.com", | 16 "ownerDomain": "google.com", |
17 "ownerName": "Google", | 17 "ownerName": "Google", |
18 "parameters": { | 18 "parameters": { |
| 19 "fields": { |
| 20 "description": "Selector specifying which fields to include in a par
tial response.", |
| 21 "location": "query", |
| 22 "type": "string" |
| 23 }, |
| 24 "uploadType": { |
| 25 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", |
| 26 "location": "query", |
| 27 "type": "string" |
| 28 }, |
| 29 "callback": { |
| 30 "description": "JSONP", |
| 31 "location": "query", |
| 32 "type": "string" |
| 33 }, |
| 34 "$.xgafv": { |
| 35 "description": "V1 error format.", |
| 36 "enum": [ |
| 37 "1", |
| 38 "2" |
| 39 ], |
| 40 "enumDescriptions": [ |
| 41 "v1 error format", |
| 42 "v2 error format" |
| 43 ], |
| 44 "location": "query", |
| 45 "type": "string" |
| 46 }, |
19 "alt": { | 47 "alt": { |
20 "default": "json", | 48 "default": "json", |
21 "description": "Data format for response.", | 49 "description": "Data format for response.", |
22 "enum": [ | 50 "enum": [ |
23 "json", | 51 "json", |
24 "media", | 52 "media", |
25 "proto" | 53 "proto" |
26 ], | 54 ], |
27 "enumDescriptions": [ | 55 "enumDescriptions": [ |
28 "Responses with Content-Type of application/json", | 56 "Responses with Content-Type of application/json", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 "upload_protocol": { | 94 "upload_protocol": { |
67 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", | 95 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", |
68 "location": "query", | 96 "location": "query", |
69 "type": "string" | 97 "type": "string" |
70 }, | 98 }, |
71 "prettyPrint": { | 99 "prettyPrint": { |
72 "default": "true", | 100 "default": "true", |
73 "description": "Returns response with indentations and line breaks."
, | 101 "description": "Returns response with indentations and line breaks."
, |
74 "location": "query", | 102 "location": "query", |
75 "type": "boolean" | 103 "type": "boolean" |
76 }, | |
77 "fields": { | |
78 "description": "Selector specifying which fields to include in a par
tial response.", | |
79 "location": "query", | |
80 "type": "string" | |
81 }, | |
82 "uploadType": { | |
83 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", | |
84 "location": "query", | |
85 "type": "string" | |
86 }, | |
87 "$.xgafv": { | |
88 "description": "V1 error format.", | |
89 "enum": [ | |
90 "1", | |
91 "2" | |
92 ], | |
93 "enumDescriptions": [ | |
94 "v1 error format", | |
95 "v2 error format" | |
96 ], | |
97 "location": "query", | |
98 "type": "string" | |
99 }, | |
100 "callback": { | |
101 "description": "JSONP", | |
102 "location": "query", | |
103 "type": "string" | |
104 } | 104 } |
105 }, | 105 }, |
106 "protocol": "rest", | 106 "protocol": "rest", |
107 "resources": {}, | 107 "resources": {}, |
108 "revision": "20170529", | 108 "revision": "20170704", |
109 "rootUrl": "https://cloudfunctions.googleapis.com/", | 109 "rootUrl": "https://cloudfunctions.googleapis.com/", |
110 "schemas": { | 110 "schemas": { |
111 "OperationMetadataV1Beta2": { | 111 "OperationMetadataV1Beta2": { |
112 "description": "Metadata describing an Operation", | 112 "description": "Metadata describing an Operation", |
113 "id": "OperationMetadataV1Beta2", | 113 "id": "OperationMetadataV1Beta2", |
114 "properties": { | 114 "properties": { |
115 "target": { | 115 "target": { |
116 "description": "Target of the operation - for example\nproje
cts/project-1/locations/region-1/functions/function-1", | 116 "description": "Target of the operation - for example\nproje
cts/project-1/locations/region-1/functions/function-1", |
117 "type": "string" | 117 "type": "string" |
118 }, | 118 }, |
(...skipping 22 matching lines...) Expand all Loading... |
141 "type": "string" | 141 "type": "string" |
142 } | 142 } |
143 }, | 143 }, |
144 "type": "object" | 144 "type": "object" |
145 } | 145 } |
146 }, | 146 }, |
147 "servicePath": "", | 147 "servicePath": "", |
148 "title": "Google Cloud Functions API", | 148 "title": "Google Cloud Functions API", |
149 "version": "v1" | 149 "version": "v1" |
150 } | 150 } |
OLD | NEW |