Resource: Source
Source represents an object from which asset information is streamed to Migration Center.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "displayName": string, "description": string, "type": enum ( |
Fields | |
---|---|
name |
Output only. The full name of the source. |
create |
Output only. The timestamp when the source was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The timestamp when the source was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
display |
User-friendly display name. |
description |
Free-text description. |
type |
Data source type. |
priority |
The information confidence of the source. The higher the value, the higher the confidence. |
managed |
If |
pending |
Output only. Number of frames that are still being processed. |
error |
Output only. The number of frames that were reported by the source and contained errors. |
state |
Output only. The state of the source. |
State
Enumerates possible states of a source.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
ACTIVE |
The source is active and ready to be used. |
DELETING |
In the process of being deleted. |
INVALID |
Source is in an invalid state. Asset frames reported to it will be ignored. |
Methods |
|
---|---|
|
Creates a new source in a given project and location. |
|
Deletes a source. |
|
Gets the details of a source. |
|
Lists all the sources in a given project and location. |
|
Updates the parameters of a source. |