Namespace Google.Apis.ParameterManager.v1
Classes
ParameterManagerBaseServiceRequest<TResponse>
A base abstract class for ParameterManager requests.
ParameterManagerService
The ParameterManager Service.
ParameterManagerService.Scope
Available OAuth 2.0 scopes for use with the Parameter Manager API.
ParameterManagerService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Parameter Manager API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.GetRequest
Gets information about a location.
ProjectsResource.LocationsResource.ListRequest
Lists information about the supported locations for this service. This method lists locations based on
the resource scope provided in the [ListLocationsRequest.name] field: * Global locations: If name
is empty, the method lists the public locations available to all projects. * Project-specific
locations: If name follows the format projects/{project}, the method lists locations visible to
that specific project. This includes public, private, or other project-specific locations enabled for
the project. For gRPC and client library implementations, the resource name is passed as the name
field. For direct service calls, the resource name is incorporated into the request path based on the
specific service implementation and version.
ProjectsResource.LocationsResource.ParametersResource
The "parameters" collection of methods.
ProjectsResource.LocationsResource.ParametersResource.CreateRequest
Creates a new Parameter in a given project and location.
ProjectsResource.LocationsResource.ParametersResource.DeleteRequest
Deletes a single Parameter.
ProjectsResource.LocationsResource.ParametersResource.GetRequest
Gets details of a single Parameter.
ProjectsResource.LocationsResource.ParametersResource.ListRequest
Lists Parameters in a given project and location.
ProjectsResource.LocationsResource.ParametersResource.PatchRequest
Updates a single Parameter.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource
The "versions" collection of methods.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.CreateRequest
Creates a new ParameterVersion in a given project, location, and parameter.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.DeleteRequest
Deletes a single ParameterVersion.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.GetRequest
Gets details of a single ParameterVersion.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.ListRequest
Lists ParameterVersions in a given project, location, and parameter.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.PatchRequest
Updates a single ParameterVersion.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.RenderRequest
Gets rendered version of a ParameterVersion.
Enums
ParameterManagerBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ParameterManagerBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.LocationsResource.ParametersResource.VersionsResource.GetRequest.ViewEnum
Optional. View of the ParameterVersion. In the default FULL view, all metadata & payload associated with the ParameterVersion will be returned.