Interface protos.google.cloud.migrationcenter.v1.ISource (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/migrationcenter
Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
description
description?: (string|null);
displayName
displayName?: (string|null);
errorFrameCount
errorFrameCount?: (number|null);
managed
managed?: (boolean|null);
name
pendingFrameCount
pendingFrameCount?: (number|null);
priority
priority?: (number|null);
state
state?: (google.cloud.migrationcenter.v1.Source.State|keyof typeof google.cloud.migrationcenter.v1.Source.State|null);
type
type?: (google.cloud.migrationcenter.v1.Source.SourceType|keyof typeof google.cloud.migrationcenter.v1.Source.SourceType|null);
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.migrationcenter.v1.ISource (2.1.0)\n\nProperties of a Source.\n\nPackage\n-------\n\n[@google-cloud/migrationcenter](../overview.html)\n\nProperties\n----------\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nSource createTime\n\n### description\n\n description?: (string|null);\n\nSource description\n\n### displayName\n\n displayName?: (string|null);\n\nSource displayName\n\n### errorFrameCount\n\n errorFrameCount?: (number|null);\n\nSource errorFrameCount\n\n### managed\n\n managed?: (boolean|null);\n\nSource managed\n\n### name\n\n name?: (string|null);\n\nSource name\n\n### pendingFrameCount\n\n pendingFrameCount?: (number|null);\n\nSource pendingFrameCount\n\n### priority\n\n priority?: (number|null);\n\nSource priority\n\n### state\n\n state?: (google.cloud.migrationcenter.v1.Source.State|keyof typeof google.cloud.migrationcenter.v1.Source.State|null);\n\nSource state\n\n### type\n\n type?: (google.cloud.migrationcenter.v1.Source.SourceType|keyof typeof google.cloud.migrationcenter.v1.Source.SourceType|null);\n\nSource type\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nSource updateTime"]]