Enum DealBuyerPermissionTypeEnum.DealBuyerPermissionType (0.27.0)

public enum DealBuyerPermissionTypeEnum.DealBuyerPermissionType extends Enum<DealBuyerPermissionTypeEnum.DealBuyerPermissionType> implements ProtocolMessageEnum

Defines how a deal would transact among all buyers under the same bidder.

Protobuf enum google.ads.admanager.v1.DealBuyerPermissionTypeEnum.DealBuyerPermissionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIDDER

The deal transacts with all buyers under the same bidder.

BIDDER = 2;

BIDDER_VALUE

The deal transacts with all buyers under the same bidder.

BIDDER = 2;

DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED

No value specified.

DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED = 0;

DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED_VALUE

No value specified.

DEAL_BUYER_PERMISSION_TYPE_UNSPECIFIED = 0;

NEGOTIATOR_ONLY

The deal only transacts with the buyer specified.

NEGOTIATOR_ONLY = 1;

NEGOTIATOR_ONLY_VALUE

The deal only transacts with the buyer specified.

NEGOTIATOR_ONLY = 1;

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