Method: projects.locations.parameters.versions.get

Gets details of a single ParameterVersion.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource in the format projects/*/locations/*/parameters/*/versions/*.

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

  • parametermanager.parameterVersions.get

Query parameters

Parameters
view

enum (View)

Optional. View of the ParameterVersion. In the default FULL view, all metadata & payload associated with the ParameterVersion will be returned.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ParameterVersion.

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.get

For more information, see the IAM documentation.

View

Option for requesting only metadata, or user provided payload of a ParameterVersion resource.

Enums
VIEW_UNSPECIFIED The default / unset value. The API will default to the FULL view..
BASIC Include only the metadata for the resource.
FULL Include metadata & other relevant payload data as well. This is the default view.