API documentation for dataform_v1beta1.services.dataform.pagers
module.
Classes
FetchRepositoryHistoryAsyncPager
FetchRepositoryHistoryAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryRequest,
response: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse,
*,
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 fetch_repository_history
requests.
This class thinly wraps an initial
FetchRepositoryHistoryResponse object, and
provides an __aiter__
method to iterate through its
commits
field.
If there are more pages, the __aiter__
method will make additional
FetchRepositoryHistory
requests and continue to iterate
through the commits
field on the
corresponding responses.
All the usual FetchRepositoryHistoryResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FetchRepositoryHistoryPager
FetchRepositoryHistoryPager(
method: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryRequest,
response: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse,
*,
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 fetch_repository_history
requests.
This class thinly wraps an initial
FetchRepositoryHistoryResponse object, and
provides an __iter__
method to iterate through its
commits
field.
If there are more pages, the __iter__
method will make additional
FetchRepositoryHistory
requests and continue to iterate
through the commits
field on the
corresponding responses.
All the usual FetchRepositoryHistoryResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCompilationResultsAsyncPager
ListCompilationResultsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse,
*,
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_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: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse,
*,
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_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.
ListReleaseConfigsAsyncPager
ListReleaseConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse,
*,
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_release_configs
requests.
This class thinly wraps an initial
ListReleaseConfigsResponse object, and
provides an __aiter__
method to iterate through its
release_configs
field.
If there are more pages, the __aiter__
method will make additional
ListReleaseConfigs
requests and continue to iterate
through the release_configs
field on the
corresponding responses.
All the usual ListReleaseConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListReleaseConfigsPager
ListReleaseConfigsPager(
method: typing.Callable[
[...], google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse
],
request: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse,
*,
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_release_configs
requests.
This class thinly wraps an initial
ListReleaseConfigsResponse object, and
provides an __iter__
method to iterate through its
release_configs
field.
If there are more pages, the __iter__
method will make additional
ListReleaseConfigs
requests and continue to iterate
through the release_configs
field on the
corresponding responses.
All the usual ListReleaseConfigsResponse 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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse,
*,
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_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: typing.Callable[
[...], google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse
],
request: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse,
*,
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_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.
ListWorkflowConfigsAsyncPager
ListWorkflowConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse,
*,
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_workflow_configs
requests.
This class thinly wraps an initial
ListWorkflowConfigsResponse object, and
provides an __aiter__
method to iterate through its
workflow_configs
field.
If there are more pages, the __aiter__
method will make additional
ListWorkflowConfigs
requests and continue to iterate
through the workflow_configs
field on the
corresponding responses.
All the usual ListWorkflowConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListWorkflowConfigsPager
ListWorkflowConfigsPager(
method: typing.Callable[
[...], google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse
],
request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse,
*,
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_workflow_configs
requests.
This class thinly wraps an initial
ListWorkflowConfigsResponse object, and
provides an __iter__
method to iterate through its
workflow_configs
field.
If there are more pages, the __iter__
method will make additional
ListWorkflowConfigs
requests and continue to iterate
through the workflow_configs
field on the
corresponding responses.
All the usual ListWorkflowConfigsResponse 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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse,
*,
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_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: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse,
*,
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_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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse,
*,
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_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: typing.Callable[
[...], google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse
],
request: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesRequest,
response: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse,
*,
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_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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse,
*,
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 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: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse,
*,
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 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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse,
*,
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 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: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse,
*,
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 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.
QueryRepositoryDirectoryContentsAsyncPager
QueryRepositoryDirectoryContentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse,
*,
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 query_repository_directory_contents
requests.
This class thinly wraps an initial
QueryRepositoryDirectoryContentsResponse object, and
provides an __aiter__
method to iterate through its
directory_entries
field.
If there are more pages, the __aiter__
method will make additional
QueryRepositoryDirectoryContents
requests and continue to iterate
through the directory_entries
field on the
corresponding responses.
All the usual QueryRepositoryDirectoryContentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
QueryRepositoryDirectoryContentsPager
QueryRepositoryDirectoryContentsPager(
method: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse,
*,
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 query_repository_directory_contents
requests.
This class thinly wraps an initial
QueryRepositoryDirectoryContentsResponse object, and
provides an __iter__
method to iterate through its
directory_entries
field.
If there are more pages, the __iter__
method will make additional
QueryRepositoryDirectoryContents
requests and continue to iterate
through the directory_entries
field on the
corresponding responses.
All the usual QueryRepositoryDirectoryContentsResponse 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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse
],
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse,
*,
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 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: typing.Callable[
[...],
google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse,
],
request: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsRequest,
response: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse,
*,
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 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.