Class CertificateAuthorityServiceClient.ListReusableConfigsPage (2.97.0)

public static class CertificateAuthorityServiceClient.ListReusableConfigsPage extends AbstractPage<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig,CertificateAuthorityServiceClient.ListReusableConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CertificateAuthorityServiceClient.ListReusableConfigsPage

Methods

createPage(@Nullable PageContext<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig> context, @Nullable ListReusableConfigsResponse response)

protected CertificateAuthorityServiceClient.ListReusableConfigsPage createPage(@Nullable PageContext<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig> context, @Nullable ListReusableConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.security.privateca.v1beta1.ListReusableConfigsResponse
Returns
Type Description
CertificateAuthorityServiceClient.ListReusableConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig> context, ApiFuture<ListReusableConfigsResponse> futureResponse)

public ApiFuture<CertificateAuthorityServiceClient.ListReusableConfigsPage> createPageAsync(@Nullable PageContext<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig> context, ApiFuture<ListReusableConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReusableConfigsRequest,ListReusableConfigsResponse,ReusableConfig>
futureResponse ApiFuture<ListReusableConfigsResponse>
Returns
Type Description
ApiFuture<ListReusableConfigsPage>
Overrides