Class: Google::Cloud::MigrationCenter::V1::GenericInsight
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GenericInsight
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A generic insight about an asset.
Instance Attribute Summary collapse
-
#additional_information ⇒ ::Array<::String>
readonly
Output only.
-
#default_message ⇒ ::String
readonly
Output only.
-
#message_id ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#additional_information ⇒ ::Array<::String> (readonly)
Returns 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.
2908 2909 2910 2911 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2908 class GenericInsight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_message ⇒ ::String (readonly)
Returns Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
2908 2909 2910 2911 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2908 class GenericInsight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message_id ⇒ ::Integer (readonly)
Returns 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.
2908 2909 2910 2911 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2908 class GenericInsight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |