[[["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 StatusEventOrBuilder (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.batch.v1.StatusEventOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.batch.v1.StatusEventOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.batch.v1.StatusEventOrBuilder) \n\n public interface StatusEventOrBuilder 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### getDescription()\n\n public abstract String getDescription()\n\nDescription of the event.\n\n`string description = 1;`\n\n### getDescriptionBytes()\n\n public abstract ByteString getDescriptionBytes()\n\nDescription of the event.\n\n`string description = 1;`\n\n### getEventTime()\n\n public abstract Timestamp getEventTime()\n\nThe time this event occurred.\n\n`.google.protobuf.Timestamp event_time = 2;`\n\n### getEventTimeOrBuilder()\n\n public abstract TimestampOrBuilder getEventTimeOrBuilder()\n\nThe time this event occurred.\n\n`.google.protobuf.Timestamp event_time = 2;`\n\n### getTaskExecution()\n\n public abstract TaskExecution getTaskExecution()\n\nTask Execution\n\n`.google.events.cloud.batch.v1.TaskExecution task_execution = 4;`\n\n### getTaskExecutionOrBuilder()\n\n public abstract TaskExecutionOrBuilder getTaskExecutionOrBuilder()\n\nTask Execution\n\n`.google.events.cloud.batch.v1.TaskExecution task_execution = 4;`\n\n### getTaskState()\n\n public abstract TaskStatus.State getTaskState()\n\nTask State\n\n`.google.events.cloud.batch.v1.TaskStatus.State task_state = 5;`\n\n### getTaskStateValue()\n\n public abstract int getTaskStateValue()\n\nTask State\n\n`.google.events.cloud.batch.v1.TaskStatus.State task_state = 5;`\n\n### getType()\n\n public abstract String getType()\n\nType of the event.\n\n`string type = 3;`\n\n### getTypeBytes()\n\n public abstract ByteString getTypeBytes()\n\nType of the event.\n\n`string type = 3;`\n\n### hasEventTime()\n\n public abstract boolean hasEventTime()\n\nThe time this event occurred.\n\n`.google.protobuf.Timestamp event_time = 2;`\n\n### hasTaskExecution()\n\n public abstract boolean hasTaskExecution()\n\nTask Execution\n\n`.google.events.cloud.batch.v1.TaskExecution task_execution = 4;`"]]