public sealed class GetReleaseRequest : IMessage<GetReleaseRequest>, IEquatable<GetReleaseRequest>, IDeepCloneable<GetReleaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetReleaseRequest.
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-04-09 UTC."],[[["The `GetReleaseRequest` class is part of the Google Cloud Deploy v1 API and is used to retrieve a specific release."],["This page documents the `GetReleaseRequest` class, including its constructors, properties (`Name`, `ReleaseName`), and inherited members, within the `Google.Cloud.Deploy.V1` namespace."],["The latest version available is 3.4.0, while the current page's focused version is 2.12.0, with many other versions also listed."],["`GetReleaseRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property, which is of type string, is a required field that contains the name of the `Release` resource in a specific format."]]],[]]