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-03-21 UTC."],[[["The latest version of the Google.Cloud.Run.V2 library is 2.13.0, with a range of previous versions available, from 2.12.0 down to 1.0.0-beta02."],["The content provides reference documentation for the `GetServiceRequest` class within the Cloud Run Admin v2 API."],["`GetServiceRequest` is used to obtain a Service by its full name, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRequest` class has two constructors: a default one and another that accepts a `GetServiceRequest` object as a parameter."],["The key properties of `GetServiceRequest` include `Name`, which is a required string representing the full name of the Service, and `ServiceName`, which is a typed view of the `Name` property."]]],[]]