public static class ChatServiceClient.ListSpacesPage extends AbstractPage<ListSpacesRequest,ListSpacesResponse,Space,ChatServiceClient.ListSpacesPage>
Methods
createPage(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ListSpacesResponse response)
protected ChatServiceClient.ListSpacesPage createPage(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ListSpacesResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListSpacesRequest,ListSpacesResponse,Space> |
response | ListSpacesResponse |
Returns | |
---|---|
Type | Description |
ChatServiceClient.ListSpacesPage |
createPageAsync(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ApiFuture<ListSpacesResponse> futureResponse)
public ApiFuture<ChatServiceClient.ListSpacesPage> createPageAsync(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ApiFuture<ListSpacesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListSpacesRequest,ListSpacesResponse,Space> |
futureResponse | ApiFuture<ListSpacesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListSpacesPage> |