public enum MetricDescriptor.Types.ValueTypeThe value type of a metric.
Namespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Fields |
|
|---|---|
| Name | Description |
Bool |
The value is a boolean.
This value type can be used only if the metric kind is |
Distribution |
The value is a [ |
Double |
The value is a double precision floating point number. |
Int64 |
The value is a signed 64-bit integer. |
Money |
The value is money. |
String |
The value is a text string.
This value type can be used only if the metric kind is |
Unspecified |
Do not use this default value. |