Skip to main content

GoogleCloudLoggingMetricDescriptorValueType

No description

enum GoogleCloudLoggingMetricDescriptorValueType {
VALUE_TYPE_UNSPECIFIED
BOOL
INT64
DOUBLE
STRING
DISTRIBUTION
MONEY
}

Values

GoogleCloudLoggingMetricDescriptorValueType.VALUE_TYPE_UNSPECIFIED

Unspecified

GoogleCloudLoggingMetricDescriptorValueType.BOOL

The value is a boolean

GoogleCloudLoggingMetricDescriptorValueType.INT64

The value is a signed 64-bit integer

GoogleCloudLoggingMetricDescriptorValueType.DOUBLE

The value is a double precision floating point number

GoogleCloudLoggingMetricDescriptorValueType.STRING

The value is a text string. This value type can be used only if the metric kind is GAUGE

GoogleCloudLoggingMetricDescriptorValueType.DISTRIBUTION

The value is a Distribution

GoogleCloudLoggingMetricDescriptorValueType.MONEY

The value is money

Member of

GoogleCloudLoggingMetricDescriptor object