Enum UserListLicensePricing.UserListPricingBuyerApprovalState (0.8.0)

public enum UserListLicensePricing.UserListPricingBuyerApprovalState extends Enum<UserListLicensePricing.UserListPricingBuyerApprovalState> implements ProtocolMessageEnum

User list pricing buyer approval state.

Protobuf enum google.ads.datamanager.v1.UserListLicensePricing.UserListPricingBuyerApprovalState

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPROVED

User list client has accepted the pricing terms set by the user list owner.

APPROVED = 2;

APPROVED_VALUE

User list client has accepted the pricing terms set by the user list owner.

APPROVED = 2;

PENDING

User list client has not yet accepted the pricing terms set by the user list owner.

PENDING = 1;

PENDING_VALUE

User list client has not yet accepted the pricing terms set by the user list owner.

PENDING = 1;

REJECTED

User list client has rejected the pricing terms set by the user list owner.

REJECTED = 3;

REJECTED_VALUE

User list client has rejected the pricing terms set by the user list owner.

REJECTED = 3;

UNRECOGNIZED
USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED

UNSPECIFIED.

USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED = 0;

USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED_VALUE

UNSPECIFIED.

USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED = 0;

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