Class ArtifactRegistryClient.ListFilesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListFilesRequest,ListFilesResponse,File,ArtifactRegistryClient.ListFilesPage>
-
- com.google.devtools.artifactregistry.v1beta2.ArtifactRegistryClient.ListFilesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<File>,com.google.api.gax.paging.Page<File>
- Enclosing class:
- ArtifactRegistryClient
public static class ArtifactRegistryClient.ListFilesPage extends com.google.api.gax.paging.AbstractPage<ListFilesRequest,ListFilesResponse,File,ArtifactRegistryClient.ListFilesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ArtifactRegistryClient.ListFilesPagecreatePage(com.google.api.gax.rpc.PageContext<ListFilesRequest,ListFilesResponse,File> context, ListFilesResponse response)com.google.api.core.ApiFuture<ArtifactRegistryClient.ListFilesPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListFilesRequest,ListFilesResponse,File> context, com.google.api.core.ApiFuture<ListFilesResponse> 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 ArtifactRegistryClient.ListFilesPage createPage(com.google.api.gax.rpc.PageContext<ListFilesRequest,ListFilesResponse,File> context, ListFilesResponse response)
- Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListFilesRequest,ListFilesResponse,File,ArtifactRegistryClient.ListFilesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ArtifactRegistryClient.ListFilesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListFilesRequest,ListFilesResponse,File> context, com.google.api.core.ApiFuture<ListFilesResponse> futureResponse)
- Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListFilesRequest,ListFilesResponse,File,ArtifactRegistryClient.ListFilesPage>
-
-