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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `LookupDiscoveredServiceResponse` class within the App Hub v1 API, specifically for the .NET environment."],["`LookupDiscoveredServiceResponse` is a class used as a response for the `LookupDiscoveredService` method, inheriting from `object` and implementing multiple interfaces."],["The class includes constructors for creating a new `LookupDiscoveredServiceResponse` object, either as an empty object or by copying another instance."],["The `LookupDiscoveredServiceResponse` class has a `DiscoveredService` property that contains the discovered service information, if it exists, or remains empty otherwise."],["This class can be found in the `Google.Cloud.AppHub.V1` namespace and is part of the `Google.Cloud.AppHub.V1.dll` assembly."]]],[]]