Method: projects.locations.parameters.versions.render

Gets rendered version of a ParameterVersion.

HTTP request


GET https://parametermanager.googleapis.com/v1/{name=projects/*/locations/*/parameters/*/versions/*}:render

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource

Authorization requires the following IAM permission on the specified resource name:

  • parametermanager.parameterVersions.render

Request body

The request body must be empty.

Response body

Message describing RenderParameterVersionResponse resource

If successful, the response body contains data with the following structure:

JSON representation
{
 "parameterVersion": string,
 "payload": {
 object (ParameterVersionPayload )
 },
 "renderedPayload": string
}
Fields
parameterVersion

string

Output only. Resource identifier of a ParameterVersion in the format projects/*/locations/*/parameters/*/versions/*.

payload

object (ParameterVersionPayload )

Payload content of a ParameterVersion resource.

renderedPayload

string (bytes format)

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.

A base64-encoded string.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • parametermanager.parameterVersions.render

For more information, see the IAM documentation.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年06月24日 UTC.