public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetServiceRequest.
[[["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-17 UTC."],[[["The latest version of the Google Cloud Monitoring v3 API class GetServiceRequest is 3.15.0, with multiple previous versions available, ranging back to version 2.3.0."],["The `GetServiceRequest` class is used to request a specific service, requiring the resource name of the service in the format: `projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]`."],["`GetServiceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetServiceRequest` contains properties for `Name`, `ResourceName`, and `ServiceName`, allowing for the specification of a service using a string, `IResourceName`, or `ServiceName` type respectively."]]],[]]