Enum DelegationTypeEnum.DelegationType (0.52.0)

public enum DelegationTypeEnum.DelegationType extends Enum<DelegationTypeEnum.DelegationType> implements ProtocolMessageEnum

The delegation type of the MCM child publisher.

Protobuf enum google.ads.admanager.v1.DelegationTypeEnum.DelegationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELEGATION_TYPE_UNSPECIFIED

No value specified

DELEGATION_TYPE_UNSPECIFIED = 0;

DELEGATION_TYPE_UNSPECIFIED_VALUE

No value specified

DELEGATION_TYPE_UNSPECIFIED = 0;

MANAGE_ACCOUNT

Indicates the parent network gets complete access to the child network's account.

MANAGE_ACCOUNT = 1;

MANAGE_ACCOUNT_VALUE

Indicates the parent network gets complete access to the child network's account.

MANAGE_ACCOUNT = 1;

MANAGE_INVENTORY

Indicates a subset of the ad requests from the child are delegated to the parent, determined by the tag on the child network's web pages. The parent network does not have access to the child network, as a subset of the inventory could be owned and operated by the child network.

MANAGE_INVENTORY = 2;

MANAGE_INVENTORY_VALUE

Indicates a subset of the ad requests from the child are delegated to the parent, determined by the tag on the child network's web pages. The parent network does not have access to the child network, as a subset of the inventory could be owned and operated by the child network.

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