public sealed class RenderParameterVersionResponse : IMessage<RenderParameterVersionResponse>, IEquatable<RenderParameterVersionResponse>, IDeepCloneable<RenderParameterVersionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Parameter Manager v1 API class RenderParameterVersionResponse.
Output only. Server generated rendered version of the user provided payload
data (ParameterVersionPayload) which has substitutions of all (if any)
references to a SecretManager SecretVersion resources. This substitution
only works for a Parameter which is in JSON or YAML format.
[[["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\u003eRenderParameterVersionResponse\u003c/code\u003e is a sealed class in the Google Cloud Parameter Manager v1 API, used for describing a \u003ccode\u003eRenderParameterVersionResponse\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties such as \u003ccode\u003eParameterVersion\u003c/code\u003e, \u003ccode\u003eParameterVersionAsParameterVersionName\u003c/code\u003e, \u003ccode\u003ePayload\u003c/code\u003e, and \u003ccode\u003eRenderedPayload\u003c/code\u003e for accessing information about a ParameterVersion.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRenderedPayload\u003c/code\u003e offers a server-generated, rendered version of the user-provided payload, with substitutions of SecretManager SecretVersion references for JSON or YAML formatted Parameters.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods that are available, one default constructor and another that takes in an existing instance of \u003ccode\u003eRenderParameterVersionResponse\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Parameter Manager v1 API - Class RenderParameterVersionResponse (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.RenderParameterVersionResponse)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/1.0.0-beta02/Google.Cloud.ParameterManager.V1.RenderParameterVersionResponse) \n\n public sealed class RenderParameterVersionResponse : IMessage\u003cRenderParameterVersionResponse\u003e, IEquatable\u003cRenderParameterVersionResponse\u003e, IDeepCloneable\u003cRenderParameterVersionResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Parameter Manager v1 API class RenderParameterVersionResponse.\n\nMessage describing RenderParameterVersionResponse resource \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RenderParameterVersionResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RenderParameterVersionResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RenderParameterVersionResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RenderParameterVersionResponse](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionResponse), [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### RenderParameterVersionResponse()\n\n public RenderParameterVersionResponse()\n\n### RenderParameterVersionResponse(RenderParameterVersionResponse)\n\n public RenderParameterVersionResponse(RenderParameterVersionResponse other)\n\nProperties\n----------\n\n### ParameterVersion\n\n public string ParameterVersion { get; set; }\n\nOutput only. Resource identifier of a ParameterVersion in the format\n`projects/*/locations/*/parameters/*/versions/*`.\n\n### ParameterVersionAsParameterVersionName\n\n public ParameterVersionName ParameterVersionAsParameterVersionName { get; set; }\n\n[ParameterVersionName](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.ParameterVersionName)-typed view over the [ParameterVersion](/dotnet/docs/reference/Google.Cloud.ParameterManager.V1/latest/Google.Cloud.ParameterManager.V1.RenderParameterVersionResponse#Google_Cloud_ParameterManager_V1_RenderParameterVersionResponse_ParameterVersion) resource name\nproperty.\n\n### Payload\n\n public ParameterVersionPayload Payload { get; set; }\n\nPayload content of a ParameterVersion resource.\n\n### RenderedPayload\n\n public ByteString RenderedPayload { get; set; }\n\nOutput only. Server generated rendered version of the user provided payload\ndata (ParameterVersionPayload) which has substitutions of all (if any)\nreferences to a SecretManager SecretVersion resources. This substitution\nonly works for a Parameter which is in JSON or YAML format."]]