public interface ExportBundleInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBundleSequenceId()
public abstract int getBundleSequenceId()Monotonically increasing index for each bundle set by SDK.
int32 bundle_sequence_id = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The bundleSequenceId. |
getServerTimestampOffsetMicros()
public abstract long getServerTimestampOffsetMicros()Timestamp offset between collection time and upload time.
int64 server_timestamp_offset_micros = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The serverTimestampOffsetMicros. |