public static class SchemaServiceClient.ListSchemasPage extends AbstractPage<ListSchemasRequest,ListSchemasResponse,Schema,SchemaServiceClient.ListSchemasPage>
Methods
createPage(PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ListSchemasResponse response)
protected SchemaServiceClient.ListSchemasPage createPage(PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ListSchemasResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListSchemasRequest,ListSchemasResponse,Schema> |
response | ListSchemasResponse |
Returns | |
---|---|
Type | Description |
SchemaServiceClient.ListSchemasPage |
createPageAsync(PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ApiFuture<ListSchemasResponse> futureResponse)
public ApiFuture<SchemaServiceClient.ListSchemasPage> createPageAsync(PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ApiFuture<ListSchemasResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListSchemasRequest,ListSchemasResponse,Schema> |
futureResponse | ApiFuture<ListSchemasResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListSchemasPage> |