Class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage (0.48.0)

public static class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage extends AbstractPage<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment,RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage>

Inheritance

java.lang.Object > AbstractPage > RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage

Methods

createPage(@Nullable PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, @Nullable ListRuntimeProjectAttachmentsResponse response)

protected RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage createPage(@Nullable PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, @Nullable ListRuntimeProjectAttachmentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment>
response @org.jspecify.annotations.Nullable com.google.cloud.apihub.v1.ListRuntimeProjectAttachmentsResponse
Returns
Type Description
RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage
Overrides

createPageAsync(@Nullable PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ApiFuture<ListRuntimeProjectAttachmentsResponse> futureResponse)

public ApiFuture<RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage> createPageAsync(@Nullable PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment> context, ApiFuture<ListRuntimeProjectAttachmentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment>
futureResponse ApiFuture<ListRuntimeProjectAttachmentsResponse>
Returns
Type Description
ApiFuture<ListRuntimeProjectAttachmentsPage>
Overrides