Enum ActionType (0.51.0)

public enum ActionType extends Enum<ActionType> implements ProtocolMessageEnum

Types of actions that may change a resource.

Protobuf enum google.analytics.admin.v1beta.ActionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTION_TYPE_UNSPECIFIED

Action type unknown or not specified.

ACTION_TYPE_UNSPECIFIED = 0;

ACTION_TYPE_UNSPECIFIED_VALUE

Action type unknown or not specified.

ACTION_TYPE_UNSPECIFIED = 0;

CREATED

Resource was created in this change.

CREATED = 1;

CREATED_VALUE

Resource was created in this change.

CREATED = 1;

DELETED

Resource was deleted in this change.

DELETED = 3;

DELETED_VALUE

Resource was deleted in this change.

DELETED = 3;

UNRECOGNIZED
UPDATED

Resource was updated in this change.

UPDATED = 2;

UPDATED_VALUE

Resource was updated in this change.

UPDATED = 2;

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