public sealed class GetDiscoveredServiceRequest : IMessage<GetDiscoveredServiceRequest>, IEquatable<GetDiscoveredServiceRequest>, IDeepCloneable<GetDiscoveredServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class GetDiscoveredServiceRequest.
Required. Fully qualified name of the Discovered Service to fetch.
Expected format:
projects/{project}/locations/{location}/discoveredServices/{discoveredService}.
[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetDiscoveredServiceRequest\u003c/code\u003e class is used to request a discovered service from the App Hub v1 API, and it is available in the latest version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities for message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default one and another that takes an existing \u003ccode\u003eGetDiscoveredServiceRequest\u003c/code\u003e object for cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two properties, \u003ccode\u003eDiscoveredServiceName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, which are used to specify the discovered service to be fetched, with the \u003ccode\u003eName\u003c/code\u003e property requiring the fully qualified name of the service.\u003c/p\u003e\n"],["\u003cp\u003eThe class is located within the namespace \u003ccode\u003eGoogle.Cloud.AppHub.V1\u003c/code\u003e and is part of the \u003ccode\u003eGoogle.Cloud.AppHub.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class GetDiscoveredServiceRequest (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetDiscoveredServiceRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.GetDiscoveredServiceRequest) \n\n public sealed class GetDiscoveredServiceRequest : IMessage\u003cGetDiscoveredServiceRequest\u003e, IEquatable\u003cGetDiscoveredServiceRequest\u003e, IDeepCloneable\u003cGetDiscoveredServiceRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class GetDiscoveredServiceRequest.\n\nRequest for GetDiscoveredService. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetDiscoveredServiceRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetDiscoveredServiceRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetDiscoveredServiceRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetDiscoveredServiceRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetDiscoveredServiceRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetDiscoveredServiceRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetDiscoveredServiceRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### GetDiscoveredServiceRequest()\n\n public GetDiscoveredServiceRequest()\n\n### GetDiscoveredServiceRequest(GetDiscoveredServiceRequest)\n\n public GetDiscoveredServiceRequest(GetDiscoveredServiceRequest other)\n\nProperties\n----------\n\n### DiscoveredServiceName\n\n public DiscoveredServiceName DiscoveredServiceName { get; set; }\n\n[DiscoveredServiceName](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.DiscoveredServiceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetDiscoveredServiceRequest#Google_Cloud_AppHub_V1_GetDiscoveredServiceRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Fully qualified name of the Discovered Service to fetch.\nExpected format:\n`projects/{project}/locations/{location}/discoveredServices/{discoveredService}`."]]