Class ExportBundleInfo (0.14.1)

public final class ExportBundleInfo extends GeneratedMessageV3 implements ExportBundleInfoOrBuilder

Message containing information regarding the bundle in which these events were uploaded.

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

Static Fields

BUNDLE_SEQUENCE_ID_FIELD_NUMBER

public static final int BUNDLE_SEQUENCE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

SERVER_TIMESTAMP_OFFSET_MICROS_FIELD_NUMBER

public static final int SERVER_TIMESTAMP_OFFSET_MICROS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExportBundleInfo getDefaultInstance()
Returns
TypeDescription
ExportBundleInfo

getDescriptor()

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

newBuilder()

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

newBuilder(ExportBundleInfo prototype)

public static ExportBundleInfo.Builder newBuilder(ExportBundleInfo prototype)
Parameter
NameDescription
prototypeExportBundleInfo
Returns
TypeDescription
ExportBundleInfo.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBundleSequenceId()

public int getBundleSequenceId()

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Returns
TypeDescription
int

The bundleSequenceId.

getDefaultInstanceForType()

public ExportBundleInfo getDefaultInstanceForType()
Returns
TypeDescription
ExportBundleInfo

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServerTimestampOffsetMicros()

public long getServerTimestampOffsetMicros()

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Returns
TypeDescription
long

The serverTimestampOffsetMicros.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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 ExportBundleInfo.Builder newBuilderForType()
Returns
TypeDescription
ExportBundleInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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