Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
TimeType
The possible time types used by certain resources as an alternative to absolute timestamps.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
NOW |
As soon as possible. |
FOREVER |
An infinite point in the future. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The enums detail alternative time types for resources instead of absolute timestamps."],["`NOW` and `FOREVER` represent immediate and infinite future points, respectively."],["`UNSPECIFIED` and `UNKNOWN` are used for undefined and currently unknown values."]]],["The core content outlines alternative time types used by resources, instead of absolute timestamps. These types are represented by enums, including `UNSPECIFIED` (not specified) and `UNKNOWN` (value unknown). `NOW` signifies execution as soon as possible, while `FOREVER` represents an infinite future point. These enums provide a flexible approach to defining timing beyond precise timestamps.\n"]]