Send feedback
Class LinkProposalStatusDetails (0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.17.0 keyboard_arrow_down
public final class LinkProposalStatusDetails extends GeneratedMessageV3 implements LinkProposalStatusDetailsOrBuilder
Status information for a link proposal.
Protobuf type google.analytics.admin.v1alpha.LinkProposalStatusDetails
Static Fields
LINK_PROPOSAL_INITIATING_PRODUCT_FIELD_NUMBER
public static final int LINK_PROPOSAL_INITIATING_PRODUCT_FIELD_NUMBER
Field Value
LINK_PROPOSAL_STATE_FIELD_NUMBER
public static final int LINK_PROPOSAL_STATE_FIELD_NUMBER
Field Value
REQUESTOR_EMAIL_FIELD_NUMBER
public static final int REQUESTOR_EMAIL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static LinkProposalStatusDetails getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static LinkProposalStatusDetails . Builder newBuilder ()
Returns
newBuilder(LinkProposalStatusDetails prototype)
public static LinkProposalStatusDetails . Builder newBuilder ( LinkProposalStatusDetails prototype )
Parameter
Returns
public static LinkProposalStatusDetails parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static LinkProposalStatusDetails parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static LinkProposalStatusDetails parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LinkProposalStatusDetails parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static LinkProposalStatusDetails parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LinkProposalStatusDetails parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static LinkProposalStatusDetails parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static LinkProposalStatusDetails parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static LinkProposalStatusDetails parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static LinkProposalStatusDetails parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static LinkProposalStatusDetails parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LinkProposalStatusDetails parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<LinkProposalStatusDetails> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public LinkProposalStatusDetails getDefaultInstanceForType ()
Returns
getLinkProposalInitiatingProduct()
public 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
getLinkProposalInitiatingProductValue()
public 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
Type Description int The enum numeric value on the wire for linkProposalInitiatingProduct.
getLinkProposalState()
public 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
getLinkProposalStateValue()
public 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
Type Description int The enum numeric value on the wire for linkProposalState.
getParserForType()
public Parser<LinkProposalStatusDetails> getParserForType ()
Returns
Overrides
getRequestorEmail()
public 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
Type Description String The requestorEmail.
getRequestorEmailBytes()
public 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
Type Description ByteString The bytes for requestorEmail.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public LinkProposalStatusDetails . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LinkProposalStatusDetails . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public LinkProposalStatusDetails . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `LinkProposalStatusDetails` class within the Google Analytics Admin API's Java library, specifically for version 0.17.0, and offers documentation for the class over various previous versions, all the way to the latest version 0.70.0."],["The `LinkProposalStatusDetails` class is a part of the `com.google.analytics.admin.v1alpha` package and provides status information for a link proposal, inheriting from `GeneratedMessageV3` and implementing `LinkProposalStatusDetailsOrBuilder`."],["The documentation offers insight into the class's structure, including its inheritance hierarchy, inherited members, static fields like `LINK_PROPOSAL_INITIATING_PRODUCT_FIELD_NUMBER`, `LINK_PROPOSAL_STATE_FIELD_NUMBER`, and `REQUESTOR_EMAIL_FIELD_NUMBER`."],["The page allows you to navigate to prior versions of the documentation for the same class and includes links to each specific version, starting from version 0.14.0, and going through version 0.69.0, and finishing with version 0.70.0, which is marked as latest."],["The page showcases the methods of the class, including static methods for creating instances, parsing data, and obtaining descriptors, as well as instance methods for accessing fields, managing data, and handling object comparisons and serialization."]]],[]]