Package com.google.cloud.pubsub.v1
Class SchemaServiceClient.ListSchemaRevisionsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema,SchemaServiceClient.ListSchemaRevisionsPage>
com.google.cloud.pubsub.v1.SchemaServiceClient.ListSchemaRevisionsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Schema>,com.google.api.gax.paging.Page<Schema>
- Enclosing class:
- SchemaServiceClient
public static class SchemaServiceClient.ListSchemaRevisionsPage
extends com.google.api.gax.paging.AbstractPage<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema,SchemaServiceClient.ListSchemaRevisionsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest, ListSchemaRevisionsResponse, Schema> context, ListSchemaRevisionsResponse response) com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemaRevisionsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest, ListSchemaRevisionsResponse, Schema> context, com.google.api.core.ApiFuture<ListSchemaRevisionsResponse> 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.ListSchemaRevisionsPage createPage(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest, ListSchemaRevisionsResponse, Schema> context, ListSchemaRevisionsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse, Schema, SchemaServiceClient.ListSchemaRevisionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemaRevisionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest, ListSchemaRevisionsResponse, Schema> context, com.google.api.core.ApiFuture<ListSchemaRevisionsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse, Schema, SchemaServiceClient.ListSchemaRevisionsPage>
-