API documentation for securesourcemanager_v1.services.secure_source_manager.pagers
module.
Classes
ListBranchRulesAsyncPager
ListBranchRulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securesourcemanager_v1.types.secure_source_manager.ListBranchRulesResponse
],
],
request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListBranchRulesRequest,
response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListBranchRulesResponse,
*,
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_branch_rules
requests.
This class thinly wraps an initial
ListBranchRulesResponse object, and
provides an __aiter__
method to iterate through its
branch_rules
field.
If there are more pages, the __aiter__
method will make additional
ListBranchRules
requests and continue to iterate
through the branch_rules
field on the
corresponding responses.
All the usual ListBranchRulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListBranchRulesPager
ListBranchRulesPager(
method: typing.Callable[
[...],
google.cloud.securesourcemanager_v1.types.secure_source_manager.ListBranchRulesResponse,
],
request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListBranchRulesRequest,
response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListBranchRulesResponse,
*,
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_branch_rules
requests.
This class thinly wraps an initial
ListBranchRulesResponse object, and
provides an __iter__
method to iterate through its
branch_rules
field.
If there are more pages, the __iter__
method will make additional
ListBranchRules
requests and continue to iterate
through the branch_rules
field on the
corresponding responses.
All the usual ListBranchRulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInstancesAsyncPager
ListInstancesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse
],
],
request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesRequest,
response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse,
*,
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_instances
requests.
This class thinly wraps an initial
ListInstancesResponse object, and
provides an __aiter__
method to iterate through its
instances
field.
If there are more pages, the __aiter__
method will make additional
ListInstances
requests and continue to iterate
through the instances
field on the
corresponding responses.
All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInstancesPager
ListInstancesPager(
method: typing.Callable[
[...],
google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse,
],
request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesRequest,
response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse,
*,
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_instances
requests.
This class thinly wraps an initial
ListInstancesResponse object, and
provides an __iter__
method to iterate through its
instances
field.
If there are more pages, the __iter__
method will make additional
ListInstances
requests and continue to iterate
through the instances
field on the
corresponding responses.
All the usual ListInstancesResponse 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.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesResponse
],
],
request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesRequest,
response: google.cloud.securesourcemanager_v1.types.secure_source_manager.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.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesResponse,
],
request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesRequest,
response: google.cloud.securesourcemanager_v1.types.secure_source_manager.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.