Class: Google::Cloud::MigrationCenter::V1::InsightList
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::InsightList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Message containing insights list.
Instance Attribute Summary collapse
-
#insights ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Insight>
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#insights ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Insight> (readonly)
Returns Output only. Insights of the list.
2876 2877 2878 2879 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2876 class InsightList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Update timestamp.
2876 2877 2878 2879 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2876 class InsightList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |