Reference documentation and code samples for the Google Cloud Migration Center V1 Client class RunningService.
Guest OS running service details.
Generated from protobuf message google.cloud.migrationcenter.v1.RunningService
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ service_name
string
Service name.
↳ state
int
Service state (OS-agnostic).
↳ start_mode
int
Service start mode (OS-agnostic).
↳ exe_path
string
Service binary path.
↳ cmdline
string
Service command line.
↳ pid
int|string
Service pid.
getServiceName
Service name.
string
setServiceName
Service name.
var
string
$this
getState
Service state (OS-agnostic).
int
setState
Service state (OS-agnostic).
var
int
$this
getStartMode
Service start mode (OS-agnostic).
int
setStartMode
Service start mode (OS-agnostic).
var
int
$this
getExePath
Service binary path.
string
setExePath
Service binary path.
var
string
$this
getCmdline
Service command line.
string
setCmdline
Service command line.
var
string
$this
getPid
Service pid.
int|string
setPid
Service pid.
var
int|string
$this