Module pagers (0.10.0)

API documentation for network_security_v1alpha1.services.firewall_activation.pagers module.

Classes

ListFirewallEndpointAssociationsAsyncPager

ListFirewallEndpointAssociationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse
        ],
    ],
    request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsRequest,
    response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_firewall_endpoint_associations requests.

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

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

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

ListFirewallEndpointAssociationsPager

ListFirewallEndpointAssociationsPager(
    method: typing.Callable[
        [...],
        google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse,
    ],
    request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsRequest,
    response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointAssociationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_firewall_endpoint_associations requests.

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

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

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

ListFirewallEndpointsAsyncPager

ListFirewallEndpointsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse
        ],
    ],
    request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsRequest,
    response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_firewall_endpoints requests.

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

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

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

ListFirewallEndpointsPager

ListFirewallEndpointsPager(
    method: typing.Callable[
        [...],
        google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse,
    ],
    request: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsRequest,
    response: google.cloud.network_security_v1alpha1.types.firewall_activation.ListFirewallEndpointsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_firewall_endpoints requests.

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

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

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