You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pager, which is returned from operations like ListQueues(), should also support serialization. To support this a Pager should also export two fields ('CurrentPageToken' and 'NextPageToken'). These can be retrieved from the pager and stored by the user, and then passed into a function on the AdminClient so a pager can be recreated (this is the serialization/deserialization aspect).
A pager, which is returned from operations like ListQueues(), should also support serialization. To support this a Pager should also export two fields ('CurrentPageToken' and 'NextPageToken'). These can be retrieved from the pager and stored by the user, and then passed into a function on the AdminClient so a pager can be recreated (this is the serialization/deserialization aspect).
References:
The text was updated successfully, but these errors were encountered: