Enum PropertyType (0.51.0)

public enum PropertyType extends Enum<PropertyType> implements ProtocolMessageEnum

Types of Property resources.

Protobuf enum google.analytics.admin.v1beta.PropertyType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PROPERTY_TYPE_ORDINARY

Ordinary GA4 property

PROPERTY_TYPE_ORDINARY = 1;

PROPERTY_TYPE_ORDINARY_VALUE

Ordinary GA4 property

PROPERTY_TYPE_ORDINARY = 1;

PROPERTY_TYPE_ROLLUP

GA4 rollup property

PROPERTY_TYPE_ROLLUP = 3;

PROPERTY_TYPE_ROLLUP_VALUE

GA4 rollup property

PROPERTY_TYPE_ROLLUP = 3;

PROPERTY_TYPE_SUBPROPERTY

GA4 subproperty

PROPERTY_TYPE_SUBPROPERTY = 2;

PROPERTY_TYPE_SUBPROPERTY_VALUE

GA4 subproperty

PROPERTY_TYPE_SUBPROPERTY = 2;

PROPERTY_TYPE_UNSPECIFIED

Unknown or unspecified property type

PROPERTY_TYPE_UNSPECIFIED = 0;

PROPERTY_TYPE_UNSPECIFIED_VALUE

Unknown or unspecified property type

PROPERTY_TYPE_UNSPECIFIED = 0;

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