public enum SamplingLevel extends Enum<SamplingLevel> implements ProtocolMessageEnum
Categories of sampling levels for the requests.
Protobuf enum google.analytics.data.v1alpha.SamplingLevel
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LOW |
Applies a sampling level of 10 million to standard properties and 100 million to Google Analytics 360 properties. |
LOW_VALUE |
Applies a sampling level of 10 million to standard properties and 100 million to Google Analytics 360 properties. |
MEDIUM |
Exclusive to Google Analytics 360 properties with a sampling level of 1 billion. |
MEDIUM_VALUE |
Exclusive to Google Analytics 360 properties with a sampling level of 1 billion. |
SAMPLING_LEVEL_UNSPECIFIED |
Unspecified type. |
SAMPLING_LEVEL_UNSPECIFIED_VALUE |
Unspecified type. |
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_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. |
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() |