Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: discovery/googleapis/cloudfunctions__v1.json

Issue 2936613002: Api-Roll 50: 2017-06-12 (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/clouddebugger__v2.json ('k') | discovery/googleapis/cloudkms__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "alt": {
20 "default": "json",
21 "description": "Data format for response.",
22 "enum": [
23 "json",
24 "media",
25 "proto"
26 ],
27 "enumDescriptions": [
28 "Responses with Content-Type of application/json",
29 "Media download with context-dependent Content-Type",
30 "Responses with Content-Type of application/x-protobuf"
31 ],
32 "location": "query",
33 "type": "string"
34 },
35 "access_token": {
36 "description": "OAuth access token.",
37 "location": "query",
38 "type": "string"
39 },
40 "key": {
41 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
42 "location": "query",
43 "type": "string"
44 },
19 "quotaUser": { 45 "quotaUser": {
20 "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.", 46 "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.",
21 "location": "query", 47 "location": "query",
22 "type": "string" 48 "type": "string"
23 }, 49 },
24 "pp": { 50 "pp": {
25 "default": "true", 51 "default": "true",
26 "description": "Pretty-print response.", 52 "description": "Pretty-print response.",
27 "location": "query", 53 "location": "query",
28 "type": "boolean" 54 "type": "boolean"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "v1 error format", 94 "v1 error format",
69 "v2 error format" 95 "v2 error format"
70 ], 96 ],
71 "location": "query", 97 "location": "query",
72 "type": "string" 98 "type": "string"
73 }, 99 },
74 "callback": { 100 "callback": {
75 "description": "JSONP", 101 "description": "JSONP",
76 "location": "query", 102 "location": "query",
77 "type": "string" 103 "type": "string"
78 },
79 "alt": {
80 "default": "json",
81 "description": "Data format for response.",
82 "enum": [
83 "json",
84 "media",
85 "proto"
86 ],
87 "enumDescriptions": [
88 "Responses with Content-Type of application/json",
89 "Media download with context-dependent Content-Type",
90 "Responses with Content-Type of application/x-protobuf"
91 ],
92 "location": "query",
93 "type": "string"
94 },
95 "access_token": {
96 "description": "OAuth access token.",
97 "location": "query",
98 "type": "string"
99 },
100 "key": {
101 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
102 "location": "query",
103 "type": "string"
104 } 104 }
105 }, 105 },
106 "protocol": "rest", 106 "protocol": "rest",
107 "resources": {}, 107 "resources": {},
108 "revision": "20170516", 108 "revision": "20170529",
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
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 }
OLDNEW
« no previous file with comments | « discovery/googleapis/clouddebugger__v2.json ('k') | discovery/googleapis/cloudkms__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698