Parameter Manager API

Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security.

Service: parametermanager.googleapis.com

The Service name parametermanager.googleapis.com is needed to create RPC client stubs.

google.cloud.location.Locations

Methods
GetLocation Gets information about a location.
ListLocations Lists information about the supported locations for this service.

google.cloud.parametermanager.v1.ParameterManager

Methods
CreateParameter Creates a new Parameter in a given project and location.
CreateParameterVersion Creates a new ParameterVersion in a given project, location, and parameter.
DeleteParameter Deletes a single Parameter.
DeleteParameterVersion Deletes a single ParameterVersion.
GetParameter Gets details of a single Parameter.
GetParameterVersion Gets details of a single ParameterVersion.
ListParameterVersions Lists ParameterVersions in a given project, location, and parameter.
ListParameters Lists Parameters in a given project and location.
RenderParameterVersion Gets rendered version of a ParameterVersion.
UpdateParameter Updates a single Parameter.
UpdateParameterVersion Updates a single ParameterVersion.