An arbitrary producer identifier. The combination of id and
producer must be globally unique. Examples for producer:
"MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".
An arbitrary producer identifier. The combination of id and
producer must be globally unique. Examples for producer:
"MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".
[[["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 LogEntryOperationOrBuilder (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.LogEntryOperationOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.audit.v1.LogEntryOperationOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.audit.v1.LogEntryOperationOrBuilder) \n\n public interface LogEntryOperationOrBuilder 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### getFirst()\n\n public abstract boolean getFirst()\n\nTrue if this is the first log entry in the operation.\n\n`bool first = 3;`\n\n### getId()\n\n public abstract String getId()\n\nAn arbitrary operation identifier. Log entries with the same\nidentifier are assumed to be part of the same operation.\n\n`string id = 1;`\n\n### getIdBytes()\n\n public abstract ByteString getIdBytes()\n\nAn arbitrary operation identifier. Log entries with the same\nidentifier are assumed to be part of the same operation.\n\n`string id = 1;`\n\n### getLast()\n\n public abstract boolean getLast()\n\nTrue if this is the last log entry in the operation.\n\n`bool last = 4;`\n\n### getProducer()\n\n public abstract String getProducer()\n\nAn arbitrary producer identifier. The combination of `id` and\n`producer` must be globally unique. Examples for `producer`:\n`\"MyDivision.MyBigCompany.com\"`, `\"github.com/MyProject/MyApplication\"`.\n\n`string producer = 2;`\n\n### getProducerBytes()\n\n public abstract ByteString getProducerBytes()\n\nAn arbitrary producer identifier. The combination of `id` and\n`producer` must be globally unique. Examples for `producer`:\n`\"MyDivision.MyBigCompany.com\"`, `\"github.com/MyProject/MyApplication\"`.\n\n`string producer = 2;`"]]