Class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage (3.96.0)

public static class ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage extends AbstractPage<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective,ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage>

Inheritance

java.lang.Object > AbstractPage > ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage

Methods

createPage(@Nullable PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, @Nullable ListServiceLevelObjectivesResponse response)

protected ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage createPage(@Nullable PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, @Nullable ListServiceLevelObjectivesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective>
response @org.jspecify.annotations.Nullable com.google.monitoring.v3.ListServiceLevelObjectivesResponse
Returns
Type Description
ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage
Overrides

createPageAsync(@Nullable PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)

public ApiFuture<ServiceMonitoringServiceClient.ListServiceLevelObjectivesPage> createPageAsync(@Nullable PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective> context, ApiFuture<ListServiceLevelObjectivesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse,ServiceLevelObjective>
futureResponse ApiFuture<ListServiceLevelObjectivesResponse>
Returns
Type Description
ApiFuture<ListServiceLevelObjectivesPage>
Overrides