Reference documentation and code samples for the Google Cloud App Hub V1 Client class LookupDiscoveredServiceResponse.
Response for LookupDiscoveredService.
Generated from protobuf message google.cloud.apphub.v1.LookupDiscoveredServiceResponse
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ discovered_service |
DiscoveredService
Discovered Service if exists, empty otherwise. |
getDiscoveredService
Discovered Service if exists, empty otherwise.
Returns | |
---|---|
Type | Description |
DiscoveredService|null |
hasDiscoveredService
clearDiscoveredService
setDiscoveredService
Discovered Service if exists, empty otherwise.
Parameter | |
---|---|
Name | Description |
var |
DiscoveredService
|
Returns | |
---|---|
Type | Description |
$this |