Class BareMetalSolutionClient.ListSSHKeysPage (0.95.0)

public static class BareMetalSolutionClient.ListSSHKeysPage extends AbstractPage<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey,BareMetalSolutionClient.ListSSHKeysPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListSSHKeysPage

Methods

createPage(@Nullable PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, @Nullable ListSSHKeysResponse response)

protected BareMetalSolutionClient.ListSSHKeysPage createPage(@Nullable PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, @Nullable ListSSHKeysResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey>
response @org.jspecify.annotations.Nullable com.google.cloud.baremetalsolution.v2.ListSSHKeysResponse
Returns
Type Description
BareMetalSolutionClient.ListSSHKeysPage
Overrides

createPageAsync(@Nullable PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, ApiFuture<ListSSHKeysResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListSSHKeysPage> createPageAsync(@Nullable PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, ApiFuture<ListSSHKeysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey>
futureResponse ApiFuture<ListSSHKeysResponse>
Returns
Type Description
ApiFuture<ListSSHKeysPage>
Overrides