Send feedback Class ProvisionAccountTicketRequest (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 ProvisionAccountTicketRequest extends GeneratedMessageV3 implements ProvisionAccountTicketRequestOrBuilder
Request message for ProvisionAccountTicket RPC.
Protobuf type google.analytics.admin.v1beta.ProvisionAccountTicketRequest
Static Fields ACCOUNT_FIELD_NUMBER
public static final int ACCOUNT_FIELD_NUMBER
Field Value REDIRECT_URI_FIELD_NUMBER
public static final int REDIRECT_URI_FIELD_NUMBER
Field Value Static Methods getDefaultInstance()
public static ProvisionAccountTicketRequest getDefaultInstance ()
Returns getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns newBuilder()
public static ProvisionAccountTicketRequest . Builder newBuilder ()
Returns newBuilder(ProvisionAccountTicketRequest )
public static ProvisionAccountTicketRequest . Builder newBuilder ( ProvisionAccountTicketRequest )
Parameter Returns
public static ProvisionAccountTicketRequest parseDelimitedFrom ( InputStream input )
Parameter Returns Exceptions
public static ProvisionAccountTicketRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(byte[] data)
public static ProvisionAccountTicketRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
Returns Exceptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProvisionAccountTicketRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteString data)
public static ProvisionAccountTicketRequest parseFrom ( ByteString data )
Parameter Returns Exceptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProvisionAccountTicketRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static ProvisionAccountTicketRequest parseFrom ( CodedInputStream input )
Parameter Returns Exceptions
public static ProvisionAccountTicketRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static ProvisionAccountTicketRequest parseFrom ( InputStream input )
Parameter Returns Exceptions
public static ProvisionAccountTicketRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteBuffer data)
public static ProvisionAccountTicketRequest parseFrom ( ByteBuffer data )
Parameter Returns Exceptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProvisionAccountTicketRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parser()
public static Parser<ProvisionAccountTicketRequest> parser ()
Returns Methods equals(Object obj)
public boolean equals ( Object obj )
Parameter Returns Overrides getAccount()
public Account getAccount ()
The account to create.
.google.analytics.admin.v1beta.Account account = 1;
Returns getAccountOrBuilder()
public AccountOrBuilder getAccountOrBuilder ()
The account to create.
.google.analytics.admin.v1beta.Account account = 1;
Returns getDefaultInstanceForType()
public ProvisionAccountTicketRequest getDefaultInstanceForType ()
Returns getParserForType()
public Parser<ProvisionAccountTicketRequest> getParserForType ()
Returns Overrides getRedirectUri()
public String getRedirectUri ()
Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI
string redirect_uri = 2;
Returns Type Description String
The redirectUri.
getRedirectUriBytes()
public ByteString getRedirectUriBytes ()
Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in Developers Console as a Redirect URI
string redirect_uri = 2;
Returns Type Description ByteString
The bytes for redirectUri.
getSerializedSize()
public int getSerializedSize ()
Returns Overrides getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns Overrides hasAccount()
public boolean hasAccount ()
The account to create.
.google.analytics.admin.v1beta.Account account = 1;
Returns Type Description boolean
Whether the account field is set.
hashCode() Returns Overrides internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides isInitialized()
public final boolean isInitialized ()
Returns Overrides newBuilderForType()
public ProvisionAccountTicketRequest . Builder newBuilderForType ()
Returns newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProvisionAccountTicketRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter Returns Overrides newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter Returns Overrides toBuilder()
public ProvisionAccountTicketRequest . 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-04-17 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-04-17 UTC."],[[["This webpage documents various versions of the `ProvisionAccountTicketRequest` class within the `google-analytics-admin` Java library, ranging from version 0.14.0 to the latest version 0.70.0."],["The `ProvisionAccountTicketRequest` class is a request message for the ProvisionAccountTicket RPC, used for creating new accounts."],["The class implements the `ProvisionAccountTicketRequestOrBuilder` interface and inherits from `GeneratedMessageV3`, providing a set of methods for managing account creation requests."],["Static methods are provided for parsing the `ProvisionAccountTicketRequest` object from different input types, such as `ByteString`, `InputStream`, and byte arrays, as well as methods for retrieving the default instance and the descriptor."],["Key features of this class include methods for setting and getting the account details and the redirect URI, which is where the user will be directed to after accepting the terms of service."]]],[]]