Enum LinkVerificationState (0.1.0)

public enum LinkVerificationState extends Enum<LinkVerificationState> implements ProtocolMessageEnum

The verification state of the link between a product account and a GMP organization.

Protobuf enum google.marketingplatform.admin.v1alpha.LinkVerificationState

Implements

ProtocolMessageEnum

Static Fields

Name Description

The link is requested, but hasn't been approved by the product account admin.

LINK_VERIFICATION_STATE_NOT_VERIFIED = 2;

The link is requested, but hasn't been approved by the product account admin.

LINK_VERIFICATION_STATE_NOT_VERIFIED = 2;

The link state is unknown.

LINK_VERIFICATION_STATE_UNSPECIFIED = 0;

The link state is unknown.

LINK_VERIFICATION_STATE_UNSPECIFIED = 0;

The link is established.

LINK_VERIFICATION_STATE_VERIFIED = 1;

The link is established.

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