Class: Google::Cloud::MigrationCenter::V1::GuestInstalledApplication
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GuestInstalledApplication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Guest installed application information.
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Installed application name.
-
#install_time ⇒ ::Google::Protobuf::Timestamp
The time when the application was installed.
-
#path ⇒ ::String
Source path.
-
#vendor ⇒ ::String
Installed application vendor.
-
#version ⇒ ::String
Installed application version.
Instance Attribute Details
#application_name ⇒ ::String
Returns Installed application name.
2589 2590 2591 2592 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2589 class GuestInstalledApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#install_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the application was installed.
2589 2590 2591 2592 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2589 class GuestInstalledApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Source path.
2589 2590 2591 2592 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2589 class GuestInstalledApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vendor ⇒ ::String
Returns Installed application vendor.
2589 2590 2591 2592 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2589 class GuestInstalledApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Installed application version.
2589 2590 2591 2592 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2589 class GuestInstalledApplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |