| Index: discovery/googleapis/monitoring__v3.json
|
| diff --git a/discovery/googleapis/monitoring__v3.json b/discovery/googleapis/monitoring__v3.json
|
| index 5553ace3247a5c3862f61d7c75496627eedf101b..90a265418208cad06c04a019b95e89b40866ef89 100644
|
| --- a/discovery/googleapis/monitoring__v3.json
|
| +++ b/discovery/googleapis/monitoring__v3.json
|
| @@ -753,7 +753,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20161205",
|
| + "revision": "20170120",
|
| "rootUrl": "https://monitoring.googleapis.com/",
|
| "schemas": {
|
| "Metric": {
|
| @@ -1029,11 +1029,11 @@
|
| "type": "string"
|
| },
|
| "name": {
|
| - "description": "The resource name of the metric descriptor. Depending on the implementation, the name typically includes: (1) the parent resource name that defines the scope of the metric type or of its data; and (2) the metric's URL-encoded type, which also appears in the type field of this descriptor. For example, following is the resource name of a custom metric within the GCP project 123456789:\n\"projects/123456789/metricDescriptors/custom.googleapis.com%2Finvoice%2Fpaid%2Famount\"\n",
|
| + "description": "The resource name of the metric descriptor. Depending on the implementation, the name typically includes: (1) the parent resource name that defines the scope of the metric type or of its data; and (2) the metric's URL-encoded type, which also appears in the type field of this descriptor. For example, following is the resource name of a custom metric within the GCP project my-project-id:\n\"projects/my-project-id/metricDescriptors/custom.googleapis.com%2Finvoice%2Fpaid%2Famount\"\n",
|
| "type": "string"
|
| },
|
| "type": {
|
| - "description": "The metric type, including its DNS name prefix. The type is not URL-encoded. All user-defined metric types have the DNS name custom.googleapis.com. Metric types should use a natural hierarchical grouping. For example:\n\"custom.googleapis.com/invoice/paid/amount\"\n\"appengine.googleapis.com/http/server/response_latencies\"\n",
|
| + "description": "The metric type, including its DNS name prefix. The type is not URL-encoded. All user-defined custom metric types have the DNS name custom.googleapis.com. Metric types should use a natural hierarchical grouping. For example:\n\"custom.googleapis.com/invoice/paid/amount\"\n\"appengine.googleapis.com/http/server/response_latencies\"\n",
|
| "type": "string"
|
| }
|
| },
|
|
|