API documentation for gdchardwaremanagement_v1alpha.services.gdc_hardware_management.pagers
module.
Classes
ListChangeLogEntriesAsyncPager
ListChangeLogEntriesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListChangeLogEntriesResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListChangeLogEntriesRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListChangeLogEntriesResponse,
*,
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_change_log_entries
requests.
This class thinly wraps an initial
ListChangeLogEntriesResponse object, and
provides an __aiter__
method to iterate through its
change_log_entries
field.
If there are more pages, the __aiter__
method will make additional
ListChangeLogEntries
requests and continue to iterate
through the change_log_entries
field on the
corresponding responses.
All the usual ListChangeLogEntriesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListChangeLogEntriesPager
ListChangeLogEntriesPager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListChangeLogEntriesResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListChangeLogEntriesRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListChangeLogEntriesResponse,
*,
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_change_log_entries
requests.
This class thinly wraps an initial
ListChangeLogEntriesResponse object, and
provides an __iter__
method to iterate through its
change_log_entries
field.
If there are more pages, the __iter__
method will make additional
ListChangeLogEntries
requests and continue to iterate
through the change_log_entries
field on the
corresponding responses.
All the usual ListChangeLogEntriesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCommentsAsyncPager
ListCommentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListCommentsResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListCommentsRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListCommentsResponse,
*,
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_comments
requests.
This class thinly wraps an initial
ListCommentsResponse object, and
provides an __aiter__
method to iterate through its
comments
field.
If there are more pages, the __aiter__
method will make additional
ListComments
requests and continue to iterate
through the comments
field on the
corresponding responses.
All the usual ListCommentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCommentsPager
ListCommentsPager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListCommentsResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListCommentsRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListCommentsResponse,
*,
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_comments
requests.
This class thinly wraps an initial
ListCommentsResponse object, and
provides an __iter__
method to iterate through its
comments
field.
If there are more pages, the __iter__
method will make additional
ListComments
requests and continue to iterate
through the comments
field on the
corresponding responses.
All the usual ListCommentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListHardwareAsyncPager
ListHardwareAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareResponse,
*,
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_hardware
requests.
This class thinly wraps an initial
ListHardwareResponse object, and
provides an __aiter__
method to iterate through its
hardware
field.
If there are more pages, the __aiter__
method will make additional
ListHardware
requests and continue to iterate
through the hardware
field on the
corresponding responses.
All the usual ListHardwareResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListHardwareGroupsAsyncPager
ListHardwareGroupsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareGroupsResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareGroupsRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareGroupsResponse,
*,
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_hardware_groups
requests.
This class thinly wraps an initial
ListHardwareGroupsResponse object, and
provides an __aiter__
method to iterate through its
hardware_groups
field.
If there are more pages, the __aiter__
method will make additional
ListHardwareGroups
requests and continue to iterate
through the hardware_groups
field on the
corresponding responses.
All the usual ListHardwareGroupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListHardwareGroupsPager
ListHardwareGroupsPager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareGroupsResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareGroupsRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareGroupsResponse,
*,
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_hardware_groups
requests.
This class thinly wraps an initial
ListHardwareGroupsResponse object, and
provides an __iter__
method to iterate through its
hardware_groups
field.
If there are more pages, the __iter__
method will make additional
ListHardwareGroups
requests and continue to iterate
through the hardware_groups
field on the
corresponding responses.
All the usual ListHardwareGroupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListHardwarePager
ListHardwarePager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListHardwareResponse,
*,
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_hardware
requests.
This class thinly wraps an initial
ListHardwareResponse object, and
provides an __iter__
method to iterate through its
hardware
field.
If there are more pages, the __iter__
method will make additional
ListHardware
requests and continue to iterate
through the hardware
field on the
corresponding responses.
All the usual ListHardwareResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListOrdersAsyncPager
ListOrdersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListOrdersResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListOrdersRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListOrdersResponse,
*,
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_orders
requests.
This class thinly wraps an initial
ListOrdersResponse object, and
provides an __aiter__
method to iterate through its
orders
field.
If there are more pages, the __aiter__
method will make additional
ListOrders
requests and continue to iterate
through the orders
field on the
corresponding responses.
All the usual ListOrdersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListOrdersPager
ListOrdersPager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListOrdersResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListOrdersRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListOrdersResponse,
*,
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_orders
requests.
This class thinly wraps an initial
ListOrdersResponse object, and
provides an __iter__
method to iterate through its
orders
field.
If there are more pages, the __iter__
method will make additional
ListOrders
requests and continue to iterate
through the orders
field on the
corresponding responses.
All the usual ListOrdersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSitesAsyncPager
ListSitesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSitesResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSitesRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSitesResponse,
*,
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_sites
requests.
This class thinly wraps an initial
ListSitesResponse object, and
provides an __aiter__
method to iterate through its
sites
field.
If there are more pages, the __aiter__
method will make additional
ListSites
requests and continue to iterate
through the sites
field on the
corresponding responses.
All the usual ListSitesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSitesPager
ListSitesPager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSitesResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSitesRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSitesResponse,
*,
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_sites
requests.
This class thinly wraps an initial
ListSitesResponse object, and
provides an __iter__
method to iterate through its
sites
field.
If there are more pages, the __iter__
method will make additional
ListSites
requests and continue to iterate
through the sites
field on the
corresponding responses.
All the usual ListSitesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSkusAsyncPager
ListSkusAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSkusResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSkusRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSkusResponse,
*,
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_skus
requests.
This class thinly wraps an initial
ListSkusResponse object, and
provides an __aiter__
method to iterate through its
skus
field.
If there are more pages, the __aiter__
method will make additional
ListSkus
requests and continue to iterate
through the skus
field on the
corresponding responses.
All the usual ListSkusResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSkusPager
ListSkusPager(
method: typing.Callable[
[...], google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSkusResponse
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSkusRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListSkusResponse,
*,
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_skus
requests.
This class thinly wraps an initial
ListSkusResponse object, and
provides an __iter__
method to iterate through its
skus
field.
If there are more pages, the __iter__
method will make additional
ListSkus
requests and continue to iterate
through the skus
field on the
corresponding responses.
All the usual ListSkusResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListZonesAsyncPager
ListZonesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListZonesResponse
],
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListZonesRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListZonesResponse,
*,
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_zones
requests.
This class thinly wraps an initial
ListZonesResponse object, and
provides an __aiter__
method to iterate through its
zones
field.
If there are more pages, the __aiter__
method will make additional
ListZones
requests and continue to iterate
through the zones
field on the
corresponding responses.
All the usual ListZonesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListZonesPager
ListZonesPager(
method: typing.Callable[
[...],
google.cloud.gdchardwaremanagement_v1alpha.types.service.ListZonesResponse,
],
request: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListZonesRequest,
response: google.cloud.gdchardwaremanagement_v1alpha.types.service.ListZonesResponse,
*,
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_zones
requests.
This class thinly wraps an initial
ListZonesResponse object, and
provides an __iter__
method to iterate through its
zones
field.
If there are more pages, the __iter__
method will make additional
ListZones
requests and continue to iterate
through the zones
field on the
corresponding responses.
All the usual ListZonesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.