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, which is part of the Google.Cloud.Deploy.V1 namespace."],["The `GetReleaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The latest version of the `GetReleaseRequest` class documented is 3.4.0, and the page also provides links to documentation for past versions, ranging back to 1.0.0."],["The class includes properties like `Name`, a string that is required and specifies the full resource name of the requested release, and `ReleaseName`, which provides a typed view of the resource name."],["The `GetReleaseRequest` class includes two constructors: a default parameterless constructor and one that accepts an existing `GetReleaseRequest` object, for duplicating existing objects."]]],[]]