public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class GetServiceRequest.
Required. Fully qualified name of the Service to fetch.
Expected format:
projects/{project}/locations/{location}/applications/{application}/services/{service}.
[[["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."],[[["The `GetServiceRequest` class in the App Hub v1 API is used to request the retrieval of a service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetServiceRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetServiceRequest` object."],["It features properties such as `Name` (a string representing the fully qualified name of the service) and `ServiceName` (a typed view over the `Name` property)."],["The class is contained within the `Google.Cloud.AppHub.V1` namespace, which can be found in the `Google.Cloud.AppHub.V1.dll` assembly."]]],[]]