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."],[[["This page provides reference documentation for the `GetServiceRequest` class within the Cloud Run Admin v2 API for .NET."],["`GetServiceRequest` is used to obtain a Service by its full name and is the request message for this process."],["The latest version of this reference documentation is 2.13.0, with links available for versions ranging from 2.0.0 to 2.13.0 as well as version 1.0.0-beta02."],["The class `GetServiceRequest` includes two constructors, one default and one that takes another `GetServiceRequest` object, and it contains properties such as `Name` and `ServiceName`."],["`GetServiceRequest` inherits from the object class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]