Reference documentation and code samples for the Google Cloud App Hub V1 Client class LookupDiscoveredWorkloadResponse.
Response for LookupDiscoveredWorkload.
Generated from protobuf message google.cloud.apphub.v1.LookupDiscoveredWorkloadResponse
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ discovered_workload |
DiscoveredWorkload
Discovered Workload if exists, empty otherwise. |
getDiscoveredWorkload
Discovered Workload if exists, empty otherwise.
| Returns | |
|---|---|
| Type | Description |
DiscoveredWorkload|null |
|
hasDiscoveredWorkload
clearDiscoveredWorkload
setDiscoveredWorkload
Discovered Workload if exists, empty otherwise.
| Parameter | |
|---|---|
| Name | Description |
var |
DiscoveredWorkload
|
| Returns | |
|---|---|
| Type | Description |
$this |
|