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.  | 
              
createTime | 
                
                   
 Output only. The timestamp when the source was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
updateTime | 
                
                   
 Output only. The timestamp when the source was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
displayName | 
                
                   
 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.  | 
              
isManaged | 
                
                   
 If   | 
              
pendingFrameCount | 
                
                   
 Output only. Number of frames that are still being processed.  | 
              
errorFrameCount | 
                
                   
 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. |