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 |
---|---|
Parser<StartScanRunRequest> |
StartScanRunRequest.getParserForType() |
static MethodDescriptor<StartScanRunRequest,ScanRun> |
WebSecurityScannerGrpc.getStartScanRunMethod() |
static Parser<StartScanRunRequest> |
StartScanRunRequest.parser() |
UnaryCallable<StartScanRunRequest,ScanRun> |
WebSecurityScannerClient.startScanRunCallable()
Start a ScanRun according to the given ScanConfig.
|
UnaryCallSettings<StartScanRunRequest,ScanRun> |
WebSecurityScannerSettings.startScanRunSettings()
Returns the object with the settings used for calls to startScanRun.
|
UnaryCallSettings.Builder<StartScanRunRequest,ScanRun> |
WebSecurityScannerSettings.Builder.startScanRunSettings()
Returns the builder for the settings used for calls to startScanRun.
|
Modifier and Type | Method and Description |
---|---|
StartScanRunRequest.Builder |
StartScanRunRequest.Builder.mergeFrom(StartScanRunRequest other) |
static StartScanRunRequest.Builder |
StartScanRunRequest.newBuilder(StartScanRunRequest prototype) |
ScanRun |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub.startScanRun(StartScanRunRequest request)
Start a ScanRun according to the given ScanConfig.
|
com.google.common.util.concurrent.ListenableFuture<ScanRun> |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub.startScanRun(StartScanRunRequest request)
Start a ScanRun according to the given ScanConfig.
|
ScanRun |
WebSecurityScannerClient.startScanRun(StartScanRunRequest request)
Start a ScanRun according to the given ScanConfig.
|
void |
WebSecurityScannerGrpc.WebSecurityScannerImplBase.startScanRun(StartScanRunRequest request,
StreamObserver<ScanRun> responseObserver)
Start a ScanRun according to the given ScanConfig.
|
void |
WebSecurityScannerGrpc.WebSecurityScannerStub.startScanRun(StartScanRunRequest request,
StreamObserver<ScanRun> responseObserver)
Start a ScanRun according to the given ScanConfig.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<StartScanRunRequest,ScanRun> |
GrpcWebSecurityScannerStub.startScanRunCallable() |
UnaryCallable<StartScanRunRequest,ScanRun> |
WebSecurityScannerStub.startScanRunCallable() |
UnaryCallable<StartScanRunRequest,ScanRun> |
HttpJsonWebSecurityScannerStub.startScanRunCallable() |
UnaryCallSettings<StartScanRunRequest,ScanRun> |
WebSecurityScannerStubSettings.startScanRunSettings()
Returns the object with the settings used for calls to startScanRun.
|
UnaryCallSettings.Builder<StartScanRunRequest,ScanRun> |
WebSecurityScannerStubSettings.Builder.startScanRunSettings()
Returns the builder for the settings used for calls to startScanRun.
|
Copyright © 2022 Google LLC. All rights reserved.