Resource: Event
Message describing the Event object.
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"annotations": {
string: string,
...
},
"alignmentClock": enum ( |
| Fields | |
|---|---|
name |
Name of the resource. |
createTime |
Output only. The create timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The update timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Labels as key value pairs. An object containing a list of |
annotations |
Annotations to allow clients to store small amounts of arbitrary data. An object containing a list of |
alignmentClock |
The clock used for joining streams. |
gracePeriod |
Grace period for cleaning up the event. This is the time the controller waits for before deleting the event. During this period, if there is any active channel on the event. The deletion of the event after gracePeriod will be ignored. A duration in seconds with up to nine fractional digits, terminated by ' |
Clock
Clock that will be used for joining streams.
| Enums | |
|---|---|
CLOCK_UNSPECIFIED |
Clock is not specified. |
CAPTURE |
Use the timestamp when the data is captured. Clients need to sync the clock. |
INGEST |
Use the timestamp when the data is received. |
Methods |
|
|---|---|
|
Creates a new Event in a given project and location. |
|
Deletes a single Event. |
|
Gets details of a single Event. |
|
Lists Events in a given project and location. |
|
Updates the parameters of a single Event. |