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-03-21 UTC."],[[["The latest version available for the Google Cloud Deploy v1 API is 3.4.0, as seen in the provided list of available versions."],["This document provides reference for the `GetReleaseRequest` class in the Google Cloud Deploy v1 API, offering functionality to request the retrieval of a specific release."],["The `GetReleaseRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities for data handling and object comparison."],["The `GetReleaseRequest` class has two constructors, one for creating a new instance and one for creating a copy of an existing `GetReleaseRequest`."],["A required `Name` property within the `GetReleaseRequest` class contains the formatted string needed to specify the `Release` to be retrieved, and it offers a `ReleaseName`-typed view for structured access to the name property."]]],[]]