Class CertificateManagerClient.ListTrustConfigsPage (0.98.0)

public static class CertificateManagerClient.ListTrustConfigsPage extends AbstractPage<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig,CertificateManagerClient.ListTrustConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CertificateManagerClient.ListTrustConfigsPage

Methods

createPage(@Nullable PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, @Nullable ListTrustConfigsResponse response)

protected CertificateManagerClient.ListTrustConfigsPage createPage(@Nullable PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, @Nullable ListTrustConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.certificatemanager.v1.ListTrustConfigsResponse
Returns
Type Description
CertificateManagerClient.ListTrustConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, ApiFuture<ListTrustConfigsResponse> futureResponse)

public ApiFuture<CertificateManagerClient.ListTrustConfigsPage> createPageAsync(@Nullable PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig> context, ApiFuture<ListTrustConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTrustConfigsRequest,ListTrustConfigsResponse,TrustConfig>
futureResponse ApiFuture<ListTrustConfigsResponse>
Returns
Type Description
ApiFuture<ListTrustConfigsPage>
Overrides