Google Analytics Admin V1alpha Client - Class LinkProposalStatusDetails (0.9.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ link_proposal_initiating_productint

Output only. The source of this proposal.

↳ requestor_emailstring

Output only. The email address of the user that proposed this linkage.

↳ link_proposal_stateint

Output only. The state of this proposal.

getLinkProposalInitiatingProduct

Output only. The source of this proposal.

Returns
TypeDescription
int

setLinkProposalInitiatingProduct

Output only. The source of this proposal.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getRequestorEmail

Output only. The email address of the user that proposed this linkage.

Returns
TypeDescription
string

setRequestorEmail

Output only. The email address of the user that proposed this linkage.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getLinkProposalState

Output only. The state of this proposal.

Returns
TypeDescription
int

setLinkProposalState

Output only. The state of this proposal.

Parameter
NameDescription
varint
Returns
TypeDescription
$this