Class ApiHubClient.ListAttributesPage (0.48.0)

public static class ApiHubClient.ListAttributesPage extends AbstractPage<ListAttributesRequest,ListAttributesResponse,Attribute,ApiHubClient.ListAttributesPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubClient.ListAttributesPage

Methods

createPage(@Nullable PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, @Nullable ListAttributesResponse response)

protected ApiHubClient.ListAttributesPage createPage(@Nullable PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, @Nullable ListAttributesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAttributesRequest,ListAttributesResponse,Attribute>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListAttributesResponse
Returns
Type Description
ApiHubClient.ListAttributesPage
Overrides

createPageAsync(@Nullable PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ApiFuture<ListAttributesResponse> futureResponse)

public ApiFuture<ApiHubClient.ListAttributesPage> createPageAsync(@Nullable PageContext<ListAttributesRequest,ListAttributesResponse,Attribute> context, ApiFuture<ListAttributesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAttributesRequest,ListAttributesResponse,Attribute>
futureResponse ApiFuture<ListAttributesResponse>
Returns
Type Description
ApiFuture<ListAttributesPage>
Overrides