Google Ads Marketing Platform Admin V1alpha Client - Class LinkVerificationState (0.1.0)

Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class LinkVerificationState.

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

Protobuf type google.marketingplatform.admin.v1alpha.LinkVerificationState

Namespace

Google \ Ads \ MarketingPlatform \ Admin \ V1alpha

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

Value: 0

The link state is unknown.

Generated from protobuf enum LINK_VERIFICATION_STATE_UNSPECIFIED = 0;

Value: 1

The link is established.

Generated from protobuf enum LINK_VERIFICATION_STATE_VERIFIED = 1;

Value: 2

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

Generated from protobuf enum LINK_VERIFICATION_STATE_NOT_VERIFIED = 2;