Update vendored dependencies

This commit is contained in:
Alexander Neumann 2017-09-21 17:48:45 +02:00
parent 81473f4538
commit 02fc16e97d
254 changed files with 107898 additions and 82739 deletions

View file

@ -1,4 +1,15 @@
{
"canonicalName": "Clouderrorreporting",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"rootUrl": "https://clouderrorreporting.googleapis.com/",
"ownerDomain": "google.com",
"name": "clouderrorreporting",
"batchPath": "batch",
@ -6,51 +17,57 @@
"ownerName": "Google",
"resources": {
"projects": {
"methods": {
"deleteEvents": {
"httpMethod": "DELETE",
"response": {
"$ref": "DeleteEventsResponse"
},
"parameterOrder": [
"projectName"
],
"parameters": {
"projectName": {
"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).\nExample: `projects/my-project-123`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/projects/{projectsId}/events",
"path": "v1beta1/{+projectName}/events",
"id": "clouderrorreporting.projects.deleteEvents",
"description": "Deletes all error events of a given project."
}
},
"resources": {
"events": {
"methods": {
"list": {
"description": "Lists the specified events.",
"httpMethod": "GET",
"response": {
"$ref": "ListEventsResponse"
},
"parameterOrder": [
"projectName"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"groupId": {
"description": "[Required] The group for which events shall be returned.",
"type": "string",
"location": "query"
},
"serviceFilter.service": {
"description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).",
"type": "string",
"location": "query"
},
"pageToken": {
"description": "[Optional] A `next_page_token` provided by a previous response.",
"type": "string",
"location": "query"
},
"pageSize": {
"format": "int32",
"description": "[Optional] The maximum number of results to return per response.",
"type": "integer",
"location": "query"
},
"serviceFilter.version": {
"serviceFilter.resourceType": {
"location": "query",
"description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).",
"description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).",
"type": "string"
},
"serviceFilter.resourceType": {
"description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).",
"type": "string",
"location": "query"
},
"timeRange.period": {
"description": "Restricts the query to the specified time range.",
"type": "string",
"location": "query",
"enum": [
"PERIOD_UNSPECIFIED",
"PERIOD_1_HOUR",
@ -58,27 +75,54 @@
"PERIOD_1_DAY",
"PERIOD_1_WEEK",
"PERIOD_30_DAYS"
],
"description": "Restricts the query to the specified time range.",
]
},
"projectName": {
"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).\nExample: `projects/my-project-123`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$",
"location": "path"
},
"groupId": {
"description": "[Required] The group for which events shall be returned.",
"type": "string",
"location": "query"
},
"projectName": {
"pattern": "^projects/[^/]+$",
"location": "path",
"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).\nExample: `projects/my-project-123`.",
"serviceFilter.service": {
"location": "query",
"description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).",
"type": "string"
},
"pageToken": {
"location": "query",
"description": "[Optional] A `next_page_token` provided by a previous response.",
"type": "string"
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "[Optional] The maximum number of results to return per response.",
"type": "integer"
},
"serviceFilter.version": {
"description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).",
"type": "string",
"required": true
"location": "query"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/projects/{projectsId}/events",
"id": "clouderrorreporting.projects.events.list",
"path": "v1beta1/{+projectName}/events",
"id": "clouderrorreporting.projects.events.list"
"description": "Lists the specified events."
},
"report": {
"path": "v1beta1/{+projectName}/events:report",
"id": "clouderrorreporting.projects.events.report",
"request": {
"$ref": "ReportedErrorEvent"
},
"description": "Report an individual error event.\n\nThis endpoint accepts \u003cstrong\u003eeither\u003c/strong\u003e an OAuth token,\n\u003cstrong\u003eor\u003c/strong\u003e an\n\u003ca href=\"https://support.google.com/cloud/answer/6158862\"\u003eAPI key\u003c/a\u003e\nfor authentication. To use an API key, append it to the URL as the value of\na `key` parameter. For example:\n\u003cpre\u003ePOST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456\u003c/pre\u003e",
"httpMethod": "POST",
"parameterOrder": [
"projectName"
@ -86,6 +130,9 @@
"response": {
"$ref": "ReportErrorEventResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"projectName": {
"pattern": "^projects/[^/]+$",
@ -95,45 +142,31 @@
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/projects/{projectsId}/events:report",
"path": "v1beta1/{+projectName}/events:report",
"id": "clouderrorreporting.projects.events.report",
"description": "Report an individual error event.\n\nThis endpoint accepts \u003cstrong\u003eeither\u003c/strong\u003e an OAuth token,\n\u003cstrong\u003eor\u003c/strong\u003e an\n\u003ca href=\"https://support.google.com/cloud/answer/6158862\"\u003eAPI key\u003c/a\u003e\nfor authentication. To use an API key, append it to the URL as the value of\na `key` parameter. For example:\n\u003cpre\u003ePOST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456\u003c/pre\u003e",
"request": {
"$ref": "ReportedErrorEvent"
}
"flatPath": "v1beta1/projects/{projectsId}/events:report"
}
}
},
"groupStats": {
"methods": {
"list": {
"httpMethod": "GET",
"response": {
"$ref": "ListGroupStatsResponse"
},
"parameterOrder": [
"projectName"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"timedCountDuration": {
"format": "google-duration",
"description": "[Optional] The preferred duration for a single returned `TimedCount`.\nIf not set, no timed counts are returned.",
"type": "string",
"location": "query"
},
"pageToken": {
"location": "query",
"description": "[Optional] A `next_page_token` provided by a previous response. To view\nadditional results, pass this token along with the identical query\nparameters as the first request.",
"type": "string",
"location": "query"
"type": "string"
},
"timeRange.period": {
"location": "query",
"enum": [
"PERIOD_UNSPECIFIED",
"PERIOD_1_HOUR",
@ -143,8 +176,7 @@
"PERIOD_30_DAYS"
],
"description": "Restricts the query to the specified time range.",
"type": "string",
"location": "query"
"type": "string"
},
"alignment": {
"location": "query",
@ -163,9 +195,9 @@
"location": "query"
},
"serviceFilter.service": {
"location": "query",
"description": "[Optional] The exact value to match against\n[`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).",
"type": "string"
"type": "string",
"location": "query"
},
"pageSize": {
"location": "query",
@ -173,11 +205,6 @@
"description": "[Optional] The maximum number of results to return per response.\nDefault is 20.",
"type": "integer"
},
"serviceFilter.version": {
"description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).",
"type": "string",
"location": "query"
},
"order": {
"location": "query",
"enum": [
@ -190,69 +217,52 @@
"description": "[Optional] The sort order in which the results are returned.\nDefault is `COUNT_DESC`.",
"type": "string"
},
"serviceFilter.version": {
"description": "[Optional] The exact value to match against\n[`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).",
"type": "string",
"location": "query"
},
"serviceFilter.resourceType": {
"description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).",
"type": "string",
"location": "query"
},
"alignmentTime": {
"format": "google-datetime",
"description": "[Optional] Time where the timed counts shall be aligned if rounded\nalignment is chosen. Default is 00:00 UTC.",
"type": "string",
"location": "query"
},
"serviceFilter.resourceType": {
"location": "query",
"description": "[Optional] The exact value to match against\n[`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).",
"type": "string"
},
"projectName": {
"location": "path",
"description": "[Required] The resource name of the Google Cloud Platform project. Written\nas \u003ccode\u003eprojects/\u003c/code\u003e plus the\n\u003ca href=\"https://support.google.com/cloud/answer/6158840\"\u003eGoogle Cloud\nPlatform project ID\u003c/a\u003e.\n\nExample: \u003ccode\u003eprojects/my-project-123\u003c/code\u003e.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$",
"location": "path"
"pattern": "^projects/[^/]+$"
},
"timedCountDuration": {
"location": "query",
"format": "google-duration",
"description": "[Optional] The preferred duration for a single returned `TimedCount`.\nIf not set, no timed counts are returned.",
"type": "string"
}
},
"flatPath": "v1beta1/projects/{projectsId}/groupStats",
"path": "v1beta1/{+projectName}/groupStats",
"id": "clouderrorreporting.projects.groupStats.list",
"path": "v1beta1/{+projectName}/groupStats",
"description": "Lists the specified groups."
}
}
},
"groups": {
"methods": {
"update": {
"description": "Replace the data for the specified group.\nFails if the group does not exist.",
"request": {
"$ref": "ErrorGroup"
},
"httpMethod": "PUT",
"parameterOrder": [
"name"
],
"response": {
"$ref": "ErrorGroup"
},
"parameters": {
"name": {
"pattern": "^projects/[^/]+/groups/[^/]+$",
"location": "path",
"description": "The group resource name.\nExample: \u003ccode\u003eprojects/my-project-123/groups/my-groupid\u003c/code\u003e",
"type": "string",
"required": true
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/projects/{projectsId}/groups/{groupsId}",
"path": "v1beta1/{+name}",
"id": "clouderrorreporting.projects.groups.update"
},
"get": {
"response": {
"$ref": "ErrorGroup"
},
"parameterOrder": [
"groupName"
],
"response": {
"$ref": "ErrorGroup"
},
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
@ -270,78 +280,89 @@
"id": "clouderrorreporting.projects.groups.get",
"path": "v1beta1/{+groupName}",
"description": "Get the specified group."
},
"update": {
"response": {
"$ref": "ErrorGroup"
},
"parameterOrder": [
"name"
],
"httpMethod": "PUT",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"location": "path",
"description": "The group resource name.\nExample: \u003ccode\u003eprojects/my-project-123/groups/my-groupid\u003c/code\u003e",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/groups/[^/]+$"
}
},
"flatPath": "v1beta1/projects/{projectsId}/groups/{groupsId}",
"id": "clouderrorreporting.projects.groups.update",
"path": "v1beta1/{+name}",
"request": {
"$ref": "ErrorGroup"
},
"description": "Replace the data for the specified group.\nFails if the group does not exist."
}
}
}
},
"methods": {
"deleteEvents": {
"response": {
"$ref": "DeleteEventsResponse"
},
"parameterOrder": [
"projectName"
],
"httpMethod": "DELETE",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"projectName": {
"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).\nExample: `projects/my-project-123`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$",
"location": "path"
}
},
"flatPath": "v1beta1/projects/{projectsId}/events",
"id": "clouderrorreporting.projects.deleteEvents",
"path": "v1beta1/{+projectName}/events",
"description": "Deletes all error events of a given project."
}
}
}
},
"parameters": {
"oauth_token": {
"location": "query",
"description": "OAuth 2.0 token for the current user.",
"type": "string"
},
"bearer_token": {
"location": "query",
"description": "OAuth bearer token.",
"type": "string"
},
"upload_protocol": {
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string",
"location": "query"
"type": "string"
},
"prettyPrint": {
"location": "query",
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean"
"type": "boolean",
"location": "query"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string",
"location": "query"
"type": "string"
},
"fields": {
"location": "query",
"description": "Selector specifying which fields to include in a partial response.",
"type": "string",
"location": "query"
"type": "string"
},
"callback": {
"location": "query",
"description": "JSONP",
"type": "string",
"location": "query"
"type": "string"
},
"$.xgafv": {
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"enum": [
"1",
"2"
],
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query"
"type": "string"
},
"alt": {
"enum": [
@ -359,57 +380,91 @@
"description": "Data format for response.",
"default": "json"
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"type": "string",
"location": "query"
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"quotaUser": {
"location": "query",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"type": "string",
"location": "query"
"type": "string"
},
"pp": {
"location": "query",
"description": "Pretty-print response.",
"default": "true",
"type": "boolean",
"location": "query"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"type": "string",
"location": "query"
},
"bearer_token": {
"description": "OAuth bearer token.",
"type": "string",
"location": "query"
"type": "boolean"
}
},
"version": "v1beta1",
"baseUrl": "https://clouderrorreporting.googleapis.com/",
"servicePath": "",
"description": "Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors.\n",
"kind": "discovery#restDescription",
"servicePath": "",
"basePath": "",
"documentationLink": "https://cloud.google.com/error-reporting/",
"revision": "20170825",
"id": "clouderrorreporting:v1beta1",
"documentationLink": "https://cloud.google.com/error-reporting/",
"revision": "20170914",
"discoveryVersion": "v1",
"version_module": true,
"schemas": {
"ListGroupStatsResponse": {
"description": "Contains a set of requested error group stats.",
"type": "object",
"properties": {
"timeRangeBegin": {
"format": "google-datetime",
"description": "The timestamp specifies the start time to which the request was restricted.\nThe start time is set based on the requested time range. It may be adjusted\nto a later time if a project has exceeded the storage quota and older data\nhas been deleted.",
"type": "string"
},
"errorGroupStats": {
"description": "The error group stats which match the given request.",
"items": {
"$ref": "ErrorGroupStats"
},
"type": "array"
},
"nextPageToken": {
"description": "If non-empty, more results are available.\nPass this token, along with the same query parameters as the first\nrequest, to view the next page of results.",
"type": "string"
}
},
"id": "ListGroupStatsResponse"
},
"SourceReference": {
"description": "A reference to a particular snapshot of the source tree used to build and\ndeploy an application.",
"type": "object",
"properties": {
"repository": {
"description": "Optional. A URI string identifying the repository.\nExample: \"https://github.com/GoogleCloudPlatform/kubernetes.git\"",
"type": "string"
},
"revisionId": {
"description": "The canonical and persistent identifier of the deployed revision.\nExample (git): \"0035781c50ec7aa23385dc841529ce8a4b70db1b\"",
"type": "string"
}
},
"id": "SourceReference"
},
"DeleteEventsResponse": {
"description": "Response message for deleting error events.",
"type": "object",
"properties": {},
"id": "DeleteEventsResponse"
},
"ErrorEvent": {
"description": "An error event which is returned by the Error Reporting system.",
"type": "object",
"properties": {
"context": {
"description": "Data about the context in which the error occurred.",
"$ref": "ErrorContext"
"$ref": "ErrorContext",
"description": "Data about the context in which the error occurred."
},
"message": {
"description": "The stack trace that was reported or logged by the service.",
@ -432,8 +487,8 @@
"type": "object",
"properties": {
"context": {
"description": "[Optional] A description of the context in which the error occurred.",
"$ref": "ErrorContext"
"$ref": "ErrorContext",
"description": "[Optional] A description of the context in which the error occurred."
},
"message": {
"description": "[Required] The error message.\nIf no `context.reportLocation` is provided, the message must contain a\nheader (typically consisting of the exception type name and an error\nmessage) and an exception stack trace in one of the supported programming\nlanguages and formats.\nSupported languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go.\nSupported stack trace formats are:\n\n* **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29).\n* **Python**: Must be the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceback.html#traceback.format_exc).\n* **JavaScript**: Must be the value of [`error.stack`](https://github.com/v8/v8/wiki/Stack-Trace-API)\nas returned by V8.\n* **Ruby**: Must contain frames returned by [`Exception.backtrace`](https://ruby-doc.org/core-2.2.0/Exception.html#method-i-backtrace).\n* **C#**: Must be the return value of [`Exception.ToString()`](https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx).\n* **PHP**: Must start with `PHP (Notice|Parse error|Fatal error|Warning)`\nand contain the result of [`(string)$exception`](http://php.net/manual/en/exception.tostring.php).\n* **Go**: Must be the return value of [`runtime.Stack()`](https://golang.org/pkg/runtime/debug/#Stack).",
@ -452,7 +507,13 @@
"id": "ReportedErrorEvent"
},
"ErrorContext": {
"description": "A description of the context in which an error occurred.\nThis data should be provided by the application when reporting an error,\nunless the\nerror report has been generated automatically from Google App Engine logs.",
"type": "object",
"properties": {
"user": {
"description": "The user who caused or was affected by the crash.\nThis can be a user ID, an email address, or an arbitrary token that\nuniquely identifies the user.\nWhen sending an error report, leave this field empty if the user was not\nlogged in. In this case the\nError Reporting system will use other data, such as remote IP address, to\ndistinguish affected users. See `affected_users_count` in\n`ErrorGroupStats`.",
"type": "string"
},
"sourceReferences": {
"description": "Source code that was used to build the executable which has\ncaused the given error message.",
"items": {
@ -465,17 +526,11 @@
"description": "The location in the source code where the decision was made to\nreport the error, usually the place where it was logged.\nFor a logged exception this would be the source line where the\nexception is logged, usually close to the place where it was\ncaught."
},
"httpRequest": {
"description": "The HTTP request which was processed when the error was\ntriggered.",
"$ref": "HttpRequestContext"
},
"user": {
"description": "The user who caused or was affected by the crash.\nThis can be a user ID, an email address, or an arbitrary token that\nuniquely identifies the user.\nWhen sending an error report, leave this field empty if the user was not\nlogged in. In this case the\nError Reporting system will use other data, such as remote IP address, to\ndistinguish affected users. See `affected_users_count` in\n`ErrorGroupStats`.",
"type": "string"
"$ref": "HttpRequestContext",
"description": "The HTTP request which was processed when the error was\ntriggered."
}
},
"id": "ErrorContext",
"description": "A description of the context in which an error occurred.\nThis data should be provided by the application when reporting an error,\nunless the\nerror report has been generated automatically from Google App Engine logs.",
"type": "object"
"id": "ErrorContext"
},
"TrackingIssue": {
"properties": {
@ -492,6 +547,13 @@
"description": "Data extracted for a specific group based on certain filter criteria,\nsuch as a given time period and/or service filter.",
"type": "object",
"properties": {
"timedCounts": {
"description": "Approximate number of occurrences over time.\nTimed counts returned by ListGroups are guaranteed to be:\n\n- Inside the requested time interval\n- Non-overlapping, and\n- Ordered by ascending time.",
"items": {
"$ref": "TimedCount"
},
"type": "array"
},
"group": {
"$ref": "ErrorGroup",
"description": "Group data that is independent of the filter criteria."
@ -516,11 +578,6 @@
"description": "Approximate last occurrence that was ever seen for this group and\nwhich matches the given filter criteria, ignoring the time_range\nthat was specified in the request.",
"type": "string"
},
"numAffectedServices": {
"format": "int32",
"description": "The total number of services with a non-zero error count for the given\nfilter criteria.",
"type": "integer"
},
"affectedServices": {
"description": "Service contexts with a non-zero error count for the given filter\ncriteria. This list can be truncated if multiple services are affected.\nRefer to `num_affected_services` for the total count.",
"items": {
@ -528,23 +585,19 @@
},
"type": "array"
},
"numAffectedServices": {
"format": "int32",
"description": "The total number of services with a non-zero error count for the given\nfilter criteria.",
"type": "integer"
},
"representative": {
"$ref": "ErrorEvent",
"description": "An arbitrary event that is chosen as representative for the whole group.\nThe representative event is intended to be used as a quick preview for\nthe whole group. Events in the group are usually sufficiently similar\nto each other such that showing an arbitrary representative provides\ninsight into the characteristics of the group as a whole."
},
"timedCounts": {
"description": "Approximate number of occurrences over time.\nTimed counts returned by ListGroups are guaranteed to be:\n\n- Inside the requested time interval\n- Non-overlapping, and\n- Ordered by ascending time.",
"items": {
"$ref": "TimedCount"
},
"type": "array"
}
},
"id": "ErrorGroupStats"
},
"ListEventsResponse": {
"description": "Contains a set of requested error events.",
"type": "object",
"properties": {
"timeRangeBegin": {
"format": "google-datetime",
@ -563,15 +616,14 @@
"type": "string"
}
},
"id": "ListEventsResponse"
"id": "ListEventsResponse",
"description": "Contains a set of requested error events.",
"type": "object"
},
"TimedCount": {
"description": "The number of errors in a given time period.\nAll numbers are approximate since the error events are sampled\nbefore counting them.",
"type": "object",
"properties": {
"endTime": {
"format": "google-datetime",
"description": "End of the time period to which `count` refers (excluded).",
"type": "string"
},
"startTime": {
"format": "google-datetime",
"description": "Start of the time period to which `count` refers (included).",
@ -581,15 +633,16 @@
"format": "int64",
"description": "Approximate number of occurrences in the given time period.",
"type": "string"
},
"endTime": {
"format": "google-datetime",
"description": "End of the time period to which `count` refers (excluded).",
"type": "string"
}
},
"id": "TimedCount",
"description": "The number of errors in a given time period.\nAll numbers are approximate since the error events are sampled\nbefore counting them.",
"type": "object"
"id": "TimedCount"
},
"ErrorGroup": {
"description": "Description of a group of similar error events.",
"type": "object",
"properties": {
"trackingIssues": {
"description": "Associated tracking issues.",
@ -607,7 +660,9 @@
"type": "string"
}
},
"id": "ErrorGroup"
"id": "ErrorGroup",
"description": "Description of a group of similar error events.",
"type": "object"
},
"SourceLocation": {
"properties": {
@ -631,6 +686,10 @@
},
"ServiceContext": {
"properties": {
"resourceType": {
"description": "Type of the MonitoredResource. List of possible values:\nhttps://cloud.google.com/monitoring/api/resources\n\nValue is set automatically for incoming errors and must not be set when\nreporting errors.",
"type": "string"
},
"version": {
"description": "Represents the source code version that the developer provided,\nwhich could represent a version label or a Git SHA-1 hash, for example.\nFor App Engine standard environment, the version is set to the version of\nthe app.",
"type": "string"
@ -638,10 +697,6 @@
"service": {
"description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine service name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the service name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default service is used.",
"type": "string"
},
"resourceType": {
"description": "Type of the MonitoredResource. List of possible values:\nhttps://cloud.google.com/monitoring/api/resources\n\nValue is set automatically for incoming errors and must not be set when\nreporting errors.",
"type": "string"
}
},
"id": "ServiceContext",
@ -649,15 +704,20 @@
"type": "object"
},
"ReportErrorEventResponse": {
"properties": {},
"id": "ReportErrorEventResponse",
"description": "Response for reporting an individual error event.\nData may be added to this message in the future.",
"type": "object"
"type": "object",
"properties": {},
"id": "ReportErrorEventResponse"
},
"HttpRequestContext": {
"description": "HTTP request data that is related to a reported error.\nThis data should be provided by the application when reporting an error,\nunless the\nerror report has been generated automatically from Google App Engine logs.",
"type": "object",
"properties": {
"responseStatusCode": {
"format": "int32",
"description": "The HTTP response status code for the request.",
"type": "integer"
},
"method": {
"description": "The type of HTTP request, such as `GET`, `POST`, etc.",
"type": "string"
@ -677,74 +737,14 @@
"url": {
"description": "The URL of the request.",
"type": "string"
},
"responseStatusCode": {
"format": "int32",
"description": "The HTTP response status code for the request.",
"type": "integer"
}
},
"id": "HttpRequestContext"
},
"ListGroupStatsResponse": {
"description": "Contains a set of requested error group stats.",
"type": "object",
"properties": {
"nextPageToken": {
"description": "If non-empty, more results are available.\nPass this token, along with the same query parameters as the first\nrequest, to view the next page of results.",
"type": "string"
},
"timeRangeBegin": {
"format": "google-datetime",
"description": "The timestamp specifies the start time to which the request was restricted.\nThe start time is set based on the requested time range. It may be adjusted\nto a later time if a project has exceeded the storage quota and older data\nhas been deleted.",
"type": "string"
},
"errorGroupStats": {
"description": "The error group stats which match the given request.",
"items": {
"$ref": "ErrorGroupStats"
},
"type": "array"
}
},
"id": "ListGroupStatsResponse"
},
"SourceReference": {
"description": "A reference to a particular snapshot of the source tree used to build and\ndeploy an application.",
"type": "object",
"properties": {
"revisionId": {
"description": "The canonical and persistent identifier of the deployed revision.\nExample (git): \"0035781c50ec7aa23385dc841529ce8a4b70db1b\"",
"type": "string"
},
"repository": {
"description": "Optional. A URI string identifying the repository.\nExample: \"https://github.com/GoogleCloudPlatform/kubernetes.git\"",
"type": "string"
}
},
"id": "SourceReference"
},
"DeleteEventsResponse": {
"properties": {},
"id": "DeleteEventsResponse",
"description": "Response message for deleting error events.",
"type": "object"
}
},
"protocol": "rest",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
"x32": "http://www.google.com/images/icons/product/search-32.gif",
"x16": "http://www.google.com/images/icons/product/search-16.gif"
},
"canonicalName": "Clouderrorreporting",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"rootUrl": "https://clouderrorreporting.googleapis.com/"
"protocol": "rest"
}