Reference documentation and code samples for the Google Cloud Migration Center V1 Client class Source.
Source represents an object from which asset information is streamed to Migration Center.
Generated from protobuf message google.cloud.migrationcenter.v1.Source
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The full name of the source.
↳ create_time
↳ update_time
↳ display_name
string
User-friendly display name.
↳ description
string
Free-text description.
↳ type
int
Data source type.
↳ priority
int
The information confidence of the source. The higher the value, the higher the confidence.
↳ managed
bool
If true
, the source is managed by other service(s).
↳ pending_frame_count
int
Output only. Number of frames that are still being processed.
↳ error_frame_count
int
Output only. The number of frames that were reported by the source and contained errors.
↳ state
int
Output only. The state of the source.
getName
Output only. The full name of the source.
string
setName
Output only. The full name of the source.
var
string
$this
getCreateTime
Output only. The timestamp when the source was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp when the source was created.
$this
getUpdateTime
Output only. The timestamp when the source was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp when the source was last updated.
$this
getDisplayName
User-friendly display name.
string
setDisplayName
User-friendly display name.
var
string
$this
getDescription
Free-text description.
string
setDescription
Free-text description.
var
string
$this
getType
Data source type.
int
setType
Data source type.
var
int
$this
getPriority
The information confidence of the source.
The higher the value, the higher the confidence.
int
setPriority
The information confidence of the source.
The higher the value, the higher the confidence.
var
int
$this
getManaged
If true
, the source is managed by other service(s).
bool
setManaged
If true
, the source is managed by other service(s).
var
bool
$this
getPendingFrameCount
Output only. Number of frames that are still being processed.
int
setPendingFrameCount
Output only. Number of frames that are still being processed.
var
int
$this
getErrorFrameCount
Output only. The number of frames that were reported by the source and contained errors.
int
setErrorFrameCount
Output only. The number of frames that were reported by the source and contained errors.
var
int
$this
getState
Output only. The state of the source.
int
setState
Output only. The state of the source.
var
int
$this