Class: Google::Cloud::MigrationCenter::V1::Insight

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#generic_insight::Google::Cloud::MigrationCenter::V1::GenericInsight (readonly)

Returns Output only. A generic insight about an asset

Note: The following fields are mutually exclusive: generic_insight, migration_insight. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::MigrationCenter::V1::GenericInsight)

    Output only. A generic insight about an asset

    Note: The following fields are mutually exclusive: generic_insight, migration_insight. If a field in that set is populated, all other fields in the set will automatically be cleared.



2906
2907
2908
2909
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2906

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.

Note: The following fields are mutually exclusive: migration_insight, generic_insight. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::MigrationCenter::V1::MigrationInsight)

    Output only. An insight about potential migrations for an asset.

    Note: The following fields are mutually exclusive: migration_insight, generic_insight. If a field in that set is populated, all other fields in the set will automatically be cleared.



2906
2907
2908
2909
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2906

class Insight
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end