Enum MetricMetadata.BlockedReason (0.52.0)

public enum MetricMetadata.BlockedReason extends Enum<MetricMetadata.BlockedReason> implements ProtocolMessageEnum

Justifications for why this metric is blocked.

Protobuf enum google.analytics.data.v1beta.MetricMetadata.BlockedReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOCKED_REASON_UNSPECIFIED

Will never be specified in API response.

BLOCKED_REASON_UNSPECIFIED = 0;

BLOCKED_REASON_UNSPECIFIED_VALUE

Will never be specified in API response.

BLOCKED_REASON_UNSPECIFIED = 0;

NO_COST_METRICS

If present, your access is blocked to cost related metrics for this property, and this metric is cost related.

NO_COST_METRICS = 2;

NO_COST_METRICS_VALUE

If present, your access is blocked to cost related metrics for this property, and this metric is cost related.

NO_COST_METRICS = 2;

NO_REVENUE_METRICS

If present, your access is blocked to revenue related metrics for this property, and this metric is revenue related.

NO_REVENUE_METRICS = 1;

NO_REVENUE_METRICS_VALUE

If present, your access is blocked to revenue related metrics for this property, and this metric is revenue related.

NO_REVENUE_METRICS = 1;

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()