Interface LookupDiscoveredServiceResponseOrBuilder (0.8.0)

public interface LookupDiscoveredServiceResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiscoveredService()

public abstract DiscoveredService getDiscoveredService()

Discovered Service if exists, empty otherwise.

.google.cloud.apphub.v1.DiscoveredService discovered_service = 1;

Returns
Type Description
DiscoveredService

The discoveredService.

getDiscoveredServiceOrBuilder()

public abstract DiscoveredServiceOrBuilder getDiscoveredServiceOrBuilder()

Discovered Service if exists, empty otherwise.

.google.cloud.apphub.v1.DiscoveredService discovered_service = 1;

Returns
Type Description
DiscoveredServiceOrBuilder

hasDiscoveredService()

public abstract boolean hasDiscoveredService()

Discovered Service if exists, empty otherwise.

.google.cloud.apphub.v1.DiscoveredService discovered_service = 1;

Returns
Type Description
boolean

Whether the discoveredService field is set.