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 information about a specific release within the Google Cloud Deploy service, across multiple versions."],["The latest version of `GetReleaseRequest` is 3.4.0, and the page lists all versions going back to 1.0.0."],["The `GetReleaseRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary properties of `GetReleaseRequest` are `Name` which is a string representing the full resource name of a release and `ReleaseName` which is a typed view of the name property."],["The page provides details on the constructors of the `GetReleaseRequest` class and includes a table describing the parameter `other` used in one of the constructors."]]],[]]