Package com.google.cloud.deploy.v1
Class CloudDeployClient.ListTargetsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListTargetsRequest,ListTargetsResponse,Target,CloudDeployClient.ListTargetsPage>
-
- com.google.cloud.deploy.v1.CloudDeployClient.ListTargetsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Target>
,com.google.api.gax.paging.Page<Target>
- Enclosing class:
- CloudDeployClient
public static class CloudDeployClient.ListTargetsPage extends com.google.api.gax.paging.AbstractPage<ListTargetsRequest,ListTargetsResponse,Target,CloudDeployClient.ListTargetsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudDeployClient.ListTargetsPage
createPage(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, ListTargetsResponse response)
com.google.api.core.ApiFuture<CloudDeployClient.ListTargetsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, com.google.api.core.ApiFuture<ListTargetsResponse> 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 CloudDeployClient.ListTargetsPage createPage(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, ListTargetsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListTargetsRequest,ListTargetsResponse,Target,CloudDeployClient.ListTargetsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CloudDeployClient.ListTargetsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetsRequest,ListTargetsResponse,Target> context, com.google.api.core.ApiFuture<ListTargetsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListTargetsRequest,ListTargetsResponse,Target,CloudDeployClient.ListTargetsPage>
-
-