public sealed class GetReleaseRequest : IMessage<GetReleaseRequest>, IEquatable<GetReleaseRequest>, IDeepCloneable<GetReleaseRequest>, IBufferMessage, IMessage
Required. Name of the Release. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.
[[["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 webpage details the `GetReleaseRequest` class, which is used to request a specific release within the Google Cloud Deploy service."],["The latest version of the `GetReleaseRequest` class is 3.4.0, but there are many previous versions ranging down to 1.0.0, each with a link for the documentation."],["The `GetReleaseRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that takes another `GetReleaseRequest` object as a parameter, along with two properties, `Name` (string) and `ReleaseName` (ReleaseName type)."],["The required `Name` property specifies the format for identifying a release, using its project, location, pipeline, and release name, and the `ReleaseName` property provides a typed view of this name."]]],[]]