Class ConfigClient.ListDeploymentGroupsPage (0.72.0)

public static class ConfigClient.ListDeploymentGroupsPage extends AbstractPage<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup,ConfigClient.ListDeploymentGroupsPage>

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListDeploymentGroupsPage

Methods

createPage(@Nullable PageContext<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup> context, @Nullable ListDeploymentGroupsResponse response)

protected ConfigClient.ListDeploymentGroupsPage createPage(@Nullable PageContext<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup> context, @Nullable ListDeploymentGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.config.v1.ListDeploymentGroupsResponse
Returns
Type Description
ConfigClient.ListDeploymentGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup> context, ApiFuture<ListDeploymentGroupsResponse> futureResponse)

public ApiFuture<ConfigClient.ListDeploymentGroupsPage> createPageAsync(@Nullable PageContext<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup> context, ApiFuture<ListDeploymentGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,DeploymentGroup>
futureResponse ApiFuture<ListDeploymentGroupsResponse>
Returns
Type Description
ApiFuture<ListDeploymentGroupsPage>
Overrides