Reference documentation and code samples for the Google Analytics Admin V1alpha Client class LinkProposalStatusDetails.
Status information for a link proposal.
Generated from protobuf message google.analytics.admin.v1alpha.LinkProposalStatusDetails
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ link_proposal_initiating_product |
int
Output only. The source of this proposal. |
↳ requestor_email |
string
Output only. The email address of the user that proposed this linkage. |
↳ link_proposal_state |
int
Output only. The state of this proposal. |
getLinkProposalInitiatingProduct
Output only. The source of this proposal.
Returns | |
---|---|
Type | Description |
int |
setLinkProposalInitiatingProduct
Output only. The source of this proposal.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getRequestorEmail
Output only. The email address of the user that proposed this linkage.
Returns | |
---|---|
Type | Description |
string |
setRequestorEmail
Output only. The email address of the user that proposed this linkage.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLinkProposalState
Output only. The state of this proposal.
Returns | |
---|---|
Type | Description |
int |
setLinkProposalState
Output only. The state of this proposal.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |