OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "", | 11 "basePath": "", |
12 "baseUrl": "https://cloudfunctions.googleapis.com/", | 12 "baseUrl": "https://cloudfunctions.googleapis.com/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "canonicalName": "Cloud Functions", | 14 "canonicalName": "Cloud Functions", |
15 "description": "API for managing lightweight user-provided functions execute
d in response to events.", | 15 "description": "API for managing lightweight user-provided functions execute
d in response to events.", |
16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
17 "documentationLink": "https://cloud.google.com/functions", | 17 "documentationLink": "https://cloud.google.com/functions", |
18 "icons": { | 18 "icons": { |
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
21 }, | 21 }, |
22 "id": "cloudfunctions:v1", | 22 "id": "cloudfunctions:v1", |
23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
24 "name": "cloudfunctions", | 24 "name": "cloudfunctions", |
25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
26 "ownerName": "Google", | 26 "ownerName": "Google", |
27 "parameters": { | 27 "parameters": { |
28 "pp": { | |
29 "default": "true", | |
30 "description": "Pretty-print response.", | |
31 "location": "query", | |
32 "type": "boolean" | |
33 }, | |
34 "bearer_token": { | |
35 "description": "OAuth bearer token.", | |
36 "location": "query", | |
37 "type": "string" | |
38 }, | |
39 "oauth_token": { | |
40 "description": "OAuth 2.0 token for the current user.", | |
41 "location": "query", | |
42 "type": "string" | |
43 }, | |
44 "upload_protocol": { | 28 "upload_protocol": { |
45 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", | 29 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", |
46 "location": "query", | 30 "location": "query", |
47 "type": "string" | 31 "type": "string" |
48 }, | 32 }, |
49 "prettyPrint": { | 33 "prettyPrint": { |
50 "default": "true", | 34 "default": "true", |
51 "description": "Returns response with indentations and line breaks."
, | 35 "description": "Returns response with indentations and line breaks."
, |
52 "location": "query", | 36 "location": "query", |
53 "type": "boolean" | 37 "type": "boolean" |
54 }, | 38 }, |
55 "fields": { | 39 "fields": { |
56 "description": "Selector specifying which fields to include in a par
tial response.", | 40 "description": "Selector specifying which fields to include in a par
tial response.", |
57 "location": "query", | 41 "location": "query", |
58 "type": "string" | 42 "type": "string" |
59 }, | 43 }, |
60 "uploadType": { | 44 "uploadType": { |
61 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", | 45 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", |
62 "location": "query", | 46 "location": "query", |
63 "type": "string" | 47 "type": "string" |
64 }, | 48 }, |
| 49 "callback": { |
| 50 "description": "JSONP", |
| 51 "location": "query", |
| 52 "type": "string" |
| 53 }, |
65 "$.xgafv": { | 54 "$.xgafv": { |
66 "description": "V1 error format.", | 55 "description": "V1 error format.", |
67 "enum": [ | 56 "enum": [ |
68 "1", | 57 "1", |
69 "2" | 58 "2" |
70 ], | 59 ], |
71 "enumDescriptions": [ | 60 "enumDescriptions": [ |
72 "v1 error format", | 61 "v1 error format", |
73 "v2 error format" | 62 "v2 error format" |
74 ], | 63 ], |
75 "location": "query", | 64 "location": "query", |
76 "type": "string" | 65 "type": "string" |
77 }, | 66 }, |
78 "callback": { | |
79 "description": "JSONP", | |
80 "location": "query", | |
81 "type": "string" | |
82 }, | |
83 "alt": { | 67 "alt": { |
84 "default": "json", | 68 "default": "json", |
85 "description": "Data format for response.", | 69 "description": "Data format for response.", |
86 "enum": [ | 70 "enum": [ |
87 "json", | 71 "json", |
88 "media", | 72 "media", |
89 "proto" | 73 "proto" |
90 ], | 74 ], |
91 "enumDescriptions": [ | 75 "enumDescriptions": [ |
92 "Responses with Content-Type of application/json", | 76 "Responses with Content-Type of application/json", |
(...skipping 10 matching lines...) Expand all Loading... |
103 }, | 87 }, |
104 "access_token": { | 88 "access_token": { |
105 "description": "OAuth access token.", | 89 "description": "OAuth access token.", |
106 "location": "query", | 90 "location": "query", |
107 "type": "string" | 91 "type": "string" |
108 }, | 92 }, |
109 "quotaUser": { | 93 "quotaUser": { |
110 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", | 94 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", |
111 "location": "query", | 95 "location": "query", |
112 "type": "string" | 96 "type": "string" |
| 97 }, |
| 98 "pp": { |
| 99 "default": "true", |
| 100 "description": "Pretty-print response.", |
| 101 "location": "query", |
| 102 "type": "boolean" |
| 103 }, |
| 104 "oauth_token": { |
| 105 "description": "OAuth 2.0 token for the current user.", |
| 106 "location": "query", |
| 107 "type": "string" |
| 108 }, |
| 109 "bearer_token": { |
| 110 "description": "OAuth bearer token.", |
| 111 "location": "query", |
| 112 "type": "string" |
113 } | 113 } |
114 }, | 114 }, |
115 "protocol": "rest", | 115 "protocol": "rest", |
116 "resources": { | 116 "resources": { |
117 "operations": { | 117 "operations": { |
118 "methods": { | 118 "methods": { |
119 "get": { | 119 "get": { |
120 "description": "Gets the latest state of a long-running oper
ation. Clients can use this\nmethod to poll the operation result at intervals a
s recommended by the API\nservice.", | 120 "description": "Gets the latest state of a long-running oper
ation. Clients can use this\nmethod to poll the operation result at intervals a
s recommended by the API\nservice.", |
121 "httpMethod": "GET", | 121 "httpMethod": "GET", |
122 "id": "cloudfunctions.operations.get", | 122 "id": "cloudfunctions.operations.get", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 "locations": { | 183 "locations": { |
184 "methods": { | 184 "methods": { |
185 "list": { | 185 "list": { |
186 "description": "Lists information about the supporte
d locations for this service.", | 186 "description": "Lists information about the supporte
d locations for this service.", |
187 "httpMethod": "GET", | 187 "httpMethod": "GET", |
188 "id": "cloudfunctions.projects.locations.list", | 188 "id": "cloudfunctions.projects.locations.list", |
189 "parameterOrder": [ | 189 "parameterOrder": [ |
190 "name" | 190 "name" |
191 ], | 191 ], |
192 "parameters": { | 192 "parameters": { |
193 "filter": { | |
194 "description": "The standard list filter.", | |
195 "location": "query", | |
196 "type": "string" | |
197 }, | |
198 "pageToken": { | 193 "pageToken": { |
199 "description": "The standard list page token
.", | 194 "description": "The standard list page token
.", |
200 "location": "query", | 195 "location": "query", |
201 "type": "string" | 196 "type": "string" |
202 }, | 197 }, |
203 "name": { | 198 "name": { |
204 "description": "The resource that owns the l
ocations collection, if applicable.", | 199 "description": "The resource that owns the l
ocations collection, if applicable.", |
205 "location": "path", | 200 "location": "path", |
206 "pattern": "^projects/[^/]+$", | 201 "pattern": "^projects/[^/]+$", |
207 "required": true, | 202 "required": true, |
208 "type": "string" | 203 "type": "string" |
209 }, | 204 }, |
210 "pageSize": { | 205 "pageSize": { |
211 "description": "The standard list page size.
", | 206 "description": "The standard list page size.
", |
212 "format": "int32", | 207 "format": "int32", |
213 "location": "query", | 208 "location": "query", |
214 "type": "integer" | 209 "type": "integer" |
| 210 }, |
| 211 "filter": { |
| 212 "description": "The standard list filter.", |
| 213 "location": "query", |
| 214 "type": "string" |
215 } | 215 } |
216 }, | 216 }, |
217 "path": "v1/{+name}/locations", | 217 "path": "v1/{+name}/locations", |
218 "response": { | 218 "response": { |
219 "$ref": "ListLocationsResponse" | 219 "$ref": "ListLocationsResponse" |
220 }, | 220 }, |
221 "scopes": [ | 221 "scopes": [ |
222 "https://www.googleapis.com/auth/cloud-platform" | 222 "https://www.googleapis.com/auth/cloud-platform" |
223 ] | 223 ] |
224 } | 224 } |
225 } | 225 } |
226 } | 226 } |
227 } | 227 } |
228 } | 228 } |
229 }, | 229 }, |
230 "revision": "20170817", | 230 "revision": "20170907", |
231 "rootUrl": "https://cloudfunctions.googleapis.com/", | 231 "rootUrl": "https://cloudfunctions.googleapis.com/", |
232 "schemas": { | 232 "schemas": { |
| 233 "Location": { |
| 234 "description": "A resource that represents Google Cloud Platform loc
ation.", |
| 235 "id": "Location", |
| 236 "properties": { |
| 237 "metadata": { |
| 238 "additionalProperties": { |
| 239 "description": "Properties of the object. Contains field
@type with type URL.", |
| 240 "type": "any" |
| 241 }, |
| 242 "description": "Service-specific metadata. For example the a
vailable capacity at the given\nlocation.", |
| 243 "type": "object" |
| 244 }, |
| 245 "labels": { |
| 246 "additionalProperties": { |
| 247 "type": "string" |
| 248 }, |
| 249 "description": "Cross-service attributes for the location. F
or example\n\n {\"cloud.googleapis.com/region\": \"us-east1\"}", |
| 250 "type": "object" |
| 251 }, |
| 252 "name": { |
| 253 "description": "Resource name for the location, which may va
ry between implementations.\nFor example: `\"projects/example-project/locations/
us-east1\"`", |
| 254 "type": "string" |
| 255 }, |
| 256 "locationId": { |
| 257 "description": "The canonical id for this location. For exam
ple: `\"us-east1\"`.", |
| 258 "type": "string" |
| 259 } |
| 260 }, |
| 261 "type": "object" |
| 262 }, |
| 263 "ListOperationsResponse": { |
| 264 "description": "The response message for Operations.ListOperations."
, |
| 265 "id": "ListOperationsResponse", |
| 266 "properties": { |
| 267 "operations": { |
| 268 "description": "A list of operations that matches the specif
ied filter in the request.", |
| 269 "items": { |
| 270 "$ref": "Operation" |
| 271 }, |
| 272 "type": "array" |
| 273 }, |
| 274 "nextPageToken": { |
| 275 "description": "The standard List next-page token.", |
| 276 "type": "string" |
| 277 } |
| 278 }, |
| 279 "type": "object" |
| 280 }, |
| 281 "Operation": { |
| 282 "description": "This resource represents a long-running operation th
at is the result of a\nnetwork API call.", |
| 283 "id": "Operation", |
| 284 "properties": { |
| 285 "metadata": { |
| 286 "additionalProperties": { |
| 287 "description": "Properties of the object. Contains field
@type with type URL.", |
| 288 "type": "any" |
| 289 }, |
| 290 "description": "Service-specific metadata associated with th
e operation. It typically\ncontains progress information and common metadata su
ch as create time.\nSome services might not provide such metadata. Any method t
hat returns a\nlong-running operation should document the metadata type, if any.
", |
| 291 "type": "object" |
| 292 }, |
| 293 "done": { |
| 294 "description": "If the value is `false`, it means the operat
ion is still in progress.\nIf `true`, the operation is completed, and either `er
ror` or `response` is\navailable.", |
| 295 "type": "boolean" |
| 296 }, |
| 297 "response": { |
| 298 "additionalProperties": { |
| 299 "description": "Properties of the object. Contains field
@type with type URL.", |
| 300 "type": "any" |
| 301 }, |
| 302 "description": "The normal response of the operation in case
of success. If the original\nmethod returns no data on success, such as `Delet
e`, the response is\n`google.protobuf.Empty`. If the original method is standar
d\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmet
hods, the response should have the type `XxxResponse`, where `Xxx`\nis the origi
nal method name. For example, if the original method name\nis `TakeSnapshot()`,
the inferred response type is\n`TakeSnapshotResponse`.", |
| 303 "type": "object" |
| 304 }, |
| 305 "name": { |
| 306 "description": "The server-assigned name, which is only uniq
ue within the same service that\noriginally returns it. If you use the default H
TTP mapping, the\n`name` should have the format of `operations/some/unique/name`
.", |
| 307 "type": "string" |
| 308 }, |
| 309 "error": { |
| 310 "$ref": "Status", |
| 311 "description": "The error result of the operation in case of
failure or cancellation." |
| 312 } |
| 313 }, |
| 314 "type": "object" |
| 315 }, |
233 "OperationMetadataV1Beta2": { | 316 "OperationMetadataV1Beta2": { |
234 "description": "Metadata describing an Operation", | 317 "description": "Metadata describing an Operation", |
235 "id": "OperationMetadataV1Beta2", | 318 "id": "OperationMetadataV1Beta2", |
236 "properties": { | 319 "properties": { |
237 "target": { | |
238 "description": "Target of the operation - for example\nproje
cts/project-1/locations/region-1/functions/function-1", | |
239 "type": "string" | |
240 }, | |
241 "request": { | |
242 "additionalProperties": { | |
243 "description": "Properties of the object. Contains field
@type with type URL.", | |
244 "type": "any" | |
245 }, | |
246 "description": "The original request that started the operat
ion.", | |
247 "type": "object" | |
248 }, | |
249 "type": { | 320 "type": { |
250 "description": "Type of operation.", | 321 "description": "Type of operation.", |
251 "enum": [ | 322 "enum": [ |
252 "OPERATION_UNSPECIFIED", | 323 "OPERATION_UNSPECIFIED", |
253 "CREATE_FUNCTION", | 324 "CREATE_FUNCTION", |
254 "UPDATE_FUNCTION", | 325 "UPDATE_FUNCTION", |
255 "DELETE_FUNCTION" | 326 "DELETE_FUNCTION" |
256 ], | 327 ], |
257 "enumDescriptions": [ | 328 "enumDescriptions": [ |
258 "Unknown operation type.", | 329 "Unknown operation type.", |
259 "Triggered by CreateFunction call", | 330 "Triggered by CreateFunction call", |
260 "Triggered by UpdateFunction call", | 331 "Triggered by UpdateFunction call", |
261 "Triggered by DeleteFunction call." | 332 "Triggered by DeleteFunction call." |
262 ], | 333 ], |
263 "type": "string" | 334 "type": "string" |
| 335 }, |
| 336 "target": { |
| 337 "description": "Target of the operation - for example\nproje
cts/project-1/locations/region-1/functions/function-1", |
| 338 "type": "string" |
| 339 }, |
| 340 "request": { |
| 341 "additionalProperties": { |
| 342 "description": "Properties of the object. Contains field
@type with type URL.", |
| 343 "type": "any" |
| 344 }, |
| 345 "description": "The original request that started the operat
ion.", |
| 346 "type": "object" |
264 } | 347 } |
265 }, | 348 }, |
266 "type": "object" | 349 "type": "object" |
267 }, | 350 }, |
268 "Status": { | 351 "Status": { |
269 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes
if needed. The\nerror message should be a developer-facing English message tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\nerror message is needed, put the localized message in the error details or
\nlocalize it in the client. The optional error details may contain arbitrary\ni
nformation about the error. There is a predefined set of error detail types\nin
the package `google.rpc` that can be used for common error conditions.\n\n# Lang
uage mapping\n\nThe `Status` message is the logical representation of the error
model, but it\nis not necessarily the actual wire format. When the `Status` mess
age is\nexposed in different client libraries and different wire protocols, it c
an be\nmapped differently. For example, it will likely be mapped to some excepti
ons\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n
\nThe error model and the `Status` message can be used in a variety of\nenvironm
ents, either with or without APIs, to provide a\nconsistent developer experience
across different environments.\n\nExample uses of this error model include:\n\n
- Partial errors. If a service needs to return partial errors to the client,\n
it may embed the `Status` in the normal response to indicate the partial\n
errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step m
ay\n have a `Status` message for error reporting.\n\n- Batch operations. If a
client uses batch request and batch response, the\n `Status` message should
be used directly inside batch response, one for\n each error sub-response.\n\
n- Asynchronous operations. If an API call embeds asynchronous operation\n re
sults in its response, the status of those operations should be\n represented
directly using the `Status` message.\n\n- Logging. If some API errors are store
d in logs, the message `Status` could\n be used directly after any stripping
needed for security/privacy reasons.", | 352 "description": "The `Status` type defines a logical error model that
is suitable for different\nprogramming environments, including REST APIs and RP
C APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is desig
ned to be:\n\n- Simple to use and understand for most users\n- Flexible enough t
o meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pie
ces of data: error code, error message,\nand error details. The error code shoul
d be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes
if needed. The\nerror message should be a developer-facing English message tha
t helps\ndevelopers *understand* and *resolve* the error. If a localized user-fa
cing\nerror message is needed, put the localized message in the error details or
\nlocalize it in the client. The optional error details may contain arbitrary\ni
nformation about the error. There is a predefined set of error detail types\nin
the package `google.rpc` that can be used for common error conditions.\n\n# Lang
uage mapping\n\nThe `Status` message is the logical representation of the error
model, but it\nis not necessarily the actual wire format. When the `Status` mess
age is\nexposed in different client libraries and different wire protocols, it c
an be\nmapped differently. For example, it will likely be mapped to some excepti
ons\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n
\nThe error model and the `Status` message can be used in a variety of\nenvironm
ents, either with or without APIs, to provide a\nconsistent developer experience
across different environments.\n\nExample uses of this error model include:\n\n
- Partial errors. If a service needs to return partial errors to the client,\n
it may embed the `Status` in the normal response to indicate the partial\n
errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step m
ay\n have a `Status` message for error reporting.\n\n- Batch operations. If a
client uses batch request and batch response, the\n `Status` message should
be used directly inside batch response, one for\n each error sub-response.\n\
n- Asynchronous operations. If an API call embeds asynchronous operation\n re
sults in its response, the status of those operations should be\n represented
directly using the `Status` message.\n\n- Logging. If some API errors are store
d in logs, the message `Status` could\n be used directly after any stripping
needed for security/privacy reasons.", |
270 "id": "Status", | 353 "id": "Status", |
271 "properties": { | 354 "properties": { |
272 "details": { | 355 "details": { |
273 "description": "A list of messages that carry the error deta
ils. There is a common set of\nmessage types for APIs to use.", | 356 "description": "A list of messages that carry the error deta
ils. There is a common set of\nmessage types for APIs to use.", |
(...skipping 28 matching lines...) Expand all Loading... |
302 }, | 385 }, |
303 "locations": { | 386 "locations": { |
304 "description": "A list of locations that matches the specifi
ed filter in the request.", | 387 "description": "A list of locations that matches the specifi
ed filter in the request.", |
305 "items": { | 388 "items": { |
306 "$ref": "Location" | 389 "$ref": "Location" |
307 }, | 390 }, |
308 "type": "array" | 391 "type": "array" |
309 } | 392 } |
310 }, | 393 }, |
311 "type": "object" | 394 "type": "object" |
312 }, | |
313 "Location": { | |
314 "description": "A resource that represents Google Cloud Platform loc
ation.", | |
315 "id": "Location", | |
316 "properties": { | |
317 "labels": { | |
318 "additionalProperties": { | |
319 "type": "string" | |
320 }, | |
321 "description": "Cross-service attributes for the location. F
or example\n\n {\"cloud.googleapis.com/region\": \"us-east1\"}", | |
322 "type": "object" | |
323 }, | |
324 "name": { | |
325 "description": "Resource name for the location, which may va
ry between implementations.\nFor example: `\"projects/example-project/locations/
us-east1\"`", | |
326 "type": "string" | |
327 }, | |
328 "locationId": { | |
329 "description": "The canonical id for this location. For exam
ple: `\"us-east1\"`.", | |
330 "type": "string" | |
331 }, | |
332 "metadata": { | |
333 "additionalProperties": { | |
334 "description": "Properties of the object. Contains field
@type with type URL.", | |
335 "type": "any" | |
336 }, | |
337 "description": "Service-specific metadata. For example the a
vailable capacity at the given\nlocation.", | |
338 "type": "object" | |
339 } | |
340 }, | |
341 "type": "object" | |
342 }, | |
343 "ListOperationsResponse": { | |
344 "description": "The response message for Operations.ListOperations."
, | |
345 "id": "ListOperationsResponse", | |
346 "properties": { | |
347 "nextPageToken": { | |
348 "description": "The standard List next-page token.", | |
349 "type": "string" | |
350 }, | |
351 "operations": { | |
352 "description": "A list of operations that matches the specif
ied filter in the request.", | |
353 "items": { | |
354 "$ref": "Operation" | |
355 }, | |
356 "type": "array" | |
357 } | |
358 }, | |
359 "type": "object" | |
360 }, | |
361 "Operation": { | |
362 "description": "This resource represents a long-running operation th
at is the result of a\nnetwork API call.", | |
363 "id": "Operation", | |
364 "properties": { | |
365 "name": { | |
366 "description": "The server-assigned name, which is only uniq
ue within the same service that\noriginally returns it. If you use the default H
TTP mapping, the\n`name` should have the format of `operations/some/unique/name`
.", | |
367 "type": "string" | |
368 }, | |
369 "error": { | |
370 "$ref": "Status", | |
371 "description": "The error result of the operation in case of
failure or cancellation." | |
372 }, | |
373 "metadata": { | |
374 "additionalProperties": { | |
375 "description": "Properties of the object. Contains field
@type with type URL.", | |
376 "type": "any" | |
377 }, | |
378 "description": "Service-specific metadata associated with th
e operation. It typically\ncontains progress information and common metadata su
ch as create time.\nSome services might not provide such metadata. Any method t
hat returns a\nlong-running operation should document the metadata type, if any.
", | |
379 "type": "object" | |
380 }, | |
381 "done": { | |
382 "description": "If the value is `false`, it means the operat
ion is still in progress.\nIf true, the operation is completed, and either `erro
r` or `response` is\navailable.", | |
383 "type": "boolean" | |
384 }, | |
385 "response": { | |
386 "additionalProperties": { | |
387 "description": "Properties of the object. Contains field
@type with type URL.", | |
388 "type": "any" | |
389 }, | |
390 "description": "The normal response of the operation in case
of success. If the original\nmethod returns no data on success, such as `Delet
e`, the response is\n`google.protobuf.Empty`. If the original method is standar
d\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmet
hods, the response should have the type `XxxResponse`, where `Xxx`\nis the origi
nal method name. For example, if the original method name\nis `TakeSnapshot()`,
the inferred response type is\n`TakeSnapshotResponse`.", | |
391 "type": "object" | |
392 } | |
393 }, | |
394 "type": "object" | |
395 } | 395 } |
396 }, | 396 }, |
397 "servicePath": "", | 397 "servicePath": "", |
398 "title": "Google Cloud Functions API", | 398 "title": "Google Cloud Functions API", |
399 "version": "v1" | 399 "version": "v1" |
400 } | 400 } |
OLD | NEW |