Resource: ObservationJob
Message describing ObservationJob object
JSON representation |
---|
{
"name": string,
"state": enum ( |
Fields | |
---|---|
name |
Identifier. name of resource Format: projects/{project}/locations/{location}/observationJobs/{observationJob} |
state |
Output only. The observation job state |
sources[] |
Optional. These should be of the same kind of source. |
createTime |
Output only. [Output only] Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. [Output only] Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
State
Observation job state
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified state |
CREATING |
Job is in the creating state |
ENABLING |
Job is in the enabling state |
ENABLED |
Job is enabled |
DISABLING |
Job is in the disabling state |
DISABLED |
Job is disabled |
DELETING |
Job is being deleted |
ERROR |
Job is in an error state |
Methods |
|
---|---|
|
CreateObservationJob creates a new ObservationJob but does not have any effecton its own. |
|
DeleteObservationJob deletes an ObservationJob. |
|
Disables the given ObservationJob. |
|
Enables the given ObservationJob. |
|
GetObservationJob retrieves a single ObservationJob by name. |
|
ListObservationJobs gets all ObservationJobs for a given project and location. |