public final class AnalyticsLogData extends GeneratedMessageV3 implements AnalyticsLogDataOrBuilder
The data within Firebase Analytics log events.
Protobuf type google.events.firebase.analytics.v1.AnalyticsLogData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AnalyticsLogDataImplements
AnalyticsLogDataOrBuilderStatic Fields
EVENT_DIM_FIELD_NUMBER
public static final int EVENT_DIM_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
USER_DIM_FIELD_NUMBER
public static final int USER_DIM_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AnalyticsLogData getDefaultInstance()
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AnalyticsLogData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AnalyticsLogData.Builder |
newBuilder(AnalyticsLogData prototype)
public static AnalyticsLogData.Builder newBuilder(AnalyticsLogData prototype)
Parameter | |
---|---|
Name | Description |
prototype | AnalyticsLogData |
Returns | |
---|---|
Type | Description |
AnalyticsLogData.Builder |
parseDelimitedFrom(InputStream input)
public static AnalyticsLogData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyticsLogData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AnalyticsLogData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyticsLogData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AnalyticsLogData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyticsLogData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AnalyticsLogData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyticsLogData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AnalyticsLogData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyticsLogData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AnalyticsLogData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyticsLogData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AnalyticsLogData> parser()
Returns | |
---|---|
Type | Description |
Parser<AnalyticsLogData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public AnalyticsLogData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AnalyticsLogData |
getEventDim(int index)
public EventDimensions getEventDim(int index)
A repeated record of event related dimensions.
repeated .google.events.firebase.analytics.v1.EventDimensions event_dim = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
EventDimensions |
getEventDimCount()
public int getEventDimCount()
A repeated record of event related dimensions.
repeated .google.events.firebase.analytics.v1.EventDimensions event_dim = 2;
Returns | |
---|---|
Type | Description |
int |
getEventDimList()
public List<EventDimensions> getEventDimList()
A repeated record of event related dimensions.
repeated .google.events.firebase.analytics.v1.EventDimensions event_dim = 2;
Returns | |
---|---|
Type | Description |
List<EventDimensions> |
getEventDimOrBuilder(int index)
public EventDimensionsOrBuilder getEventDimOrBuilder(int index)
A repeated record of event related dimensions.
repeated .google.events.firebase.analytics.v1.EventDimensions event_dim = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
EventDimensionsOrBuilder |
getEventDimOrBuilderList()
public List<? extends EventDimensionsOrBuilder> getEventDimOrBuilderList()
A repeated record of event related dimensions.
repeated .google.events.firebase.analytics.v1.EventDimensions event_dim = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.firebase.analytics.v1.EventDimensionsOrBuilder> |
getParserForType()
public Parser<AnalyticsLogData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<AnalyticsLogData> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getUserDim()
public UserDimensions getUserDim()
User related dimensions.
.google.events.firebase.analytics.v1.UserDimensions user_dim = 1;
Returns | |
---|---|
Type | Description |
UserDimensions | The userDim. |
getUserDimOrBuilder()
public UserDimensionsOrBuilder getUserDimOrBuilder()
User related dimensions.
.google.events.firebase.analytics.v1.UserDimensions user_dim = 1;
Returns | |
---|---|
Type | Description |
UserDimensionsOrBuilder |
hasUserDim()
public boolean hasUserDim()
User related dimensions.
.google.events.firebase.analytics.v1.UserDimensions user_dim = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the userDim field is set. |
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 AnalyticsLogData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
AnalyticsLogData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyticsLogData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
AnalyticsLogData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public AnalyticsLogData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
AnalyticsLogData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |