Module pagers (0.1.0)

API documentation for dataform_v1alpha2.services.dataform.pagers module.

Classes

ListCompilationResultsAsyncPager

ListCompilationResultsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dataform_v1alpha2.types.dataform.ListCompilationResultsResponse
        ],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListCompilationResultsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListCompilationResultsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_compilation_results requests.

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

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

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

ListCompilationResultsPager

ListCompilationResultsPager(
    method: Callable[
        [...],
        google.cloud.dataform_v1alpha2.types.dataform.ListCompilationResultsResponse,
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListCompilationResultsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListCompilationResultsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_compilation_results requests.

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

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

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

ListRepositoriesAsyncPager

ListRepositoriesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dataform_v1alpha2.types.dataform.ListRepositoriesResponse
        ],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListRepositoriesRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListRepositoriesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_repositories requests.

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

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

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

ListRepositoriesPager

ListRepositoriesPager(
    method: Callable[
        [...], google.cloud.dataform_v1alpha2.types.dataform.ListRepositoriesResponse
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListRepositoriesRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListRepositoriesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_repositories requests.

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

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

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

ListWorkflowInvocationsAsyncPager

ListWorkflowInvocationsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dataform_v1alpha2.types.dataform.ListWorkflowInvocationsResponse
        ],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListWorkflowInvocationsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListWorkflowInvocationsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_workflow_invocations requests.

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

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

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

ListWorkflowInvocationsPager

ListWorkflowInvocationsPager(
    method: Callable[
        [...],
        google.cloud.dataform_v1alpha2.types.dataform.ListWorkflowInvocationsResponse,
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListWorkflowInvocationsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListWorkflowInvocationsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_workflow_invocations requests.

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

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

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

ListWorkspacesAsyncPager

ListWorkspacesAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.dataform_v1alpha2.types.dataform.ListWorkspacesResponse],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListWorkspacesRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListWorkspacesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_workspaces requests.

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

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

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

ListWorkspacesPager

ListWorkspacesPager(
    method: Callable[
        [...], google.cloud.dataform_v1alpha2.types.dataform.ListWorkspacesResponse
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.ListWorkspacesRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.ListWorkspacesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_workspaces requests.

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

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

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

QueryCompilationResultActionsAsyncPager

QueryCompilationResultActionsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dataform_v1alpha2.types.dataform.QueryCompilationResultActionsResponse
        ],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.QueryCompilationResultActionsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.QueryCompilationResultActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through query_compilation_result_actions requests.

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

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

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

QueryCompilationResultActionsPager

QueryCompilationResultActionsPager(
    method: Callable[
        [...],
        google.cloud.dataform_v1alpha2.types.dataform.QueryCompilationResultActionsResponse,
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.QueryCompilationResultActionsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.QueryCompilationResultActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through query_compilation_result_actions requests.

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

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

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

QueryDirectoryContentsAsyncPager

QueryDirectoryContentsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dataform_v1alpha2.types.dataform.QueryDirectoryContentsResponse
        ],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.QueryDirectoryContentsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.QueryDirectoryContentsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through query_directory_contents requests.

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

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

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

QueryDirectoryContentsPager

QueryDirectoryContentsPager(
    method: Callable[
        [...],
        google.cloud.dataform_v1alpha2.types.dataform.QueryDirectoryContentsResponse,
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.QueryDirectoryContentsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.QueryDirectoryContentsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through query_directory_contents requests.

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

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

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

QueryWorkflowInvocationActionsAsyncPager

QueryWorkflowInvocationActionsAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.dataform_v1alpha2.types.dataform.QueryWorkflowInvocationActionsResponse
        ],
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.QueryWorkflowInvocationActionsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.QueryWorkflowInvocationActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through query_workflow_invocation_actions requests.

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

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

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

QueryWorkflowInvocationActionsPager

QueryWorkflowInvocationActionsPager(
    method: Callable[
        [...],
        google.cloud.dataform_v1alpha2.types.dataform.QueryWorkflowInvocationActionsResponse,
    ],
    request: google.cloud.dataform_v1alpha2.types.dataform.QueryWorkflowInvocationActionsRequest,
    response: google.cloud.dataform_v1alpha2.types.dataform.QueryWorkflowInvocationActionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through query_workflow_invocation_actions requests.

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

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

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