Class ConfigClient.ListDeploymentGroupRevisionsPage (0.72.0)

public static class ConfigClient.ListDeploymentGroupRevisionsPage extends AbstractPage<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision,ConfigClient.ListDeploymentGroupRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListDeploymentGroupRevisionsPage

Methods

createPage(@Nullable PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, @Nullable ListDeploymentGroupRevisionsResponse response)

protected ConfigClient.ListDeploymentGroupRevisionsPage createPage(@Nullable PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, @Nullable ListDeploymentGroupRevisionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision>
response @org.jspecify.annotations.Nullable com.google.cloud.config.v1.ListDeploymentGroupRevisionsResponse
Returns
Type Description
ConfigClient.ListDeploymentGroupRevisionsPage
Overrides

createPageAsync(@Nullable PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, ApiFuture<ListDeploymentGroupRevisionsResponse> futureResponse)

public ApiFuture<ConfigClient.ListDeploymentGroupRevisionsPage> createPageAsync(@Nullable PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision> context, ApiFuture<ListDeploymentGroupRevisionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,DeploymentGroupRevision>
futureResponse ApiFuture<ListDeploymentGroupRevisionsResponse>
Returns
Type Description
ApiFuture<ListDeploymentGroupRevisionsPage>
Overrides