Migration Center v1 API - Class Source (1.0.0)

public sealed class Source : IMessage<Source>, IEquatable<Source>, IDeepCloneable<Source>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class Source.

Source represents an object from which asset information is streamed to Migration Center.

Inheritance

object > Source

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Source()

public Source()

Source(Source)

public Source(Source other)
Parameter
NameDescription
otherSource

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the source was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Free-text description.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User-friendly display name.

Property Value
TypeDescription
string

ErrorFrameCount

public int ErrorFrameCount { get; set; }

Output only. The number of frames that were reported by the source and contained errors.

Property Value
TypeDescription
int

Managed

public bool Managed { get; set; }

If true, the source is managed by other service(s).

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Output only. The full name of the source.

Property Value
TypeDescription
string

PendingFrameCount

public int PendingFrameCount { get; set; }

Output only. Number of frames that are still being processed.

Property Value
TypeDescription
int

Priority

public int Priority { get; set; }

The information confidence of the source. The higher the value, the higher the confidence.

Property Value
TypeDescription
int

SourceName

public SourceName SourceName { get; set; }

SourceName-typed view over the Name resource name property.

Property Value
TypeDescription
SourceName

State

public Source.Types.State State { get; set; }

Output only. The state of the source.

Property Value
TypeDescription
SourceTypesState

Type

public Source.Types.SourceType Type { get; set; }

Data source type.

Property Value
TypeDescription
SourceTypesSourceType

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The timestamp when the source was last updated.

Property Value
TypeDescription
Timestamp