Enum TargetWindowEnum.TargetWindow (0.4.0)

public enum TargetWindowEnum.TargetWindow extends Enum<TargetWindowEnum.TargetWindow> implements ProtocolMessageEnum

Corresponds to an HTML link's target attribute. See http://www.w3.org/TR/html401/present/frames.html#adef-target

Protobuf enum google.ads.admanager.v1.TargetWindowEnum.TargetWindow

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLANK

Specifies that the link should open in a new window.

BLANK = 2;

BLANK_VALUE

Specifies that the link should open in a new window.

BLANK = 2;

TARGET_WINDOW_UNSPECIFIED

Default value. This value is unused.

TARGET_WINDOW_UNSPECIFIED = 0;

TARGET_WINDOW_UNSPECIFIED_VALUE

Default value. This value is unused.

TARGET_WINDOW_UNSPECIFIED = 0;

TOP

Specifies that the link should open in the full body of the page.

TOP = 1;

TOP_VALUE

Specifies that the link should open in the full body of the page.

TOP = 1;

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