Enum Compatibility (0.48.0)

public enum Compatibility extends Enum<Compatibility> implements ProtocolMessageEnum

The compatibility types for a single dimension or metric.

Protobuf enum google.analytics.data.v1beta.Compatibility

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPATIBILITY_UNSPECIFIED

Unspecified compatibility.

COMPATIBILITY_UNSPECIFIED = 0;

COMPATIBILITY_UNSPECIFIED_VALUE

Unspecified compatibility.

COMPATIBILITY_UNSPECIFIED = 0;

COMPATIBLE

The dimension or metric is compatible. This dimension or metric can be successfully added to a report.

COMPATIBLE = 1;

COMPATIBLE_VALUE

The dimension or metric is compatible. This dimension or metric can be successfully added to a report.

COMPATIBLE = 1;

INCOMPATIBLE

The dimension or metric is incompatible. This dimension or metric cannot be successfully added to a report.

INCOMPATIBLE = 2;

INCOMPATIBLE_VALUE

The dimension or metric is incompatible. This dimension or metric cannot be successfully added to a report.

INCOMPATIBLE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()