Class: Google::Cloud::MigrationCenter::V1::GuestInstalledApplication

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

Instance Attribute Details

#application_name::String

Returns Installed application name.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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