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-04-09 UTC."],[[["The `GetDiscoveredServiceRequest` 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."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object management."],["The class offers two constructors: a default one and another that takes an existing `GetDiscoveredServiceRequest` object for cloning."],["It contains two properties, `DiscoveredServiceName` and `Name`, which are used to specify the discovered service to be fetched, with the `Name` property requiring the fully qualified name of the service."],["The class is located within the namespace `Google.Cloud.AppHub.V1` and is part of the `Google.Cloud.AppHub.V1.dll` assembly."]]],[]]