Resource: DataCollector
Data collector configuration.
JSON representation |
---|
{
"name"
:
string
,
"description"
:
string
,
"type"
:
enum (
|
Fields | |
---|---|
name
|
ID of the data collector. Must begin with |
description
|
A description of the data collector. |
type
|
Immutable. The type of data this data collector will collect. |
createdAt
|
Output only. The time at which the data collector was created in milliseconds since the epoch. |
lastModifiedAt
|
Output only. The time at which the Data Collector was last updated in milliseconds since the epoch. |
Type
Supported data types.
Enums | |
---|---|
TYPE_UNSPECIFIED
|
For future compatibility. |
INTEGER
|
For integer values. |
FLOAT
|
For float values. |
STRING
|
For string values. |
BOOLEAN
|
For boolean values. |
DATETIME
|
For datetime values. |
Methods |
|
---|---|
|
Creates a new data collector. |
|
Deletes a data collector. |
|
Gets a data collector. |
|
Lists all data collectors. |
|
Updates a data collector. |