public sealed class LookupDiscoveredServiceResponse : IMessage<LookupDiscoveredServiceResponse>, IEquatable<LookupDiscoveredServiceResponse>, IDeepCloneable<LookupDiscoveredServiceResponse>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API class LookupDiscoveredServiceResponse.
Response for LookupDiscoveredService.
Implements
IMessageLookupDiscoveredServiceResponse, IEquatableLookupDiscoveredServiceResponse, IDeepCloneableLookupDiscoveredServiceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
LookupDiscoveredServiceResponse()
public LookupDiscoveredServiceResponse()LookupDiscoveredServiceResponse(LookupDiscoveredServiceResponse)
public LookupDiscoveredServiceResponse(LookupDiscoveredServiceResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupDiscoveredServiceResponse |
Properties
DiscoveredService
public DiscoveredService DiscoveredService { get; set; }Discovered Service if exists, empty otherwise.
| Property Value | |
|---|---|
| Type | Description |
DiscoveredService |
|