Class: Google::Cloud::MigrationCenter::V1::Insight
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::Insight
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
An insight about an asset.
Instance Attribute Summary collapse
-
#generic_insight ⇒ ::Google::Cloud::MigrationCenter::V1::GenericInsight
readonly
Output only.
-
#migration_insight ⇒ ::Google::Cloud::MigrationCenter::V1::MigrationInsight
readonly
Output only.
Instance Attribute Details
#generic_insight ⇒ ::Google::Cloud::MigrationCenter::V1::GenericInsight (readonly)
Returns Output only. A generic insight about an asset.
2888 2889 2890 2891 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2888 class Insight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#migration_insight ⇒ ::Google::Cloud::MigrationCenter::V1::MigrationInsight (readonly)
Returns Output only. An insight about potential migrations for an asset.
2888 2889 2890 2891 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2888 class Insight include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |