Class ConfigClient.ListDeploymentsPage (0.72.0)

public static class ConfigClient.ListDeploymentsPage extends AbstractPage<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,ConfigClient.ListDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListDeploymentsPage

Methods

createPage(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, @Nullable ListDeploymentsResponse response)

protected ConfigClient.ListDeploymentsPage createPage(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, @Nullable ListDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
response @org.jspecify.annotations.Nullable com.google.cloud.config.v1.ListDeploymentsResponse
Returns
Type Description
ConfigClient.ListDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)

public ApiFuture<ConfigClient.ListDeploymentsPage> createPageAsync(@Nullable PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentsResponse>
Returns
Type Description
ApiFuture<ListDeploymentsPage>
Overrides