Module pagers (3.4.3)

API documentation for datacatalog_v1.services.policy_tag_manager.pagers module.

Classes

ListPolicyTagsAsyncPager

ListPolicyTagsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.datacatalog_v1.types.policytagmanager.ListPolicyTagsResponse
        ],
    ],
    request: google.cloud.datacatalog_v1.types.policytagmanager.ListPolicyTagsRequest,
    response: google.cloud.datacatalog_v1.types.policytagmanager.ListPolicyTagsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_policy_tags requests.

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

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

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

ListPolicyTagsPager

ListPolicyTagsPager(
    method: Callable[
        [...], google.cloud.datacatalog_v1.types.policytagmanager.ListPolicyTagsResponse
    ],
    request: google.cloud.datacatalog_v1.types.policytagmanager.ListPolicyTagsRequest,
    response: google.cloud.datacatalog_v1.types.policytagmanager.ListPolicyTagsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_policy_tags requests.

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

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

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

ListTaxonomiesAsyncPager

ListTaxonomiesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.datacatalog_v1.types.policytagmanager.ListTaxonomiesResponse
        ],
    ],
    request: google.cloud.datacatalog_v1.types.policytagmanager.ListTaxonomiesRequest,
    response: google.cloud.datacatalog_v1.types.policytagmanager.ListTaxonomiesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_taxonomies requests.

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

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

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

ListTaxonomiesPager

ListTaxonomiesPager(
    method: Callable[
        [...], google.cloud.datacatalog_v1.types.policytagmanager.ListTaxonomiesResponse
    ],
    request: google.cloud.datacatalog_v1.types.policytagmanager.ListTaxonomiesRequest,
    response: google.cloud.datacatalog_v1.types.policytagmanager.ListTaxonomiesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_taxonomies requests.

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

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

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