Enum LinkVerificationState (0.23.0)

publicenumLinkVerificationStateextendsEnum<LinkVerificationState>implementsProtocolMessageEnum

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.