App Hub v1 API - Class LookupDiscoveredServiceResponse (1.0.0-beta03)

public sealed class LookupDiscoveredServiceResponse : IMessage<LookupDiscoveredServiceResponse>, IEquatable<LookupDiscoveredServiceResponse>, IDeepCloneable<LookupDiscoveredServiceResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the App Hub v1 API class LookupDiscoveredServiceResponse.

Response for LookupDiscoveredService.

Inheritance

object > LookupDiscoveredServiceResponse

Namespace

Google.Cloud.AppHub.V1

Assembly

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