Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::GuestInstalledApplication.
Guest installed application information.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#application_name
def application_name() -> ::String
    Returns
    
  - (::String) — Installed application name.
 
#application_name=
def application_name=(value) -> ::String
    Parameter
    
  - value (::String) — Installed application name.
 
    Returns
    
  - (::String) — Installed application name.
 
#install_time
def install_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — The time when the application was installed.
 
#install_time=
def install_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — The time when the application was installed.
 
    Returns
    
  - (::Google::Protobuf::Timestamp) — The time when the application was installed.
 
#path
def path() -> ::String
    Returns
    
  - (::String) — Source path.
 
#path=
def path=(value) -> ::String
    Parameter
    
  - value (::String) — Source path.
 
    Returns
    
  - (::String) — Source path.
 
#vendor
def vendor() -> ::String
    Returns
    
  - (::String) — Installed application vendor.
 
#vendor=
def vendor=(value) -> ::String
    Parameter
    
  - value (::String) — Installed application vendor.
 
    Returns
    
  - (::String) — Installed application vendor.
 
#version
def version() -> ::String
    Returns
    
  - (::String) — Installed application version.
 
#version=
def version=(value) -> ::String
    Parameter
    
  - value (::String) — Installed application version.
 
    Returns
    
- (::String) — Installed application version.