Class InsightsConfigServiceClient.ListDeploymentEventsPage (0.52.0)

public static class InsightsConfigServiceClient.ListDeploymentEventsPage extends AbstractPage<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent,InsightsConfigServiceClient.ListDeploymentEventsPage>

Inheritance

java.lang.Object > AbstractPage > InsightsConfigServiceClient.ListDeploymentEventsPage

Methods

createPage(@Nullable PageContext<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent> context, @Nullable ListDeploymentEventsResponse response)

protected InsightsConfigServiceClient.ListDeploymentEventsPage createPage(@Nullable PageContext<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent> context, @Nullable ListDeploymentEventsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent>
response @org.jspecify.annotations.Nullable com.google.cloud.developerconnect.v1.ListDeploymentEventsResponse
Returns
Type Description
InsightsConfigServiceClient.ListDeploymentEventsPage
Overrides

createPageAsync(@Nullable PageContext<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent> context, ApiFuture<ListDeploymentEventsResponse> futureResponse)

public ApiFuture<InsightsConfigServiceClient.ListDeploymentEventsPage> createPageAsync(@Nullable PageContext<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent> context, ApiFuture<ListDeploymentEventsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent>
futureResponse ApiFuture<ListDeploymentEventsResponse>
Returns
Type Description
ApiFuture<ListDeploymentEventsPage>
Overrides