Send feedback
Class ProvisionAccountTicketResponse (0.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.20.0 keyboard_arrow_down
public final class ProvisionAccountTicketResponse extends GeneratedMessageV3 implements ProvisionAccountTicketResponseOrBuilder
Response message for ProvisionAccountTicket RPC.
Protobuf type google.analytics.admin.v1alpha.ProvisionAccountTicketResponse
Static Fields
ACCOUNT_TICKET_ID_FIELD_NUMBER
public static final int ACCOUNT_TICKET_ID_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ProvisionAccountTicketResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ProvisionAccountTicketResponse . Builder newBuilder ()
Returns
newBuilder(ProvisionAccountTicketResponse prototype)
public static ProvisionAccountTicketResponse . Builder newBuilder ( ProvisionAccountTicketResponse prototype )
Parameter
Returns
public static ProvisionAccountTicketResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ProvisionAccountTicketResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ProvisionAccountTicketResponse parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProvisionAccountTicketResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ProvisionAccountTicketResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProvisionAccountTicketResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ProvisionAccountTicketResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ProvisionAccountTicketResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ProvisionAccountTicketResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ProvisionAccountTicketResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ProvisionAccountTicketResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProvisionAccountTicketResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ProvisionAccountTicketResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAccountTicketId()
public String getAccountTicketId ()
The param to be passed in the ToS link.
string account_ticket_id = 1;
Returns
Type Description String
The accountTicketId.
getAccountTicketIdBytes()
public ByteString getAccountTicketIdBytes ()
The param to be passed in the ToS link.
string account_ticket_id = 1;
Returns
Type Description ByteString
The bytes for accountTicketId.
getDefaultInstanceForType()
public ProvisionAccountTicketResponse getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<ProvisionAccountTicketResponse> getParserForType ()
Returns
Overrides
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 ProvisionAccountTicketResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProvisionAccountTicketResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ProvisionAccountTicketResponse . 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 document provides a comprehensive list of versions for the `ProvisionAccountTicketResponse` class, ranging from version 0.14.0 up to the latest version 0.70.0."],["The class `ProvisionAccountTicketResponse` is a response message for the ProvisionAccountTicket RPC, and is of type Protobuf `google.analytics.admin.v1alpha.ProvisionAccountTicketResponse`."],["The latest version of `ProvisionAccountTicketResponse` is 0.70.0, and each listed version corresponds to a different point release of this class."],["This class inherits from several other classes, including `GeneratedMessageV3`, `AbstractMessage`, and `AbstractMessageLite`, and it implements `ProvisionAccountTicketResponseOrBuilder`."],["Static methods are provided for creating new instances, parsing data, and getting descriptors, along with methods to access and manipulate the account ticket ID, including retrieval of its string and byte representations."]]],[]]