Enum LinkProposalState (0.51.0)

public enum LinkProposalState extends Enum<LinkProposalState> implements ProtocolMessageEnum

The state of a link proposal resource.

Protobuf enum google.analytics.admin.v1alpha.LinkProposalState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS

This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time.

AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS = 1;

AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS_VALUE

This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time.

AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS = 1;

AWAITING_REVIEW_FROM_LINKED_PRODUCT

This proposal is awaiting review from a user of a linked product. This proposal will automatically expire after some time.

AWAITING_REVIEW_FROM_LINKED_PRODUCT = 2;

AWAITING_REVIEW_FROM_LINKED_PRODUCT_VALUE

This proposal is awaiting review from a user of a linked product. This proposal will automatically expire after some time.

AWAITING_REVIEW_FROM_LINKED_PRODUCT = 2;

DECLINED

This proposal has been declined by an admin on the receiving product. This proposal will be automatically deleted after some time.

DECLINED = 4;

DECLINED_VALUE

This proposal has been declined by an admin on the receiving product. This proposal will be automatically deleted after some time.

DECLINED = 4;

EXPIRED

This proposal expired due to lack of response from an admin on the receiving product. This proposal will be automatically deleted after some time.

EXPIRED = 5;

EXPIRED_VALUE

This proposal expired due to lack of response from an admin on the receiving product. This proposal will be automatically deleted after some time.

EXPIRED = 5;

Unspecified state

LINK_PROPOSAL_STATE_UNSPECIFIED = 0;

Unspecified state

LINK_PROPOSAL_STATE_UNSPECIFIED = 0;

OBSOLETE

This proposal has become obsolete because a link was directly created to the same external product resource that this proposal specifies. This proposal will be automatically deleted after some time.

OBSOLETE = 6;

OBSOLETE_VALUE

This proposal has become obsolete because a link was directly created to the same external product resource that this proposal specifies. This proposal will be automatically deleted after some time.

OBSOLETE = 6;

UNRECOGNIZED
WITHDRAWN

This proposal has been withdrawn by an admin on the initiating product. This proposal will be automatically deleted after some time.

WITHDRAWN = 3;

WITHDRAWN_VALUE

This proposal has been withdrawn by an admin on the initiating product. This proposal will be automatically deleted after some time.

WITHDRAWN = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()