A globally unique identifier for all LogEntries in a sequence of split
logs. All LogEntries with the same |LogSplit.uid| are assumed to be part of
the same sequence of split logs.
A globally unique identifier for all LogEntries in a sequence of split
logs. All LogEntries with the same |LogSplit.uid| are assumed to be part of
the same sequence of split logs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface LogSplitOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.audit.v1.LogSplitOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.audit.v1.LogSplitOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.audit.v1.LogSplitOrBuilder) \n\n public interface LogSplitOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getIndex()\n\n public abstract int getIndex()\n\nThe index of this LogEntry in the sequence of split logs. LogEntries are\ngiven \\|index\\| values 0, 1, ..., n-1 for a sequence of n entries.\n\n`int32 index = 2;`\n\n### getTotalSplits()\n\n public abstract int getTotalSplits()\n\nThe total number of logs that the original LogEntry was split into.\n\n`int32 total_splits = 3;`\n\n### getUid()\n\n public abstract String getUid()\n\nA globally unique identifier for all LogEntries in a sequence of split\nlogs. All LogEntries with the same \\|LogSplit.uid\\| are assumed to be part of\nthe same sequence of split logs.\n\n`string uid = 1;`\n\n### getUidBytes()\n\n public abstract ByteString getUidBytes()\n\nA globally unique identifier for all LogEntries in a sequence of split\nlogs. All LogEntries with the same \\|LogSplit.uid\\| are assumed to be part of\nthe same sequence of split logs.\n\n`string uid = 1;`"]]