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 `GetServiceRequest` class is used to request a specific Service by its full name within the Cloud Run Admin v2 API."],["This class is part of the `Google.Cloud.Run.V2` namespace and is available in the `Google.Cloud.Run.V2.dll` assembly, with versions ranging from 1.0.0-beta02 to the latest 2.13.0."],["The `GetServiceRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["It includes properties like `Name`, which is a required string field representing the full name of the Service, and `ServiceName`, which provides a typed view of the `Name` property."],["The class offers two constructors: a default constructor, `GetServiceRequest()`, and a copy constructor, `GetServiceRequest(GetServiceRequest other)`, for creating instances."]]],[]]