Enum ActorType (0.51.0)

public enum ActorType extends Enum<ActorType> implements ProtocolMessageEnum

Different kinds of actors that can make changes to Google Analytics resources.

Protobuf enum google.analytics.admin.v1beta.ActorType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTOR_TYPE_UNSPECIFIED

Unknown or unspecified actor type.

ACTOR_TYPE_UNSPECIFIED = 0;

ACTOR_TYPE_UNSPECIFIED_VALUE

Unknown or unspecified actor type.

ACTOR_TYPE_UNSPECIFIED = 0;

SUPPORT

Changes made by Google Analytics support team staff.

SUPPORT = 3;

SUPPORT_VALUE

Changes made by Google Analytics support team staff.

SUPPORT = 3;

SYSTEM

Changes made by the Google Analytics system.

SYSTEM = 2;

SYSTEM_VALUE

Changes made by the Google Analytics system.

SYSTEM = 2;

UNRECOGNIZED
USER

Changes made by the user specified in actor_email.

USER = 1;

USER_VALUE

Changes made by the user specified in actor_email.

USER = 1;

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