Package Classes (0.1.0)

Summary of entries of Classes for google-cloud-parametermanager.

Classes

ParameterManagerAsyncClient

Service describing handlers for resources

ParameterManagerClient

Service describing handlers for resources

ListParameterVersionsAsyncPager

A pager for iterating through list_parameter_versions requests.

This class thinly wraps an initial ListParameterVersionsResponse object, and provides an __aiter__ method to iterate through its parameter_versions field.

If there are more pages, the __aiter__ method will make additional ListParameterVersions requests and continue to iterate through the parameter_versions field on the corresponding responses.

All the usual ListParameterVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListParameterVersionsPager

A pager for iterating through list_parameter_versions requests.

This class thinly wraps an initial ListParameterVersionsResponse object, and provides an __iter__ method to iterate through its parameter_versions field.

If there are more pages, the __iter__ method will make additional ListParameterVersions requests and continue to iterate through the parameter_versions field on the corresponding responses.

All the usual ListParameterVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListParametersAsyncPager

A pager for iterating through list_parameters requests.

This class thinly wraps an initial ListParametersResponse object, and provides an __aiter__ method to iterate through its parameters field.

If there are more pages, the __aiter__ method will make additional ListParameters requests and continue to iterate through the parameters field on the corresponding responses.

All the usual ListParametersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListParametersPager

A pager for iterating through list_parameters requests.

This class thinly wraps an initial ListParametersResponse object, and provides an __iter__ method to iterate through its parameters field.

If there are more pages, the __iter__ method will make additional ListParameters requests and continue to iterate through the parameters field on the corresponding responses.

All the usual ListParametersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

CreateParameterRequest

Message for creating a Parameter

CreateParameterVersionRequest

Message for creating a ParameterVersion

DeleteParameterRequest

Message for deleting a Parameter

DeleteParameterVersionRequest

Message for deleting a ParameterVersion

GetParameterRequest

Message for getting a Parameter

GetParameterVersionRequest

Message for getting a ParameterVersion

ListParameterVersionsRequest

Message for requesting list of ParameterVersions

ListParameterVersionsResponse

Message for response to listing ParameterVersions

ListParametersRequest

Message for requesting list of Parameters

ListParametersResponse

Message for response to listing Parameters

Parameter

Message describing Parameter resource

LabelsEntry

The abstract base class for a message.

ParameterFormat

Option to specify the format of a Parameter resource (UNFORMATTED / YAML / JSON). This option is user specified at the time of creation of the resource and is immutable.

ParameterVersion

Message describing ParameterVersion resource

ParameterVersionPayload

Message for storing a ParameterVersion resource's payload data

RenderParameterVersionRequest

Message for getting a ParameterVersionRender

RenderParameterVersionResponse

Message describing RenderParameterVersionResponse resource

UpdateParameterRequest

Message for updating a Parameter

UpdateParameterVersionRequest

Message for updating a ParameterVersion

View

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

Modules

pagers

API documentation for parametermanager_v1.services.parameter_manager.pagers module.