| OLD | NEW |
| 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 "https://www.googleapis.com/auth/monitoring.read": { | 8 "https://www.googleapis.com/auth/monitoring.read": { |
| 9 "description": "View monitoring data for all of your Google
Cloud and third-party projects" | 9 "description": "View monitoring data for all of your Google
Cloud and third-party projects" |
| 10 }, | 10 }, |
| (...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 "https://www.googleapis.com/auth/monitoring", | 746 "https://www.googleapis.com/auth/monitoring", |
| 747 "https://www.googleapis.com/auth/monitoring.read
", | 747 "https://www.googleapis.com/auth/monitoring.read
", |
| 748 "https://www.googleapis.com/auth/monitoring.writ
e" | 748 "https://www.googleapis.com/auth/monitoring.writ
e" |
| 749 ] | 749 ] |
| 750 } | 750 } |
| 751 } | 751 } |
| 752 } | 752 } |
| 753 } | 753 } |
| 754 } | 754 } |
| 755 }, | 755 }, |
| 756 "revision": "20161205", | 756 "revision": "20170120", |
| 757 "rootUrl": "https://monitoring.googleapis.com/", | 757 "rootUrl": "https://monitoring.googleapis.com/", |
| 758 "schemas": { | 758 "schemas": { |
| 759 "Metric": { | 759 "Metric": { |
| 760 "description": "A specific metric, identified by specifying values f
or all of the labels of a MetricDescriptor.", | 760 "description": "A specific metric, identified by specifying values f
or all of the labels of a MetricDescriptor.", |
| 761 "id": "Metric", | 761 "id": "Metric", |
| 762 "properties": { | 762 "properties": { |
| 763 "labels": { | 763 "labels": { |
| 764 "additionalProperties": { | 764 "additionalProperties": { |
| 765 "type": "string" | 765 "type": "string" |
| 766 }, | 766 }, |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 "The value is a Distribution.", | 1022 "The value is a Distribution.", |
| 1023 "The value is money." | 1023 "The value is money." |
| 1024 ], | 1024 ], |
| 1025 "type": "string" | 1025 "type": "string" |
| 1026 }, | 1026 }, |
| 1027 "displayName": { | 1027 "displayName": { |
| 1028 "description": "A concise name for the metric, which can be
displayed in user interfaces. Use sentence case without an ending period, for ex
ample \"Request count\".", | 1028 "description": "A concise name for the metric, which can be
displayed in user interfaces. Use sentence case without an ending period, for ex
ample \"Request count\".", |
| 1029 "type": "string" | 1029 "type": "string" |
| 1030 }, | 1030 }, |
| 1031 "name": { | 1031 "name": { |
| 1032 "description": "The resource name of the metric descriptor.
Depending on the implementation, the name typically includes: (1) the parent res
ource 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 descrip
tor. For example, following is the resource name of a custom metric within the G
CP project 123456789:\n\"projects/123456789/metricDescriptors/custom.googleapis.
com%2Finvoice%2Fpaid%2Famount\"\n", | 1032 "description": "The resource name of the metric descriptor.
Depending on the implementation, the name typically includes: (1) the parent res
ource 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 descrip
tor. For example, following is the resource name of a custom metric within the G
CP project my-project-id:\n\"projects/my-project-id/metricDescriptors/custom.goo
gleapis.com%2Finvoice%2Fpaid%2Famount\"\n", |
| 1033 "type": "string" | 1033 "type": "string" |
| 1034 }, | 1034 }, |
| 1035 "type": { | 1035 "type": { |
| 1036 "description": "The metric type, including its DNS name pref
ix. 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.google
apis.com/http/server/response_latencies\"\n", | 1036 "description": "The metric type, including its DNS name pref
ix. The type is not URL-encoded. All user-defined custom metric types have the D
NS name custom.googleapis.com. Metric types should use a natural hierarchical gr
ouping. For example:\n\"custom.googleapis.com/invoice/paid/amount\"\n\"appengine
.googleapis.com/http/server/response_latencies\"\n", |
| 1037 "type": "string" | 1037 "type": "string" |
| 1038 } | 1038 } |
| 1039 }, | 1039 }, |
| 1040 "type": "object" | 1040 "type": "object" |
| 1041 }, | 1041 }, |
| 1042 "Exponential": { | 1042 "Exponential": { |
| 1043 "description": "Specify a sequence of buckets that have a width that
is proportional to the value of the lower bound. Each bucket represents a const
ant relative uncertainty on a specific value in the bucket.Defines num_finite_bu
ckets + 2 (= N) buckets with these boundaries for bucket i:Upper bound (0 <= i <
N-1): scale * (growth_factor ^ i). Lower bound (1 <= i < N): scale * (growth_f
actor ^ (i - 1)).", | 1043 "description": "Specify a sequence of buckets that have a width that
is proportional to the value of the lower bound. Each bucket represents a const
ant relative uncertainty on a specific value in the bucket.Defines num_finite_bu
ckets + 2 (= N) buckets with these boundaries for bucket i:Upper bound (0 <= i <
N-1): scale * (growth_factor ^ i). Lower bound (1 <= i < N): scale * (growth_f
actor ^ (i - 1)).", |
| 1044 "id": "Exponential", | 1044 "id": "Exponential", |
| 1045 "properties": { | 1045 "properties": { |
| 1046 "growthFactor": { | 1046 "growthFactor": { |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1603 "type": "string" | 1603 "type": "string" |
| 1604 } | 1604 } |
| 1605 }, | 1605 }, |
| 1606 "type": "object" | 1606 "type": "object" |
| 1607 } | 1607 } |
| 1608 }, | 1608 }, |
| 1609 "servicePath": "", | 1609 "servicePath": "", |
| 1610 "title": "Stackdriver Monitoring API", | 1610 "title": "Stackdriver Monitoring API", |
| 1611 "version": "v3" | 1611 "version": "v3" |
| 1612 } | 1612 } |
| OLD | NEW |