time window configuration for asset updates requests.
JSON representation | |
---|---|
{ "type": enum ( |
Fields | |
---|---|
type |
The type of the time in timeWindow. |
timeWindow |
The time window. |
TimeType
The type of the time.
Enums | |
---|---|
TIME_TYPE_UNSPECIFIED |
If not specified, UPDATE_TIME is used. |
UPDATE_TIME |
firewalls.update time of the Asset. Assets updated in the window will be returned. |
CAPTURE_TIME |
Capture time of the Asset update in Asset Inventory. Assets updates captured by Asset Inventory in the window will be returned. This definition should be used when full-fidelity data is required in requests with consecutive time windows. |
TimeWindow
A time window specified by its startTime
and endTime
.
JSON representation | |
---|---|
{ "startTime": string, "endTime": string } |
Fields | |
---|---|
startTime |
instances.start time of the time window (exclusive). A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
End time of the time window (inclusive). If not specified, the current timestamp is used instead. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |