Send feedback
Class ProvisionAccountTicketResponse.Builder (0.62.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.62.0 keyboard_arrow_down
public static final class ProvisionAccountTicketResponse . Builder extends GeneratedMessageV3 . Builder<ProvisionAccountTicketResponse . Builder > implements ProvisionAccountTicketResponseOrBuilder
Response message for ProvisionAccountTicket RPC.
Protobuf type google.analytics.admin.v1alpha.ProvisionAccountTicketResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProvisionAccountTicketResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ProvisionAccountTicketResponse build ()
buildPartial()
public ProvisionAccountTicketResponse buildPartial ()
clear()
public ProvisionAccountTicketResponse . Builder clear ()
Overrides
clearAccountTicketId()
public ProvisionAccountTicketResponse . Builder clearAccountTicketId ()
The param to be passed in the ToS link.
string account_ticket_id = 1;
clearField(Descriptors.FieldDescriptor field)
public ProvisionAccountTicketResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ProvisionAccountTicketResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ProvisionAccountTicketResponse . Builder clone ()
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 ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ProvisionAccountTicketResponse other)
public ProvisionAccountTicketResponse . Builder mergeFrom ( ProvisionAccountTicketResponse other )
public ProvisionAccountTicketResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ProvisionAccountTicketResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionAccountTicketResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAccountTicketId(String value)
public ProvisionAccountTicketResponse . Builder setAccountTicketId ( String value )
The param to be passed in the ToS link.
string account_ticket_id = 1;
Parameter
Name
Description
value
String
The accountTicketId to set.
setAccountTicketIdBytes(ByteString value)
public ProvisionAccountTicketResponse . Builder setAccountTicketIdBytes ( ByteString value )
The param to be passed in the ToS link.
string account_ticket_id = 1;
Parameter
Name
Description
value
ByteString
The bytes for accountTicketId to set.
setField(Descriptors.FieldDescriptor field, Object value)
public ProvisionAccountTicketResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProvisionAccountTicketResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionAccountTicketResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
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-09 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-09 UTC."],[[["This webpage provides documentation for the `ProvisionAccountTicketResponse.Builder` class within the Google Analytics Admin API for Java, offering a range of versions from 0.14.0 up to the latest version 0.70.0."],["The `ProvisionAccountTicketResponse.Builder` class is a builder for constructing response messages for the ProvisionAccountTicket RPC in the `google.analytics.admin.v1alpha` package."],["This builder extends `GeneratedMessageV3.Builder` and implements `ProvisionAccountTicketResponseOrBuilder`, providing methods to create and manipulate `ProvisionAccountTicketResponse` objects, including methods for setting and clearing fields, merging data, and managing repeated fields."],["The class also includes static methods, such as `getDescriptor()`, which can provide additional information on the class, and methods for managing the account ticket ID, setting the parameter for the ToS link, as well as managing various fields and descriptors."],["The documentation provides access to the source code of the class through methods such as clone, build, and merge, as well as being linked to other classes it inherits, such as abstractMessage and GeneratedMessageV3."]]],[]]