Class TrafficSource (0.15.0)

public final class TrafficSource extends GeneratedMessageV3 implements TrafficSourceOrBuilder

Mesage containing marketing campaign information which acquired the user.

Protobuf type google.events.firebase.analytics.v1.TrafficSource

Static Fields

USER_ACQUIRED_CAMPAIGN_FIELD_NUMBER

public static final int USER_ACQUIRED_CAMPAIGN_FIELD_NUMBER
Field Value
TypeDescription
int

USER_ACQUIRED_MEDIUM_FIELD_NUMBER

public static final int USER_ACQUIRED_MEDIUM_FIELD_NUMBER
Field Value
TypeDescription
int

USER_ACQUIRED_SOURCE_FIELD_NUMBER

public static final int USER_ACQUIRED_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TrafficSource getDefaultInstance()
Returns
TypeDescription
TrafficSource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TrafficSource.Builder newBuilder()
Returns
TypeDescription
TrafficSource.Builder

newBuilder(TrafficSource prototype)

public static TrafficSource.Builder newBuilder(TrafficSource prototype)
Parameter
NameDescription
prototypeTrafficSource
Returns
TypeDescription
TrafficSource.Builder

parseDelimitedFrom(InputStream input)

public static TrafficSource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TrafficSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TrafficSource parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TrafficSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TrafficSource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TrafficSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TrafficSource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TrafficSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TrafficSource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TrafficSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TrafficSource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TrafficSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TrafficSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TrafficSource> parser()
Returns
TypeDescription
Parser<TrafficSource>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TrafficSource getDefaultInstanceForType()
Returns
TypeDescription
TrafficSource

getParserForType()

public Parser<TrafficSource> getParserForType()
Returns
TypeDescription
Parser<TrafficSource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUserAcquiredCampaign()

public String getUserAcquiredCampaign()

The name of the campaign which acquired the user.

string user_acquired_campaign = 2;

Returns
TypeDescription
String

The userAcquiredCampaign.

getUserAcquiredCampaignBytes()

public ByteString getUserAcquiredCampaignBytes()

The name of the campaign which acquired the user.

string user_acquired_campaign = 2;

Returns
TypeDescription
ByteString

The bytes for userAcquiredCampaign.

getUserAcquiredMedium()

public String getUserAcquiredMedium()

The name of the medium which acquired the user.

string user_acquired_medium = 4;

Returns
TypeDescription
String

The userAcquiredMedium.

getUserAcquiredMediumBytes()

public ByteString getUserAcquiredMediumBytes()

The name of the medium which acquired the user.

string user_acquired_medium = 4;

Returns
TypeDescription
ByteString

The bytes for userAcquiredMedium.

getUserAcquiredSource()

public String getUserAcquiredSource()

The name of the network which acquired the user.

string user_acquired_source = 3;

Returns
TypeDescription
String

The userAcquiredSource.

getUserAcquiredSourceBytes()

public ByteString getUserAcquiredSourceBytes()

The name of the network which acquired the user.

string user_acquired_source = 3;

Returns
TypeDescription
ByteString

The bytes for userAcquiredSource.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TrafficSource.Builder newBuilderForType()
Returns
TypeDescription
TrafficSource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TrafficSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TrafficSource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TrafficSource.Builder toBuilder()
Returns
TypeDescription
TrafficSource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException