Package Classes (1.9.5)

Summary of entries of Classes for apigateway.

Classes

ApiGatewayServiceAsyncClient

The API Gateway Service is the interface for managing API Gateways.

ApiGatewayServiceClient

The API Gateway Service is the interface for managing API Gateways.

ListApiConfigsAsyncPager

A pager for iterating through list_api_configs requests.

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

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

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

ListApiConfigsPager

A pager for iterating through list_api_configs requests.

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

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

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

ListApisAsyncPager

A pager for iterating through list_apis requests.

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

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

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

ListApisPager

A pager for iterating through list_apis requests.

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

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

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

ListGatewaysAsyncPager

A pager for iterating through list_gateways requests.

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

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

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

ListGatewaysPager

A pager for iterating through list_gateways requests.

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

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

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

Api

An API that can be served by one or more Gateways.

LabelsEntry

The abstract base class for a message.

State

All the possible API states.

ApiConfig

An API Configuration is a combination of settings for both the Managed Service and Gateways serving this API Config.

File

A lightweight description of a file.

GrpcServiceDefinition

A gRPC service definition.

LabelsEntry

The abstract base class for a message.

OpenApiDocument

An OpenAPI Specification Document describing an API.

State

All the possible API Config states.

CreateApiConfigRequest

Request message for ApiGatewayService.CreateApiConfig

CreateApiRequest

Request message for ApiGatewayService.CreateApi

CreateGatewayRequest

Request message for ApiGatewayService.CreateGateway

DeleteApiConfigRequest

Request message for ApiGatewayService.DeleteApiConfig

DeleteApiRequest

Request message for ApiGatewayService.DeleteApi

DeleteGatewayRequest

Request message for ApiGatewayService.DeleteGateway

Gateway

A Gateway is an API-aware HTTP proxy. It performs API-Method and/or API-Consumer specific actions based on an API Config such as authentication, policy enforcement, and backend selection.

LabelsEntry

The abstract base class for a message.

State

All the possible Gateway states.

GetApiConfigRequest

Request message for ApiGatewayService.GetApiConfig

ConfigView

Enum to control which fields should be included in the response.

GetApiRequest

Request message for ApiGatewayService.GetApi

GetGatewayRequest

Request message for ApiGatewayService.GetGateway

ListApiConfigsRequest

Request message for ApiGatewayService.ListApiConfigs

ListApiConfigsResponse

Response message for ApiGatewayService.ListApiConfigs

ListApisRequest

Request message for ApiGatewayService.ListApis

ListApisResponse

Response message for ApiGatewayService.ListApis

ListGatewaysRequest

Request message for ApiGatewayService.ListGateways

ListGatewaysResponse

Response message for ApiGatewayService.ListGateways

OperationMetadata

Represents the metadata of the long-running operation.

Diagnostic

Diagnostic information from configuration processing.

UpdateApiConfigRequest

Request message for ApiGatewayService.UpdateApiConfig

UpdateApiRequest

Request message for ApiGatewayService.UpdateApi

UpdateGatewayRequest

Request message for ApiGatewayService.UpdateGateway

Modules

pagers

API documentation for apigateway_v1.services.api_gateway_service.pagers module.