Class ConfigClient.ListLinksPage (3.36.0)

public static class ConfigClient.ListLinksPage extends AbstractPage<ListLinksRequest,ListLinksResponse,Link,ConfigClient.ListLinksPage>

Inheritance

java.lang.Object > AbstractPage > ConfigClient.ListLinksPage

Methods

protected ConfigClient.ListLinksPage createPage(@Nullable PageContext<ListLinksRequest,ListLinksResponse,Link> context, @Nullable ListLinksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link>
response @org.jspecify.annotations.Nullable com.google.logging.v2.ListLinksResponse
Returns
Type Description
ConfigClient.ListLinksPage
Overrides
public ApiFuture<ConfigClient.ListLinksPage> createPageAsync(@Nullable PageContext<ListLinksRequest,ListLinksResponse,Link> context, ApiFuture<ListLinksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link>
futureResponse ApiFuture<ListLinksResponse>
Returns
Type Description
ApiFuture<ListLinksPage>
Overrides