Package com.google.cloud.pubsub.v1
Class SchemaServiceClient.ListSchemasPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListSchemasRequest,ListSchemasResponse,Schema,SchemaServiceClient.ListSchemasPage>
com.google.cloud.pubsub.v1.SchemaServiceClient.ListSchemasPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Schema>,com.google.api.gax.paging.Page<Schema>
- Enclosing class:
- SchemaServiceClient
public static class SchemaServiceClient.ListSchemasPage
extends com.google.api.gax.paging.AbstractPage<ListSchemasRequest,ListSchemasResponse,Schema,SchemaServiceClient.ListSchemasPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected SchemaServiceClient.ListSchemasPagecreatePage(com.google.api.gax.rpc.PageContext<ListSchemasRequest, ListSchemasResponse, Schema> context, ListSchemasResponse response) com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemasPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemasRequest, ListSchemasResponse, Schema> context, com.google.api.core.ApiFuture<ListSchemasResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected SchemaServiceClient.ListSchemasPage createPage(com.google.api.gax.rpc.PageContext<ListSchemasRequest, ListSchemasResponse, Schema> context, ListSchemasResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListSchemasRequest,ListSchemasResponse, Schema, SchemaServiceClient.ListSchemasPage>
-
createPageAsync
public com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemasPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemasRequest, ListSchemasResponse, Schema> context, com.google.api.core.ApiFuture<ListSchemasResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListSchemasRequest,ListSchemasResponse, Schema, SchemaServiceClient.ListSchemasPage>
-