Enum SamplingLevel (0.64.0)

public enum SamplingLevel extends Enum<SamplingLevel> implements ProtocolMessageEnum

Categories of sampling levels for the requests.

Protobuf enum google.analytics.data.v1alpha.SamplingLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOW

Applies a sampling level of 10 million to standard properties and 100 million to Google Analytics 360 properties.

LOW = 1;

LOW_VALUE

Applies a sampling level of 10 million to standard properties and 100 million to Google Analytics 360 properties.

LOW = 1;

MEDIUM

Exclusive to Google Analytics 360 properties with a sampling level of 1 billion.

MEDIUM = 2;

MEDIUM_VALUE

Exclusive to Google Analytics 360 properties with a sampling level of 1 billion.

MEDIUM = 2;

SAMPLING_LEVEL_UNSPECIFIED

Unspecified type.

SAMPLING_LEVEL_UNSPECIFIED = 0;

SAMPLING_LEVEL_UNSPECIFIED_VALUE

Unspecified type.

SAMPLING_LEVEL_UNSPECIFIED = 0;

UNRECOGNIZED
UNSAMPLED

Exclusive to Google Analytics 360 properties. Unsampled explorations are more accurate and can reveal insights that aren't visible in standard explorations. To learn more, see https://support.google.com/analytics/answer/10896953.

UNSAMPLED = 3;

UNSAMPLED_VALUE

Exclusive to Google Analytics 360 properties. Unsampled explorations are more accurate and can reveal insights that aren't visible in standard explorations. To learn more, see https://support.google.com/analytics/answer/10896953.

UNSAMPLED = 3;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()