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 is part of the App Hub v1 API, used to request data for a specific service."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`GetServiceRequest` objects can be constructed either empty or by copying another `GetServiceRequest` instance."],["The `Name` property is a required string containing the fully qualified name of the service to be fetched, formatted as `projects/{project}/locations/{location}/applications/{application}/services/{service}`."],["The `ServiceName` property provides a typed view of the service name, derived from the `Name` property."]]],[]]