Enum PseudonymousIdInfo.SyncStatus (0.8.0)

public enum PseudonymousIdInfo.SyncStatus extends Enum<PseudonymousIdInfo.SyncStatus> implements ProtocolMessageEnum

Sync status of the user list.

Protobuf enum google.ads.datamanager.v1.PseudonymousIdInfo.SyncStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATED

The user list has been created as a placeholder. List contents and/or metadata are still being synced. The user list is not ready for use.

CREATED = 1;

CREATED_VALUE

The user list has been created as a placeholder. List contents and/or metadata are still being synced. The user list is not ready for use.

CREATED = 1;

FAILED

An error has occurred syncing user list contents and/or metadata. The user list cannot be used.

FAILED = 3;

FAILED_VALUE

An error has occurred syncing user list contents and/or metadata. The user list cannot be used.

FAILED = 3;

READY_FOR_USE

The user list is ready for use. Contents and cookies have been synced correctly.

READY_FOR_USE = 2;

READY_FOR_USE_VALUE

The user list is ready for use. Contents and cookies have been synced correctly.

READY_FOR_USE = 2;

SYNC_STATUS_UNSPECIFIED

Not specified.

SYNC_STATUS_UNSPECIFIED = 0;

SYNC_STATUS_UNSPECIFIED_VALUE

Not specified.

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