ListPager(
method: typing.Callable[
[...], google.cloud.compute_v1beta.types.compute.InterconnectAttachmentList
],
request: google.cloud.compute_v1beta.types.compute.ListInterconnectAttachmentsRequest,
response: google.cloud.compute_v1beta.types.compute.InterconnectAttachmentList,
*,
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]]] = ()
)