Google Analytics Data V1alpha Client - Class State (0.17.1)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class State.

The processing state.

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

Namespace

Google \ Analytics \ Data \ V1alpha \ ReportTask \ ReportMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state will never be used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

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

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The report is fully created and ready for querying.

Generated from protobuf enum ACTIVE = 2;

FAILED

Value: 3

The report failed to be created.

Generated from protobuf enum FAILED = 3;