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."],[[["This document provides reference documentation for the `GetServiceRequest` class within the Google Cloud Monitoring v3 API for .NET."],["The `GetServiceRequest` class is used to request data about a specific service, and the document lists available versions ranging from 2.3.0 to the latest 3.15.0, along with links to their respective documentation."],["The class `GetServiceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its function for handling deep cloning, equality checks, and message formatting."],["Key properties for `GetServiceRequest` include `Name`, `ResourceName`, and `ServiceName`, all related to specifying the target service for which data is requested."],["There are two constructors provided for creating a `GetServiceRequest` object: a default constructor and a constructor that takes another `GetServiceRequest` instance, `other`, as a parameter."]]],[]]