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 available for the Cloud Run Admin v2 API's `GetServiceRequest` is 2.13.0, while version 2.10.0 is being documented here."],["`GetServiceRequest` is a class used to request a Service by its full name within the Cloud Run Admin v2 API, and it inherits from `object` and implements several interfaces."],["The `GetServiceRequest` class includes two constructors, a parameter-less one and another that takes another `GetServiceRequest` object."],["The `Name` property, of type string, is a required field representing the full resource name of the Service, and `ServiceName` is a property that provides a typed view of the resource name."],["The `GetServiceRequest` class can be used to obtain the details of a service, and it is part of the `Google.Cloud.Run.V2` namespace."]]],[]]