Module pagers (1.13.2)

API documentation for eventarc_v1.services.eventarc.pagers module.

Classes

ListChannelConnectionsAsyncPager

ListChannelConnectionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.eventarc_v1.types.eventarc.ListChannelConnectionsResponse
        ],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListChannelConnectionsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListChannelConnectionsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_channel_connections requests.

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

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

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

ListChannelConnectionsPager

ListChannelConnectionsPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListChannelConnectionsResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListChannelConnectionsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListChannelConnectionsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_channel_connections requests.

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

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

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

ListChannelsAsyncPager

ListChannelsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.eventarc_v1.types.eventarc.ListChannelsResponse],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListChannelsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListChannelsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_channels requests.

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

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

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

ListChannelsPager

ListChannelsPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListChannelsResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListChannelsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListChannelsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_channels requests.

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

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

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

ListEnrollmentsAsyncPager

ListEnrollmentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.eventarc_v1.types.eventarc.ListEnrollmentsResponse
        ],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListEnrollmentsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListEnrollmentsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_enrollments requests.

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

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

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

ListEnrollmentsPager

ListEnrollmentsPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListEnrollmentsResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListEnrollmentsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListEnrollmentsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_enrollments requests.

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

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

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

ListGoogleApiSourcesAsyncPager

ListGoogleApiSourcesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse
        ],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_google_api_sources requests.

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

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

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

ListGoogleApiSourcesPager

ListGoogleApiSourcesPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_google_api_sources requests.

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

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

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

ListMessageBusEnrollmentsAsyncPager

ListMessageBusEnrollmentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.eventarc_v1.types.eventarc.ListMessageBusEnrollmentsResponse
        ],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListMessageBusEnrollmentsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListMessageBusEnrollmentsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_message_bus_enrollments requests.

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

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

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

ListMessageBusEnrollmentsPager

ListMessageBusEnrollmentsPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListMessageBusEnrollmentsResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListMessageBusEnrollmentsRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListMessageBusEnrollmentsResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_message_bus_enrollments requests.

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

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

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

ListMessageBusesAsyncPager

ListMessageBusesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.eventarc_v1.types.eventarc.ListMessageBusesResponse
        ],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListMessageBusesRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListMessageBusesResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_message_buses requests.

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

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

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

ListMessageBusesPager

ListMessageBusesPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListMessageBusesResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListMessageBusesRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListMessageBusesResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_message_buses requests.

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

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

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

ListPipelinesAsyncPager

ListPipelinesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.eventarc_v1.types.eventarc.ListPipelinesResponse],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListPipelinesRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListPipelinesResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_pipelines requests.

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

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

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

ListPipelinesPager

ListPipelinesPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListPipelinesResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListPipelinesRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListPipelinesResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_pipelines requests.

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

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

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

ListProvidersAsyncPager

ListProvidersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListProvidersRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_providers requests.

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

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

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

ListProvidersPager

ListProvidersPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListProvidersRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_providers requests.

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

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

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

ListTriggersAsyncPager

ListTriggersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.eventarc_v1.types.eventarc.ListTriggersResponse],
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListTriggersRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListTriggersResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_triggers requests.

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

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

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

ListTriggersPager

ListTriggersPager(
    method: typing.Callable[
        [...], google.cloud.eventarc_v1.types.eventarc.ListTriggersResponse
    ],
    request: google.cloud.eventarc_v1.types.eventarc.ListTriggersRequest,
    response: google.cloud.eventarc_v1.types.eventarc.ListTriggersResponse,
    *,
    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, str]] = ()
)

A pager for iterating through list_triggers requests.

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

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

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