Resource: Series
Message describing the Series object.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "annotations": { string: string, ... }, "stream": string, "event": string } |
| 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 |
stream |
Required. Stream that is associated with this series. |
event |
Required. Event that is associated with this series. |
Methods |
|
|---|---|
|
Creates a new Series in a given project and location. |
|
Deletes a single Series. |
|
Gets details of a single Series. |
|
Lists Series in a given project and location. |
|
Updates the parameters of a single Event. |