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 |
---|---|
ScanRun |
ScanRun.Builder.build() |
ScanRun |
ScanRun.Builder.buildPartial() |
static ScanRun |
ScanRun.getDefaultInstance() |
ScanRun |
ScanRun.getDefaultInstanceForType() |
ScanRun |
ScanRun.Builder.getDefaultInstanceForType() |
ScanRun |
ScanConfigOrBuilder.getLatestRun()
Latest ScanRun if available.
|
ScanRun |
ScanConfig.getLatestRun()
Latest ScanRun if available.
|
ScanRun |
ScanConfig.Builder.getLatestRun()
Latest ScanRun if available.
|
ScanRun |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub.getScanRun(GetScanRunRequest request)
Gets a ScanRun.
|
ScanRun |
WebSecurityScannerClient.getScanRun(GetScanRunRequest request)
Gets a ScanRun.
|
ScanRun |
WebSecurityScannerClient.getScanRun(ScanRunName name)
Gets a ScanRun.
|
ScanRun |
WebSecurityScannerClient.getScanRun(String name)
Gets a ScanRun.
|
ScanRun |
ListScanRunsResponse.getScanRuns(int index)
The list of ScanRuns returned.
|
ScanRun |
ListScanRunsResponse.Builder.getScanRuns(int index)
The list of ScanRuns returned.
|
ScanRun |
ListScanRunsResponseOrBuilder.getScanRuns(int index)
The list of ScanRuns returned.
|
static ScanRun |
ScanRun.parseDelimitedFrom(InputStream input) |
static ScanRun |
ScanRun.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ScanRun |
ScanRun.parseFrom(byte[] data) |
static ScanRun |
ScanRun.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ScanRun |
ScanRun.parseFrom(ByteBuffer data) |
static ScanRun |
ScanRun.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ScanRun |
ScanRun.parseFrom(ByteString data) |
static ScanRun |
ScanRun.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ScanRun |
ScanRun.parseFrom(CodedInputStream input) |
static ScanRun |
ScanRun.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ScanRun |
ScanRun.parseFrom(InputStream input) |
static ScanRun |
ScanRun.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
ScanRun |
WebSecurityScannerClient.startScanRun(ScanConfigName name)
Start a ScanRun according to the given ScanConfig.
|
ScanRun |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub.startScanRun(StartScanRunRequest request)
Start a ScanRun according to the given ScanConfig.
|
ScanRun |
WebSecurityScannerClient.startScanRun(StartScanRunRequest request)
Start a ScanRun according to the given ScanConfig.
|
ScanRun |
WebSecurityScannerClient.startScanRun(String name)
Start a ScanRun according to the given ScanConfig.
|
ScanRun |
WebSecurityScannerClient.stopScanRun(ScanRunName name)
Stops a ScanRun.
|
ScanRun |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub.stopScanRun(StopScanRunRequest request)
Stops a ScanRun.
|
ScanRun |
WebSecurityScannerClient.stopScanRun(StopScanRunRequest request)
Stops a ScanRun.
|
ScanRun |
WebSecurityScannerClient.stopScanRun(String name)
Stops a ScanRun.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetScanRunRequest,ScanRun> |
WebSecurityScannerGrpc.getGetScanRunMethod() |
Parser<ScanRun> |
ScanRun.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ScanRun> |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub.getScanRun(GetScanRunRequest request)
Gets a ScanRun.
|
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.
|
List<ScanRun> |
ListScanRunsResponse.getScanRunsList()
The list of ScanRuns returned.
|
List<ScanRun> |
ListScanRunsResponse.Builder.getScanRunsList()
The list of ScanRuns returned.
|
List<ScanRun> |
ListScanRunsResponseOrBuilder.getScanRunsList()
The list of ScanRuns returned.
|
static MethodDescriptor<StartScanRunRequest,ScanRun> |
WebSecurityScannerGrpc.getStartScanRunMethod() |
static MethodDescriptor<StopScanRunRequest,ScanRun> |
WebSecurityScannerGrpc.getStopScanRunMethod() |
static Parser<ScanRun> |
ScanRun.parser() |
com.google.common.util.concurrent.ListenableFuture<ScanRun> |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub.startScanRun(StartScanRunRequest request)
Start a ScanRun according to the given ScanConfig.
|
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.
|
com.google.common.util.concurrent.ListenableFuture<ScanRun> |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub.stopScanRun(StopScanRunRequest request)
Stops a ScanRun.
|
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 |
---|---|
ListScanRunsResponse.Builder |
ListScanRunsResponse.Builder.addScanRuns(int index,
ScanRun value)
The list of ScanRuns returned.
|
ListScanRunsResponse.Builder |
ListScanRunsResponse.Builder.addScanRuns(ScanRun value)
The list of ScanRuns returned.
|
ScanRun.Builder |
ScanRun.Builder.mergeFrom(ScanRun other) |
ScanConfig.Builder |
ScanConfig.Builder.mergeLatestRun(ScanRun value)
Latest ScanRun if available.
|
static ScanRun.Builder |
ScanRun.newBuilder(ScanRun prototype) |
ScanConfig.Builder |
ScanConfig.Builder.setLatestRun(ScanRun value)
Latest ScanRun if available.
|
ListScanRunsResponse.Builder |
ListScanRunsResponse.Builder.setScanRuns(int index,
ScanRun value)
The list of ScanRuns returned.
|
Modifier and Type | Method and Description |
---|---|
ListScanRunsResponse.Builder |
ListScanRunsResponse.Builder.addAllScanRuns(Iterable<? extends ScanRun> values)
The list of ScanRuns returned.
|
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) |
void |
WebSecurityScannerGrpc.WebSecurityScannerImplBase.getScanRun(GetScanRunRequest request,
StreamObserver<ScanRun> responseObserver)
Gets a ScanRun.
|
void |
WebSecurityScannerGrpc.WebSecurityScannerStub.getScanRun(GetScanRunRequest request,
StreamObserver<ScanRun> responseObserver)
Gets a ScanRun.
|
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.
|
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<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.
|
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.
|
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.