Migration Center v1 API - Class GenericInsight (1.1.0)

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

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

A generic insight about an asset.

Inheritance

object > GenericInsight

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GenericInsight()

public GenericInsight()

GenericInsight(GenericInsight)

public GenericInsight(GenericInsight other)
Parameter
NameDescription
otherGenericInsight

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
TypeDescription
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
TypeDescription
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
TypeDescription
long