Enum LinkProposalInitiatingProduct (0.53.0)

public enum LinkProposalInitiatingProduct extends Enum<LinkProposalInitiatingProduct> implements ProtocolMessageEnum

An indication of which product the user initiated a link proposal from.

Protobuf enum google.analytics.admin.v1alpha.LinkProposalInitiatingProduct

Implements

ProtocolMessageEnum

Static Fields

Name Description
GOOGLE_ANALYTICS

This proposal was created by a user from Google Analytics.

GOOGLE_ANALYTICS = 1;

GOOGLE_ANALYTICS_VALUE

This proposal was created by a user from Google Analytics.

GOOGLE_ANALYTICS = 1;

LINKED_PRODUCT

This proposal was created by a user from a linked product (not Google Analytics).

LINKED_PRODUCT = 2;

LINKED_PRODUCT_VALUE

This proposal was created by a user from a linked product (not Google Analytics).

LINKED_PRODUCT = 2;

Unspecified product.

LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED = 0;

Unspecified product.

LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED = 0;

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