Enum ReportTask.ReportMetadata.State (0.56.0)

public enum ReportTask.ReportMetadata.State extends Enum<ReportTask.ReportMetadata.State> implements ProtocolMessageEnum

The processing state.

Protobuf enum google.analytics.data.v1alpha.ReportTask.ReportMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The report is fully created and ready for querying.

ACTIVE = 2;

ACTIVE_VALUE

The report is fully created and ready for querying.

ACTIVE = 2;

CREATING

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

CREATING = 1;

CREATING_VALUE

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

CREATING = 1;

FAILED

The report failed to be created.

FAILED = 3;

FAILED_VALUE

The report failed to be created.

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

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()