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-03-21 UTC."],[[["This webpage provides documentation for the `GetServiceRequest` class within the Google Cloud Monitoring v3 API for .NET."],["The `GetServiceRequest` class is used to request information about a specific service and includes a `Name` property that specifies the service's resource name."],["The latest version of the `Google.Cloud.Monitoring.V3` package available is 3.15.0, with various previous versions from 3.14.0 down to 2.3.0 also documented."],["`GetServiceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The resource name of the `Service` is required and follows the format `projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]`, and can be accessed through `ResourceName` and `ServiceName` properties."]]],[]]