Class AppHubClient.ListServiceProjectAttachmentsPage (0.59.0)

public static class AppHubClient.ListServiceProjectAttachmentsPage extends AbstractPage<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment,AppHubClient.ListServiceProjectAttachmentsPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListServiceProjectAttachmentsPage

Methods

createPage(@Nullable PageContext<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment> context, @Nullable ListServiceProjectAttachmentsResponse response)

protected AppHubClient.ListServiceProjectAttachmentsPage createPage(@Nullable PageContext<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment> context, @Nullable ListServiceProjectAttachmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment>
response @org.jspecify.annotations.Nullable com.google.cloud.apphub.v1.ListServiceProjectAttachmentsResponse
Returns
Type Description
AppHubClient.ListServiceProjectAttachmentsPage
Overrides

createPageAsync(@Nullable PageContext<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment> context, ApiFuture<ListServiceProjectAttachmentsResponse> futureResponse)

public ApiFuture<AppHubClient.ListServiceProjectAttachmentsPage> createPageAsync(@Nullable PageContext<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment> context, ApiFuture<ListServiceProjectAttachmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment>
futureResponse ApiFuture<ListServiceProjectAttachmentsResponse>
Returns
Type Description
ApiFuture<ListServiceProjectAttachmentsPage>
Overrides