public static enum AudienceExport.State extends Enum<AudienceExport.State> implements com.google.protobuf.ProtocolMessageEnum
The AudienceExport currently exists in this state.Protobuf enum
google.analytics.data.v1beta.AudienceExport.State| Enum Constant and Description |
|---|
ACTIVE
The AudienceExport is fully created and ready for querying.
|
CREATING
The AudienceExport is currently creating and will be available in the
future.
|
FAILED
The AudienceExport failed to be created.
|
STATE_UNSPECIFIED
Unspecified state will never be used.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The AudienceExport is fully created and ready for querying.
|
static int |
CREATING_VALUE
The AudienceExport is currently creating and will be available in the
future.
|
static int |
FAILED_VALUE
The AudienceExport failed to be created.
|
static int |
STATE_UNSPECIFIED_VALUE
Unspecified state will never be used.
|
| Modifier and Type | Method and Description |
|---|---|
static AudienceExport.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AudienceExport.State> |
internalGetValueMap() |
static AudienceExport.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AudienceExport.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AudienceExport.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudienceExport.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudienceExport.State STATE_UNSPECIFIED
Unspecified state will never be used.
STATE_UNSPECIFIED = 0;public static final AudienceExport.State CREATING
The AudienceExport is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceExport call.
CREATING = 1;public static final AudienceExport.State 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;public static final AudienceExport.State FAILED
The AudienceExport failed to be created. It is possible that re-requesting this audience export will succeed.
FAILED = 3;public static final AudienceExport.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified state will never be used.
STATE_UNSPECIFIED = 0;public static final int CREATING_VALUE
The AudienceExport is currently creating and will be available in the future. Creating occurs immediately after the CreateAudienceExport call.
CREATING = 1;public static final int 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;public static final int FAILED_VALUE
The AudienceExport failed to be created. It is possible that re-requesting this audience export will succeed.
FAILED = 3;public static AudienceExport.State[] values()
for (AudienceExport.State c : AudienceExport.State.values()) System.out.println(c);
public static AudienceExport.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AudienceExport.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AudienceExport.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AudienceExport.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AudienceExport.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.