Module pagers (0.5.5)

API documentation for workstations_v1beta.services.workstations.pagers module.

Classes

ListUsableWorkstationConfigsAsyncPager

ListUsableWorkstationConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse
        ],
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_usable_workstation_configs requests.

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

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

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

ListUsableWorkstationConfigsPager

ListUsableWorkstationConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse,
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_usable_workstation_configs requests.

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

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

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

ListUsableWorkstationsAsyncPager

ListUsableWorkstationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse
        ],
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_usable_workstations requests.

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

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

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

ListUsableWorkstationsPager

ListUsableWorkstationsPager(
    method: typing.Callable[
        [...],
        google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse,
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_usable_workstations requests.

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

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

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

ListWorkstationClustersAsyncPager

ListWorkstationClustersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse
        ],
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_workstation_clusters requests.

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

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

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

ListWorkstationClustersPager

ListWorkstationClustersPager(
    method: typing.Callable[
        [...],
        google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse,
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_workstation_clusters requests.

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

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

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

ListWorkstationConfigsAsyncPager

ListWorkstationConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse
        ],
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_workstation_configs requests.

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

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

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

ListWorkstationConfigsPager

ListWorkstationConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse,
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_workstation_configs requests.

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

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

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

ListWorkstationsAsyncPager

ListWorkstationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse
        ],
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_workstations requests.

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

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

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

ListWorkstationsPager

ListWorkstationsPager(
    method: typing.Callable[
        [...],
        google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse,
    ],
    request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsRequest,
    response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_workstations requests.

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

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

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