Enum ExclusionScopeEnum.ExclusionScope (0.54.0)

public enum ExclusionScopeEnum.ExclusionScope extends Enum<ExclusionScopeEnum.ExclusionScope> implements ProtocolMessageEnum

The scope to which the exclusion label applies.

Protobuf enum google.ads.admanager.v1.ExclusionScopeEnum.ExclusionScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXCLUSION_SCOPE_UNSPECIFIED

No value specified.

EXCLUSION_SCOPE_UNSPECIFIED = 0;

EXCLUSION_SCOPE_UNSPECIFIED_VALUE

No value specified.

EXCLUSION_SCOPE_UNSPECIFIED = 0;

PAGE

The exclusion label applies to the entire page.

PAGE = 1;

PAGE_VALUE

The exclusion label applies to the entire page.

PAGE = 1;

POD

The exclusion label applies to the entire pod (or group).

POD = 3;

POD_VALUE

The exclusion label applies to the entire pod (or group).

POD = 3;

STREAM

The exclusion label applies to the entire stream of content.

STREAM = 2;

STREAM_VALUE

The exclusion label applies to the entire stream of content.

STREAM = 2;

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