public enum PropertyType extends Enum<PropertyType> implements ProtocolMessageEnum
Types of Property
resources.
Protobuf enum google.analytics.admin.v1alpha.PropertyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PROPERTY_TYPE_ORDINARY |
Ordinary Google Analytics property |
PROPERTY_TYPE_ORDINARY_VALUE |
Ordinary Google Analytics property |
PROPERTY_TYPE_ROLLUP |
Google Analytics rollup property |
PROPERTY_TYPE_ROLLUP_VALUE |
Google Analytics rollup property |
PROPERTY_TYPE_SUBPROPERTY |
Google Analytics subproperty |
PROPERTY_TYPE_SUBPROPERTY_VALUE |
Google Analytics subproperty |
PROPERTY_TYPE_UNSPECIFIED |
Unknown or unspecified property type |
PROPERTY_TYPE_UNSPECIFIED_VALUE |
Unknown or unspecified property type |
UNRECOGNIZED |
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() |