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

Side by Side Diff: discovery/googleapis_beta/clouderrorreporting__v1beta1.json

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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
OLDNEW
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 },
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "methods": { 118 "methods": {
119 "deleteEvents": { 119 "deleteEvents": {
120 "description": "Deletes all error events of a given project. ", 120 "description": "Deletes all error events of a given project. ",
121 "httpMethod": "DELETE", 121 "httpMethod": "DELETE",
122 "id": "clouderrorreporting.projects.deleteEvents", 122 "id": "clouderrorreporting.projects.deleteEvents",
123 "parameterOrder": [ 123 "parameterOrder": [
124 "projectName" 124 "projectName"
125 ], 125 ],
126 "parameters": { 126 "parameters": {
127 "projectName": { 127 "projectName": {
128 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud P latform project ID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.", 128 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud P latform project\nID](https://support.google.com/cloud/answer/6158840).\nExample: `projects/my-project-123`.",
129 "location": "path", 129 "location": "path",
130 "pattern": "^projects/[^/]+$", 130 "pattern": "^projects/[^/]+$",
131 "required": true, 131 "required": true,
132 "type": "string" 132 "type": "string"
133 } 133 }
134 }, 134 },
135 "path": "v1beta1/{+projectName}/events", 135 "path": "v1beta1/{+projectName}/events",
136 "response": { 136 "response": {
137 "$ref": "DeleteEventsResponse" 137 "$ref": "DeleteEventsResponse"
138 }, 138 },
(...skipping 25 matching lines...) Expand all
164 ], 164 ],
165 "location": "query", 165 "location": "query",
166 "type": "string" 166 "type": "string"
167 }, 167 },
168 "serviceFilter.resourceType": { 168 "serviceFilter.resourceType": {
169 "description": "[Optional] The exact value t o match against\n[`ServiceContext.resource_type`](/error-reporting/reference/res t/v1beta1/ServiceContext#FIELDS.resource_type).", 169 "description": "[Optional] The exact value t o match against\n[`ServiceContext.resource_type`](/error-reporting/reference/res t/v1beta1/ServiceContext#FIELDS.resource_type).",
170 "location": "query", 170 "location": "query",
171 "type": "string" 171 "type": "string"
172 }, 172 },
173 "projectName": { 173 "projectName": {
174 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840).\nE xample: `projects/my-project-123`.", 174 "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas `projects/` plus the\n[Google Cloud Platform project\nID](https://support.google.com/cloud/answer/6158840).\n Example: `projects/my-project-123`.",
175 "location": "path", 175 "location": "path",
176 "pattern": "^projects/[^/]+$", 176 "pattern": "^projects/[^/]+$",
177 "required": true, 177 "required": true,
178 "type": "string" 178 "type": "string"
179 }, 179 },
180 "serviceFilter.service": { 180 "serviceFilter.service": {
181 "description": "[Optional] The exact value t o match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1be ta1/ServiceContext#FIELDS.service).", 181 "description": "[Optional] The exact value t o match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1be ta1/ServiceContext#FIELDS.service).",
182 "location": "query", 182 "location": "query",
183 "type": "string" 183 "type": "string"
184 }, 184 },
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 }, 399 },
400 "scopes": [ 400 "scopes": [
401 "https://www.googleapis.com/auth/cloud-platform" 401 "https://www.googleapis.com/auth/cloud-platform"
402 ] 402 ]
403 } 403 }
404 } 404 }
405 } 405 }
406 } 406 }
407 } 407 }
408 }, 408 },
409 "revision": "20161114", 409 "revision": "20161122",
410 "rootUrl": "https://clouderrorreporting.googleapis.com/", 410 "rootUrl": "https://clouderrorreporting.googleapis.com/",
411 "schemas": { 411 "schemas": {
412 "ReportedErrorEvent": { 412 "ReportedErrorEvent": {
413 "description": "An error event which is reported to the Error Report ing system.", 413 "description": "An error event which is reported to the Error Report ing system.",
414 "id": "ReportedErrorEvent", 414 "id": "ReportedErrorEvent",
415 "properties": { 415 "properties": {
416 "serviceContext": { 416 "serviceContext": {
417 "$ref": "ServiceContext", 417 "$ref": "ServiceContext",
418 "description": "[Required] The service context in which this error has occurred." 418 "description": "[Required] The service context in which this error has occurred."
419 }, 419 },
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "type": "array" 712 "type": "array"
713 } 713 }
714 }, 714 },
715 "type": "object" 715 "type": "object"
716 } 716 }
717 }, 717 },
718 "servicePath": "", 718 "servicePath": "",
719 "title": "Stackdriver Error Reporting API", 719 "title": "Stackdriver Error Reporting API",
720 "version": "v1beta1" 720 "version": "v1beta1"
721 } 721 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/adexchangebuyer2__v2beta1.json ('k') | discovery/googleapis_beta/cloudkms__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698