Class GDCHardwareManagementClient.ListCommentsPage (0.50.0)

public static class GDCHardwareManagementClient.ListCommentsPage extends AbstractPage<ListCommentsRequest,ListCommentsResponse,Comment,GDCHardwareManagementClient.ListCommentsPage>

Inheritance

java.lang.Object > AbstractPage > GDCHardwareManagementClient.ListCommentsPage

Methods

createPage(@Nullable PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, @Nullable ListCommentsResponse response)

protected GDCHardwareManagementClient.ListCommentsPage createPage(@Nullable PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, @Nullable ListCommentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
response @org.jspecify.annotations.Nullable com.google.cloud.gdchardwaremanagement.v1alpha.ListCommentsResponse
Returns
Type Description
GDCHardwareManagementClient.ListCommentsPage
Overrides

createPageAsync(@Nullable PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)

public ApiFuture<GDCHardwareManagementClient.ListCommentsPage> createPageAsync(@Nullable PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
futureResponse ApiFuture<ListCommentsResponse>
Returns
Type Description
ApiFuture<ListCommentsPage>
Overrides