Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.websecurityscanner.v1alpha.stub |
Modifier and Type | Method and Description |
---|---|
ListScanRunsResponse |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub.listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun
stop time.
|
com.google.common.util.concurrent.ListenableFuture<ListScanRunsResponse> |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub.listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun
stop time.
|
WebSecurityScannerClient.ListScanRunsPagedResponse |
WebSecurityScannerClient.listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.
|
void |
WebSecurityScannerGrpc.WebSecurityScannerImplBase.listScanRuns(ListScanRunsRequest request,
StreamObserver<ListScanRunsResponse> responseObserver)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun
stop time.
|
void |
WebSecurityScannerGrpc.WebSecurityScannerStub.listScanRuns(ListScanRunsRequest request,
StreamObserver<ListScanRunsResponse> responseObserver)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun
stop time.
|
ListScanRunsRequest.Builder |
ListScanRunsRequest.Builder.mergeFrom(ListScanRunsRequest other) |
static ListScanRunsRequest.Builder |
ListScanRunsRequest.newBuilder(ListScanRunsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPagedResponse> |
WebSecurityScannerClient.ListScanRunsPagedResponse.createAsync(PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context,
com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse) |
protected WebSecurityScannerClient.ListScanRunsPage |
WebSecurityScannerClient.ListScanRunsPage.createPage(PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context,
ListScanRunsResponse response) |
com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPage> |
WebSecurityScannerClient.ListScanRunsPage.createPageAsync(PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context,
com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.