| Index: discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| diff --git a/discovery/googleapis_beta/clouderrorreporting__v1beta1.json b/discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| index cfdb2ce451544178f50f31850e22486670548f65..6e1f5dd39313374fb31cf12dd8fc98105678c994 100644
|
| --- a/discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| +++ b/discovery/googleapis_beta/clouderrorreporting__v1beta1.json
|
| @@ -165,6 +165,11 @@
|
| "location": "query",
|
| "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).",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "projectName": {
|
| "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).\nExample: `projects/my-project-123`.",
|
| "location": "path",
|
| @@ -324,6 +329,11 @@
|
| "location": "query",
|
| "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).",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "projectName": {
|
| "description": "[Required] The resource name of the Google Cloud Platform project. Written\nas <code>projects/</code> plus the\n<a href=\"https://support.google.com/cloud/answer/6158840\">Google Cloud\nPlatform project ID</a>.\n\nExample: <code>projects/my-project-123</code>.",
|
| "location": "path",
|
| @@ -396,7 +406,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20161012",
|
| + "revision": "20161114",
|
| "rootUrl": "https://clouderrorreporting.googleapis.com/",
|
| "schemas": {
|
| "ReportedErrorEvent": {
|
| @@ -520,6 +530,10 @@
|
| "description": "Describes a running service that sends errors.\nIts version changes over time and multiple versions can run in parallel.",
|
| "id": "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"
|
| + },
|
| "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"
|
|
|