API documentation for licensemanager_v1.services.license_manager.pagers
module.
Classes
AggregateUsageAsyncPager
AggregateUsageAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse
],
],
request: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse,
*,
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, typing.Union[str, bytes]]] = ()
)
A pager for iterating through aggregate_usage
requests.
This class thinly wraps an initial
AggregateUsageResponse object, and
provides an __aiter__
method to iterate through its
usages
field.
If there are more pages, the __aiter__
method will make additional
AggregateUsage
requests and continue to iterate
through the usages
field on the
corresponding responses.
All the usual AggregateUsageResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AggregateUsagePager
AggregateUsagePager(
method: typing.Callable[
[...],
google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse,
],
request: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.AggregateUsageResponse,
*,
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, typing.Union[str, bytes]]] = ()
)
A pager for iterating through aggregate_usage
requests.
This class thinly wraps an initial
AggregateUsageResponse object, and
provides an __iter__
method to iterate through its
usages
field.
If there are more pages, the __iter__
method will make additional
AggregateUsage
requests and continue to iterate
through the usages
field on the
corresponding responses.
All the usual AggregateUsageResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConfigurationsAsyncPager
ListConfigurationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse
],
],
request: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)
A pager for iterating through list_configurations
requests.
This class thinly wraps an initial
ListConfigurationsResponse object, and
provides an __aiter__
method to iterate through its
configurations
field.
If there are more pages, the __aiter__
method will make additional
ListConfigurations
requests and continue to iterate
through the configurations
field on the
corresponding responses.
All the usual ListConfigurationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConfigurationsPager
ListConfigurationsPager(
method: typing.Callable[
[...],
google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse,
],
request: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.ListConfigurationsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)
A pager for iterating through list_configurations
requests.
This class thinly wraps an initial
ListConfigurationsResponse object, and
provides an __iter__
method to iterate through its
configurations
field.
If there are more pages, the __iter__
method will make additional
ListConfigurations
requests and continue to iterate
through the configurations
field on the
corresponding responses.
All the usual ListConfigurationsResponse 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.licensemanager_v1.types.licensemanager.ListInstancesResponse
],
],
request: google.cloud.licensemanager_v1.types.licensemanager.ListInstancesRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.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, typing.Union[str, bytes]]] = ()
)
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.licensemanager_v1.types.licensemanager.ListInstancesResponse
],
request: google.cloud.licensemanager_v1.types.licensemanager.ListInstancesRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.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, typing.Union[str, bytes]]] = ()
)
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.
ListProductsAsyncPager
ListProductsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse
],
],
request: google.cloud.licensemanager_v1.types.licensemanager.ListProductsRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)
A pager for iterating through list_products
requests.
This class thinly wraps an initial
ListProductsResponse object, and
provides an __aiter__
method to iterate through its
products
field.
If there are more pages, the __aiter__
method will make additional
ListProducts
requests and continue to iterate
through the products
field on the
corresponding responses.
All the usual ListProductsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListProductsPager
ListProductsPager(
method: typing.Callable[
[...], google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse
],
request: google.cloud.licensemanager_v1.types.licensemanager.ListProductsRequest,
response: google.cloud.licensemanager_v1.types.licensemanager.ListProductsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)
A pager for iterating through list_products
requests.
This class thinly wraps an initial
ListProductsResponse object, and
provides an __iter__
method to iterate through its
products
field.
If there are more pages, the __iter__
method will make additional
ListProducts
requests and continue to iterate
through the products
field on the
corresponding responses.
All the usual ListProductsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.