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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BLANK |
Specifies that the link should open in a new window. |
BLANK_VALUE |
Specifies that the link should open in a new window. |
TARGET_WINDOW_UNSPECIFIED |
Default value. This value is unused. |
TARGET_WINDOW_UNSPECIFIED_VALUE |
Default value. This value is unused. |
TOP |
Specifies that the link should open in the full body of the page. |
TOP_VALUE |
Specifies that the link should open in the full body of the page. |
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() |