Interface LinkProposalStatusDetailsOrBuilder (0.51.0)

public interface LinkProposalStatusDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLinkProposalInitiatingProduct()

public abstract LinkProposalInitiatingProduct getLinkProposalInitiatingProduct()

Output only. The source of this proposal.

.google.analytics.admin.v1alpha.LinkProposalInitiatingProduct link_proposal_initiating_product = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LinkProposalInitiatingProduct

The linkProposalInitiatingProduct.

getLinkProposalInitiatingProductValue()

public abstract int getLinkProposalInitiatingProductValue()

Output only. The source of this proposal.

.google.analytics.admin.v1alpha.LinkProposalInitiatingProduct link_proposal_initiating_product = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for linkProposalInitiatingProduct.

getLinkProposalState()

public abstract LinkProposalState getLinkProposalState()

Output only. The state of this proposal.

.google.analytics.admin.v1alpha.LinkProposalState link_proposal_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LinkProposalState

The linkProposalState.

getLinkProposalStateValue()

public abstract int getLinkProposalStateValue()

Output only. The state of this proposal.

.google.analytics.admin.v1alpha.LinkProposalState link_proposal_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for linkProposalState.

getRequestorEmail()

public abstract String getRequestorEmail()

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

string requestor_email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The requestorEmail.

getRequestorEmailBytes()

public abstract ByteString getRequestorEmailBytes()

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

string requestor_email = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for requestorEmail.