Module: Google::Analytics::Admin::V1alpha::LinkProposalState
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
The state of a link proposal resource.
Constant Summary collapse
- LINK_PROPOSAL_STATE_UNSPECIFIED =
Unspecified state
0
- AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS =
This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time.
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.
2
- WITHDRAWN =
This proposal has been withdrawn by an admin on the initiating product. This proposal will be automatically deleted after some time.
3
- DECLINED =
This proposal has been declined by an admin on the receiving product. This proposal will be automatically deleted after some time.
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.
5
- 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.
6