new_releases Updates: Check the
release notes for new features and product updates.
ServerEvent.EventType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
EVENT_TYPE_UNSPECIFIED |
Not specified. |
TTL_EXPIRATION_REVOKED |
The message was successfully revoked. |
TTL_EXPIRATION_REVOKE_FAILED |
The message has exceeded its TTL but revocation was unsuccessful. |
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 2024-11-14 UTC.
[null,null,["Last updated 2024-11-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEVENT_TYPE_UNSPECIFIED\u003c/code\u003e enum indicates that the event type has not been specified.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTTL_EXPIRATION_REVOKED\u003c/code\u003e signifies that a message's revocation was completed successfully.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTTL_EXPIRATION_REVOKE_FAILED\u003c/code\u003e denotes that a message's TTL expired, but revocation failed.\u003c/p\u003e\n"]]],[],null,["# ServerEvent.EventType\n\nTypes of events\n\n| Enums ||\n|--------------------------------|-------------------------------------------------------------------|\n| `EVENT_TYPE_UNSPECIFIED` | Not specified. |\n| `TTL_EXPIRATION_REVOKED` | The message was successfully revoked. |\n| `TTL_EXPIRATION_REVOKE_FAILED` | The message has exceeded its TTL but revocation was unsuccessful. |"]]