Class NetworkSecurityClient.ListBackendAuthenticationConfigsPage (0.98.0)

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

Inheritance

java.lang.Object > AbstractPage > NetworkSecurityClient.ListBackendAuthenticationConfigsPage

Methods

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

protected NetworkSecurityClient.ListBackendAuthenticationConfigsPage createPage(@Nullable PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig> context, @Nullable ListBackendAuthenticationConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListBackendAuthenticationConfigsResponse
Returns
Type Description
NetworkSecurityClient.ListBackendAuthenticationConfigsPage
Overrides

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

public ApiFuture<NetworkSecurityClient.ListBackendAuthenticationConfigsPage> createPageAsync(@Nullable PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig> context, ApiFuture<ListBackendAuthenticationConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackendAuthenticationConfigsRequest,ListBackendAuthenticationConfigsResponse,BackendAuthenticationConfig>
futureResponse ApiFuture<ListBackendAuthenticationConfigsResponse>
Returns
Type Description
ApiFuture<ListBackendAuthenticationConfigsPage>
Overrides