public sealed class GenericInsight : IMessage<GenericInsight>, IEquatable<GenericInsight>, IDeepCloneable<GenericInsight>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class GenericInsight.
A generic insight about an asset.
Implements
IMessageGenericInsight, IEquatableGenericInsight, IDeepCloneableGenericInsight, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GenericInsight()
public GenericInsight()GenericInsight(GenericInsight)
public GenericInsight(GenericInsight other)| Parameter | |
|---|---|
| Name | Description |
other |
GenericInsight |
Properties
AdditionalInformation
public RepeatedField<string> AdditionalInformation { get; }Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
DefaultMessage
public string DefaultMessage { get; set; }Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MessageId
public long MessageId { get; set; }Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
| Property Value | |
|---|---|
| Type | Description |
long |
|