public static class AMLClient.ListEngineConfigsPage extends AbstractPage<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig,AMLClient.ListEngineConfigsPage>Methods
createPage(@Nullable PageContext<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig> context, @Nullable ListEngineConfigsResponse response)
protected AMLClient.ListEngineConfigsPage createPage(@Nullable PageContext<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig> context, @Nullable ListEngineConfigsResponse response)| Parameters | |
|---|---|
| Name | Description |
context |
@org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig> |
response |
@org.jspecify.annotations.Nullable com.google.cloud.financialservices.v1.ListEngineConfigsResponse |
| Returns | |
|---|---|
| Type | Description |
AMLClient.ListEngineConfigsPage |
|
createPageAsync(@Nullable PageContext<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig> context, ApiFuture<ListEngineConfigsResponse> futureResponse)
public ApiFuture<AMLClient.ListEngineConfigsPage> createPageAsync(@Nullable PageContext<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig> context, ApiFuture<ListEngineConfigsResponse> futureResponse)| Parameters | |
|---|---|
| Name | Description |
context |
@org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEngineConfigsRequest,ListEngineConfigsResponse,EngineConfig> |
futureResponse |
ApiFuture<ListEngineConfigsResponse> |
| Returns | |
|---|---|
| Type | Description |
ApiFuture<ListEngineConfigsPage> |
|