Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.websecurityscanner.v1beta.stub |
Modifier and Type | Method and Description |
---|---|
ListScanRunsResponse |
ListScanRunsResponse.Builder.build() |
ListScanRunsResponse |
ListScanRunsResponse.Builder.buildPartial() |
static ListScanRunsResponse |
ListScanRunsResponse.getDefaultInstance() |
ListScanRunsResponse |
ListScanRunsResponse.getDefaultInstanceForType() |
ListScanRunsResponse |
ListScanRunsResponse.Builder.getDefaultInstanceForType() |
ListScanRunsResponse |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub.listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun
stop time.
|
static ListScanRunsResponse |
ListScanRunsResponse.parseDelimitedFrom(InputStream input) |
static ListScanRunsResponse |
ListScanRunsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(byte[] data) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(ByteBuffer data) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(ByteString data) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(CodedInputStream input) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(InputStream input) |
static ListScanRunsResponse |
ListScanRunsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse> |
WebSecurityScannerGrpc.getListScanRunsMethod() |
Parser<ListScanRunsResponse> |
ListScanRunsResponse.getParserForType() |
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.
|
UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> |
WebSecurityScannerClient.listScanRunsCallable()
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.
|
PagedCallSettings<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse> |
WebSecurityScannerSettings.listScanRunsSettings()
Returns the object with the settings used for calls to listScanRuns.
|
PagedCallSettings.Builder<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse> |
WebSecurityScannerSettings.Builder.listScanRunsSettings()
Returns the builder for the settings used for calls to listScanRuns.
|
static Parser<ListScanRunsResponse> |
ListScanRunsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected WebSecurityScannerClient.ListScanRunsPage |
WebSecurityScannerClient.ListScanRunsPage.createPage(PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context,
ListScanRunsResponse response) |
ListScanRunsResponse.Builder |
ListScanRunsResponse.Builder.mergeFrom(ListScanRunsResponse other) |
static ListScanRunsResponse.Builder |
ListScanRunsResponse.newBuilder(ListScanRunsResponse 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) |
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) |
com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPage> |
WebSecurityScannerClient.ListScanRunsPage.createPageAsync(PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context,
com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse) |
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.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> |
GrpcWebSecurityScannerStub.listScanRunsCallable() |
UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> |
WebSecurityScannerStub.listScanRunsCallable() |
UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> |
HttpJsonWebSecurityScannerStub.listScanRunsCallable() |
PagedCallSettings<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse> |
WebSecurityScannerStubSettings.listScanRunsSettings()
Returns the object with the settings used for calls to listScanRuns.
|
PagedCallSettings.Builder<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse> |
WebSecurityScannerStubSettings.Builder.listScanRunsSettings()
Returns the builder for the settings used for calls to listScanRuns.
|
Copyright © 2022 Google LLC. All rights reserved.