Enum SizeTypeEnum.SizeType (0.3.0)

public enum SizeTypeEnum.SizeType extends Enum<SizeTypeEnum.SizeType> implements ProtocolMessageEnum

The different Size types for an ad.

Protobuf enum google.ads.admanager.v1.SizeTypeEnum.SizeType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASPECT_RATIO

Size is expressed as a ratio. For example, 4:1 could be met by a 100 x 25 sized image.

ASPECT_RATIO = 2;

ASPECT_RATIO_VALUE

Size is expressed as a ratio. For example, 4:1 could be met by a 100 x 25 sized image.

ASPECT_RATIO = 2;

AUDIO

Audio size. Used with audio ads. This must be used with 1x1 size.

AUDIO = 7;

AUDIO_VALUE

Audio size. Used with audio ads. This must be used with 1x1 size.

AUDIO = 7;

FLUID

Fluid size. Automatically sizes the ad by filling the width of the enclosing column and adjusting the height as appropriate. This must be used with 1x1 size.

FLUID = 6;

FLUID_VALUE

Fluid size. Automatically sizes the ad by filling the width of the enclosing column and adjusting the height as appropriate. This must be used with 1x1 size.

FLUID = 6;

IGNORED

Size is ignored. This must be used with 1x1 size.

IGNORED = 4;

IGNORED_VALUE

Size is ignored. This must be used with 1x1 size.

IGNORED = 4;

INTERSTITIAL

Out-of-page (Interstitial) size that is not related to the slot it is served. This must be used with 1x1 size.

INTERSTITIAL = 3;

INTERSTITIAL_VALUE

Out-of-page (Interstitial) size that is not related to the slot it is served. This must be used with 1x1 size.

INTERSTITIAL = 3;

NATIVE

Native size, which is a function of the how the client renders the creative. This must be used with 1x1 size.

NATIVE = 5;

NATIVE_VALUE

Native size, which is a function of the how the client renders the creative. This must be used with 1x1 size.

NATIVE = 5;

PIXEL

Dimension based size, an actual height and width in pixels.

PIXEL = 1;

PIXEL_VALUE

Dimension based size, an actual height and width in pixels.

PIXEL = 1;

SIZE_TYPE_UNSPECIFIED

Default value. This value is unused.

SIZE_TYPE_UNSPECIFIED = 0;

SIZE_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

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