Google Cloud Migration Center V1 Client - Class GuestInstalledApplication (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class GuestInstalledApplication.

Guest installed application information.

Generated from protobuf message google.cloud.migrationcenter.v1.GuestInstalledApplication

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ application_name string

Installed application name.

↳ vendor string

Installed application vendor.

↳ install_time Google\Protobuf\Timestamp

The time when the application was installed.

↳ path string

Source path.

↳ version string

Installed application version.

getApplicationName

Installed application name.

Returns
Type Description
string

setApplicationName

Installed application name.

Parameter
Name Description
var string
Returns
Type Description
$this

getVendor

Installed application vendor.

Returns
Type Description
string

setVendor

Installed application vendor.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstallTime

The time when the application was installed.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasInstallTime

clearInstallTime

setInstallTime

The time when the application was installed.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getPath

Source path.

Returns
Type Description
string

setPath

Source path.

Parameter
Name Description
var string
Returns
Type Description
$this

getVersion

Installed application version.

Returns
Type Description
string

setVersion

Installed application version.

Parameter
Name Description
var string
Returns
Type Description
$this