Class NetworkSecurityClient.ListBackendAuthenticationConfigsPage (0.94.0)

public static class NetworkSecurityClient.ListBackendAuthenticationConfigsPage extends AbstractPage<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig,NetworkSecurityClient.ListBackendAuthenticationConfigsPage>

Inheritance

java.lang.Object > AbstractPage > NetworkSecurityClient.ListBackendAuthenticationConfigsPage

Methods

createPage(PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig> context, ListBackendAuthenticationConfigsResponse response)

protected NetworkSecurityClient.ListBackendAuthenticationConfigsPage createPage(PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig> context, ListBackendAuthenticationConfigsResponse response)
Parameters
Name Description
context PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig>
response ListBackendAuthenticationConfigsResponse
Returns
Type Description
NetworkSecurityClient.ListBackendAuthenticationConfigsPage
Overrides

createPageAsync(PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig> context, ApiFuture<ListBackendAuthenticationConfigsResponse> futureResponse)

public ApiFuture<NetworkSecurityClient.ListBackendAuthenticationConfigsPage> createPageAsync(PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig> context, ApiFuture<ListBackendAuthenticationConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig>
futureResponse ApiFuture<ListBackendAuthenticationConfigsResponse>
Returns
Type Description
ApiFuture<ListBackendAuthenticationConfigsPage>
Overrides