certainty
Stay organized with collections
Save and categorize content based on your preferences.
The following table describes the values for the alert <certainty>
enumeration
in <info>
entities:
Value |
Description |
Observed |
The Observed value indicates that an event either occurred
or is ongoing.
|
Likely |
The Likely value indicates that an event is likely to
occur, with an approximate probability of greater than 50%.
|
Possible |
The Possible value indicates that an event is possible but
not likely, with an approximate probability of less than or equal to
50%.
|
Unlikely |
The Unlikely value indicates that an event is not expected
to occur, with an approximate probability of 0%.
|
Unknown |
The Unknown value indicates that the certainty of an event
is unknown.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003e<certainty>\u003c/code\u003e enumeration in \u003ccode\u003e<info>\u003c/code\u003e entities describes the likelihood of an event occurring, ranging from observed to unlikely.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eObserved\u003c/code\u003e signifies a confirmed event, \u003ccode\u003eLikely\u003c/code\u003e indicates a probability greater than 50%, \u003ccode\u003ePossible\u003c/code\u003e suggests a probability less than or equal to 50%, and \u003ccode\u003eUnlikely\u003c/code\u003e implies the event is not expected.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnknown\u003c/code\u003e is used when the certainty of an event cannot be determined.\u003c/p\u003e\n"]]],["The `\u003ccertainty\u003e` enumeration within `\u003cinfo\u003e` entities defines the likelihood of an event. `Observed` means the event has occurred or is ongoing. `Likely` indicates a greater than 50% probability. `Possible` suggests a 50% or less probability. `Unlikely` denotes a 0% probability of the event occurring. Lastly, `Unknown` is used when the event's certainty is not known.\n"],null,["The following table describes the values for the alert `\u003ccertainty\u003e` enumeration\nin `\u003cinfo\u003e` entities:\n\n| Value | Description |\n|------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `Observed` | The `Observed` value indicates that an event either occurred or is ongoing. |\n| `Likely` | The `Likely` value indicates that an event is likely to occur, with an approximate probability of greater than 50%. |\n| `Possible` | The `Possible` value indicates that an event is possible but not likely, with an approximate probability of less than or equal to 50%. |\n| `Unlikely` | The `Unlikely` value indicates that an event is not expected to occur, with an approximate probability of 0%. |\n| `Unknown` | The `Unknown` value indicates that the certainty of an event is unknown. |"]]