[[["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 AlertDataOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.firebase.firebasealerts.v1.AlertDataOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.firebase.firebasealerts.v1.AlertDataOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.firebase.firebasealerts.v1.AlertDataOrBuilder) \n\n public interface AlertDataOrBuilder 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### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nTime that the event has created\n\n`.google.protobuf.Timestamp create_time = 1;`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nTime that the event has created\n\n`.google.protobuf.Timestamp create_time = 1;`\n\n### getEndTime()\n\n public abstract Timestamp getEndTime()\n\nTime that the event has ended. Optional, only present for alertsthat are\nongoing\n\n`.google.protobuf.Timestamp end_time = 2;`\n\n### getEndTimeOrBuilder()\n\n public abstract TimestampOrBuilder getEndTimeOrBuilder()\n\nTime that the event has ended. Optional, only present for alertsthat are\nongoing\n\n`.google.protobuf.Timestamp end_time = 2;`\n\n### getPayload()\n\n public abstract Struct getPayload()\n\nPayload of the event, which includes the details of the specific alert.\nIt's a map of keys of String type and values of various types\n\n`.google.protobuf.Struct payload = 3;`\n\n### getPayloadOrBuilder()\n\n public abstract StructOrBuilder getPayloadOrBuilder()\n\nPayload of the event, which includes the details of the specific alert.\nIt's a map of keys of String type and values of various types\n\n`.google.protobuf.Struct payload = 3;`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nTime that the event has created\n\n`.google.protobuf.Timestamp create_time = 1;`\n\n### hasEndTime()\n\n public abstract boolean hasEndTime()\n\nTime that the event has ended. Optional, only present for alertsthat are\nongoing\n\n`.google.protobuf.Timestamp end_time = 2;`\n\n### hasPayload()\n\n public abstract boolean hasPayload()\n\nPayload of the event, which includes the details of the specific alert.\nIt's a map of keys of String type and values of various types\n\n`.google.protobuf.Struct payload = 3;`"]]