Enum AudienceList.State (0.52.0)

public enum AudienceList.State extends Enum<AudienceList.State> implements ProtocolMessageEnum

The AudienceList currently exists in this state.

Protobuf enum google.analytics.data.v1alpha.AudienceList.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The AudienceList is fully created and ready for querying. An AudienceList is updated to active asynchronously from a request; this occurs some time (for example 15 minutes) after the initial create call.

ACTIVE = 2;

ACTIVE_VALUE

The AudienceList is fully created and ready for querying. An AudienceList is updated to active asynchronously from a request; this occurs some time (for example 15 minutes) after the initial create call.

ACTIVE = 2;

CREATING

The AudienceList is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceList call.

CREATING = 1;

CREATING_VALUE

The AudienceList is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceList call.

CREATING = 1;

FAILED

The AudienceList failed to be created. It is possible that re-requesting this audience list will succeed.

FAILED = 3;

FAILED_VALUE

The AudienceList failed to be created. It is possible that re-requesting this audience list will succeed.

FAILED = 3;

STATE_UNSPECIFIED

Unspecified state will never be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state will never be used.

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