public sealed class RenderParameterVersionRequest : IMessage<RenderParameterVersionRequest>, IEquatable<RenderParameterVersionRequest>, IDeepCloneable<RenderParameterVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Parameter Manager v1 API class RenderParameterVersionRequest.
[[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eRenderParameterVersionRequest\u003c/code\u003e is a sealed class in the Google Cloud Parameter Manager v1 API, designed to retrieve a ParameterVersionRender message.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRenderParameterVersionRequest\u003c/code\u003e class has two constructors, one empty and one that takes another \u003ccode\u003eRenderParameterVersionRequest\u003c/code\u003e as a parameter for cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt features properties like \u003ccode\u003eName\u003c/code\u003e (a string representing the resource name) and \u003ccode\u003eParameterVersionName\u003c/code\u003e (a typed view over the resource name), both of which are required.\u003c/p\u003e\n"],["\u003cp\u003eIt has inherited methods from object, like GetHashCode(), GetType(), and ToString().\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class RenderParameterVersionRequest (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.RenderParameterVersionRequest) \n\n public sealed class RenderParameterVersionRequest : IMessage\u003cRenderParameterVersionRequest\u003e, IEquatable\u003cRenderParameterVersionRequest\u003e, IDeepCloneable\u003cRenderParameterVersionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class RenderParameterVersionRequest.\n\nMessage for getting a ParameterVersionRender \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RenderParameterVersionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RenderParameterVersionRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RenderParameterVersionRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RenderParameterVersionRequest](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ParameterManager.V1](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ParameterManager.V1.dll\n\nConstructors\n------------\n\n### RenderParameterVersionRequest()\n\n public RenderParameterVersionRequest()\n\n### RenderParameterVersionRequest(RenderParameterVersionRequest)\n\n public RenderParameterVersionRequest(RenderParameterVersionRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource\n\n### ParameterVersionName\n\n public ParameterVersionName ParameterVersionName { get; set; }\n\n[ParameterVersionName](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterVersionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionRequest#Google_Cloud_ParameterManager_V1_RenderParameterVersionRequest_Name) resource name property."]]