public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class GetServiceRequest.
Request message for obtaining a Service by its full name.
Required. The full name of the Service.
Format: projects/{project}/locations/{location}/services/{service}, where
{project} can be project id or number.
[[["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."],[[["The latest version available for the `Google.Cloud.Run.V2` package is 2.13.0, with a total of 15 versions listed, including 1.0.0-beta02."],["The `GetServiceRequest` class is part of the Cloud Run Admin v2 API, designed for retrieving a Service by its full name."],["The `GetServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetServiceRequest` has two constructors, one default and one that accepts another `GetServiceRequest` object as a parameter."],["The `GetServiceRequest` object contains two properties: `Name`, which is a required string representing the full service name, and `ServiceName`, which provides a typed view of the Name property."]]],[]]