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