Class DepServiceClient.ListLbEdgeExtensionsPage (0.51.0)

public static class DepServiceClient.ListLbEdgeExtensionsPage extends AbstractPage<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension,DepServiceClient.ListLbEdgeExtensionsPage>

Inheritance

java.lang.Object > AbstractPage > DepServiceClient.ListLbEdgeExtensionsPage

Methods

createPage(@Nullable PageContext<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension> context, @Nullable ListLbEdgeExtensionsResponse response)

protected DepServiceClient.ListLbEdgeExtensionsPage createPage(@Nullable PageContext<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension> context, @Nullable ListLbEdgeExtensionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListLbEdgeExtensionsResponse
Returns
Type Description
DepServiceClient.ListLbEdgeExtensionsPage
Overrides

createPageAsync(@Nullable PageContext<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension> context, ApiFuture<ListLbEdgeExtensionsResponse> futureResponse)

public ApiFuture<DepServiceClient.ListLbEdgeExtensionsPage> createPageAsync(@Nullable PageContext<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension> context, ApiFuture<ListLbEdgeExtensionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLbEdgeExtensionsRequest,ListLbEdgeExtensionsResponse,LbEdgeExtension>
futureResponse ApiFuture<ListLbEdgeExtensionsResponse>
Returns
Type Description
ApiFuture<ListLbEdgeExtensionsPage>
Overrides