Reference documentation and code samples for the Google Analytics Admin V1alpha Client class LinkProposalState.
The state of a link proposal resource.
Protobuf type google.analytics.admin.v1alpha.LinkProposalState
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LINK_PROPOSAL_STATE_UNSPECIFIED
Value: 0
Unspecified state
Generated from protobuf enum LINK_PROPOSAL_STATE_UNSPECIFIED = 0;
AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS
Value: 1
This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time.
Generated from protobuf enum AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS = 1;
AWAITING_REVIEW_FROM_LINKED_PRODUCT
Value: 2
This proposal is awaiting review from a user of a linked product. This proposal will automatically expire after some time.
Generated from protobuf enum AWAITING_REVIEW_FROM_LINKED_PRODUCT = 2;
WITHDRAWN
Value: 3
This proposal has been withdrawn by an admin on the initiating product.
This proposal will be automatically deleted after some time.
Generated from protobuf enum WITHDRAWN = 3;
DECLINED
Value: 4
This proposal has been declined by an admin on the receiving product. This proposal will be automatically deleted after some time.
Generated from protobuf enum DECLINED = 4;
EXPIRED
Value: 5
This proposal expired due to lack of response from an admin on the receiving product. This proposal will be automatically deleted after some time.
Generated from protobuf enum EXPIRED = 5;
OBSOLETE
Value: 6
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.
Generated from protobuf enum OBSOLETE = 6;