Class AuthorizedCertificatesClient.ListAuthorizedCertificatesPage (2.95.0)

public static class AuthorizedCertificatesClient.ListAuthorizedCertificatesPage extends AbstractPage<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate,AuthorizedCertificatesClient.ListAuthorizedCertificatesPage>

Inheritance

java.lang.Object > AbstractPage > AuthorizedCertificatesClient.ListAuthorizedCertificatesPage

Methods

createPage(@Nullable PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, @Nullable ListAuthorizedCertificatesResponse response)

protected AuthorizedCertificatesClient.ListAuthorizedCertificatesPage createPage(@Nullable PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, @Nullable ListAuthorizedCertificatesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate>
response @org.jspecify.annotations.Nullable com.google.appengine.v1.ListAuthorizedCertificatesResponse
Returns
Type Description
AuthorizedCertificatesClient.ListAuthorizedCertificatesPage
Overrides

createPageAsync(@Nullable PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, ApiFuture<ListAuthorizedCertificatesResponse> futureResponse)

public ApiFuture<AuthorizedCertificatesClient.ListAuthorizedCertificatesPage> createPageAsync(@Nullable PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, ApiFuture<ListAuthorizedCertificatesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate>
futureResponse ApiFuture<ListAuthorizedCertificatesResponse>
Returns
Type Description
ApiFuture<ListAuthorizedCertificatesPage>
Overrides