Module pagers (0.5.0)

API documentation for network_security_v1beta1.services.network_security.pagers module.

Classes

ListAuthorizationPoliciesAsyncPager

ListAuthorizationPoliciesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse
        ],
    ],
    request: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesRequest,
    response: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_authorization_policies requests.

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

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

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

ListAuthorizationPoliciesPager

ListAuthorizationPoliciesPager(
    method: Callable[
        [...],
        google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse,
    ],
    request: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesRequest,
    response: google.cloud.network_security_v1beta1.types.authorization_policy.ListAuthorizationPoliciesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_authorization_policies requests.

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

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

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

ListClientTlsPoliciesAsyncPager

ListClientTlsPoliciesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse
        ],
    ],
    request: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesRequest,
    response: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_client_tls_policies requests.

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

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

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

ListClientTlsPoliciesPager

ListClientTlsPoliciesPager(
    method: Callable[
        [...],
        google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse,
    ],
    request: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesRequest,
    response: google.cloud.network_security_v1beta1.types.client_tls_policy.ListClientTlsPoliciesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_client_tls_policies requests.

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

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

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

ListServerTlsPoliciesAsyncPager

ListServerTlsPoliciesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse
        ],
    ],
    request: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesRequest,
    response: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_server_tls_policies requests.

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

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

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

ListServerTlsPoliciesPager

ListServerTlsPoliciesPager(
    method: Callable[
        [...],
        google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse,
    ],
    request: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesRequest,
    response: google.cloud.network_security_v1beta1.types.server_tls_policy.ListServerTlsPoliciesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_server_tls_policies requests.

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

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

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