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