public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Request message for obtaining a Service by its full name.
[[["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-09 UTC."],[[["This webpage details the `GetServiceRequest` class within the `Google.Cloud.Run.V2` namespace, used for requesting a service by its full name."],["The latest version of the `GetServiceRequest` is 2.13.0, and older versions from 2.12.0 down to 2.0.0 are also documented."],["`GetServiceRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRequest` class has two constructors, one parameterless and one that takes another `GetServiceRequest` as a parameter."],["`GetServiceRequest` includes properties like `Name`, which is a required string for the service's full name, and `ServiceName`, which provides a typed view over the `Name`."]]],[]]