Reference documentation and code samples for the Google Cloud Migration Center V1 Client class RunningServiceList.
List of running guest OS services.
Generated from protobuf message google.cloud.migrationcenter.v1.RunningServiceList
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entries |
array<Google\Cloud\MigrationCenter\V1\RunningService>
Running service entries. |
getEntries
Running service entries.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEntries
Running service entries.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\MigrationCenter\V1\RunningService>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|