public enum DelegationTypeEnum.DelegationType extends Enum<DelegationTypeEnum.DelegationType> implements ProtocolMessageEnumThe delegation type of the MCM child publisher.
Protobuf enum google.ads.admanager.v1.DelegationTypeEnum.DelegationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DELEGATION_TYPE_UNSPECIFIED |
No value specified |
DELEGATION_TYPE_UNSPECIFIED_VALUE |
No value specified |
MANAGE_ACCOUNT |
Indicates the parent network gets complete access to the child network's account. |
MANAGE_ACCOUNT_VALUE |
Indicates the parent network gets complete access to the child network's account. |
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_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. |
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() |
|