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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SchemaServiceClient.ListSchemaRevisionsPage
createPage(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, iterateAll
-
-
-
-
Method Detail
-
createPage
protected SchemaServiceClient.ListSchemaRevisionsPage createPage(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema> context, ListSchemaRevisionsResponse response)
- Specified by:
createPage
in 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:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema,SchemaServiceClient.ListSchemaRevisionsPage>
-
-