Enum UserList.ClosingReason (0.8.0)

public enum UserList.ClosingReason extends Enum<UserList.ClosingReason> implements ProtocolMessageEnum

Indicates the reason why the user list was closed. This enum is only used when a list is auto-closed by the system.

Protobuf enum google.ads.datamanager.v1.UserList.ClosingReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLOSING_REASON_UNSPECIFIED

Not specified.

CLOSING_REASON_UNSPECIFIED = 0;

CLOSING_REASON_UNSPECIFIED_VALUE

Not specified.

CLOSING_REASON_UNSPECIFIED = 0;

UNRECOGNIZED
UNUSED

The user list was closed because it has not been used in targeting recently. See https://support.google.com/google-ads/answer/2472738 for details.

UNUSED = 1;

UNUSED_VALUE

The user list was closed because it has not been used in targeting recently. See https://support.google.com/google-ads/answer/2472738 for details.

UNUSED = 1;

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