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."],[[["This webpage provides documentation for the `GetReleaseRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.8.0."],["The `GetReleaseRequest` class is used to make requests for retrieving information about a specific release, as the request object for `GetRelease`."],["The page details the class's inheritance, implementing interfaces, constructors, properties like `Name` and `ReleaseName`, along with a list of all the available versions starting from 1.0.0 up to 3.4.0 (latest)."],["The `Name` property is a string that specifies the required name of the release in a structured format, and the `ReleaseName` property offers a typed view of the resource name."],["The page lists the associated namespace, which is `Google.Cloud.Deploy.V1`, and the assembly `Google.Cloud.Deploy.V1.dll`."]]],[]]