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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TrafficSourceImplements
TrafficSourceOrBuilderStatic Fields
USER_ACQUIRED_CAMPAIGN_FIELD_NUMBER
public static final int USER_ACQUIRED_CAMPAIGN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
USER_ACQUIRED_MEDIUM_FIELD_NUMBER
public static final int USER_ACQUIRED_MEDIUM_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
USER_ACQUIRED_SOURCE_FIELD_NUMBER
public static final int USER_ACQUIRED_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TrafficSource getDefaultInstance()
Returns | |
---|---|
Type | Description |
TrafficSource |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static TrafficSource.Builder newBuilder()
Returns | |
---|---|
Type | Description |
TrafficSource.Builder |
newBuilder(TrafficSource prototype)
public static TrafficSource.Builder newBuilder(TrafficSource prototype)
Parameter | |
---|---|
Name | Description |
prototype |
TrafficSource |
Returns | |
---|---|
Type | Description |
TrafficSource.Builder |
parseDelimitedFrom(InputStream input)
public static TrafficSource parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TrafficSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static TrafficSource parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TrafficSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TrafficSource parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TrafficSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TrafficSource parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TrafficSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static TrafficSource parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TrafficSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TrafficSource parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TrafficSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TrafficSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TrafficSource> parser()
Returns | |
---|---|
Type | Description |
Parser<TrafficSource> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public TrafficSource getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TrafficSource |
getParserForType()
public Parser<TrafficSource> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<TrafficSource> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getUserAcquiredCampaign()
public String getUserAcquiredCampaign()
The name of the campaign which acquired the user.
string user_acquired_campaign = 2;
Returns | |
---|---|
Type | Description |
String |
The userAcquiredCampaign. |
getUserAcquiredCampaignBytes()
public ByteString getUserAcquiredCampaignBytes()
The name of the campaign which acquired the user.
string user_acquired_campaign = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userAcquiredCampaign. |
getUserAcquiredMedium()
public String getUserAcquiredMedium()
The name of the medium which acquired the user.
string user_acquired_medium = 4;
Returns | |
---|---|
Type | Description |
String |
The userAcquiredMedium. |
getUserAcquiredMediumBytes()
public ByteString getUserAcquiredMediumBytes()
The name of the medium which acquired the user.
string user_acquired_medium = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userAcquiredMedium. |
getUserAcquiredSource()
public String getUserAcquiredSource()
The name of the network which acquired the user.
string user_acquired_source = 3;
Returns | |
---|---|
Type | Description |
String |
The userAcquiredSource. |
getUserAcquiredSourceBytes()
public ByteString getUserAcquiredSourceBytes()
The name of the network which acquired the user.
string user_acquired_source = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for userAcquiredSource. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public TrafficSource.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
TrafficSource.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TrafficSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
TrafficSource.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public TrafficSource.Builder toBuilder()
Returns | |
---|---|
Type | Description |
TrafficSource.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |