Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::GenericInsight.
A generic insight about an asset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#additional_information
def additional_information() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#default_message
def default_message() -> ::String
Returns
- (::String) — Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
#message_id
def message_id() -> ::Integer
Returns
- (::Integer) — 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.