- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- View
- Try it!
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 |
Required. Name of the resource in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
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. |