Class: Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GuestInstalledApplicationList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Guest installed application list.
Instance Attribute Summary collapse
-
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::GuestInstalledApplication>
Application entries.
Instance Attribute Details
#entries ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::GuestInstalledApplication>
Returns Application entries.
2568 2569 2570 2571 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2568 class GuestInstalledApplicationList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |