Interface ExportBundleInfoOrBuilder (0.14.1)

public interface ExportBundleInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBundleSequenceId()

public abstract int getBundleSequenceId()

Monotonically increasing index for each bundle set by SDK.

int32 bundle_sequence_id = 1;

Returns
TypeDescription
int

The bundleSequenceId.

getServerTimestampOffsetMicros()

public abstract long getServerTimestampOffsetMicros()

Timestamp offset between collection time and upload time.

int64 server_timestamp_offset_micros = 2;

Returns
TypeDescription
long

The serverTimestampOffsetMicros.