Enum AudienceExport.State (0.51.0)

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

The AudienceExport currently exists in this state.

Protobuf enum google.analytics.data.v1beta.AudienceExport.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The AudienceExport is fully created and ready for querying. An AudienceExport 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 AudienceExport is fully created and ready for querying. An AudienceExport 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 AudienceExport is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceExport call.

CREATING = 1;

CREATING_VALUE

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

CREATING = 1;

FAILED

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

FAILED = 3;

FAILED_VALUE

The AudienceExport failed to be created. It is possible that re-requesting this audience export 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()