Enum AdRuleSlotBehaviorEnum.AdRuleSlotBehavior (0.54.0)

public enum AdRuleSlotBehaviorEnum.AdRuleSlotBehavior extends Enum<AdRuleSlotBehaviorEnum.AdRuleSlotBehavior> implements ProtocolMessageEnum

The types of behaviors for ads within a BaseAdRuleSlot ad rule slot.

Protobuf enum google.ads.admanager.v1.AdRuleSlotBehaviorEnum.AdRuleSlotBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED

Default value. This value is unused.

AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED = 0;

AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED_VALUE

Default value. This value is unused.

AD_RULE_SLOT_BEHAVIOR_UNSPECIFIED = 0;

ALWAYS_SHOW

This ad rule always includes this slot's ads.

ALWAYS_SHOW = 1;

ALWAYS_SHOW_VALUE

This ad rule always includes this slot's ads.

ALWAYS_SHOW = 1;

DEFER

Defer to lower priority rules. This ad rule doesn't specify guidelines for this slot's ads.

DEFER = 2;

DEFER_VALUE

Defer to lower priority rules. This ad rule doesn't specify guidelines for this slot's ads.

DEFER = 2;

NEVER_SHOW

This ad rule never includes this slot's ads.

NEVER_SHOW = 3;

NEVER_SHOW_VALUE

This ad rule never includes this slot's ads.

NEVER_SHOW = 3;

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