@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/websecurityscanner/v1alpha/web_security_scanner.proto") public final class WebSecurityScannerGrpc extends Object
Cloud Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud Platform. It crawls your application, and attempts to exercise as many user inputs and event handlers as possible.
Modifier and Type | Class and Description |
---|---|
static class |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub
Cloud Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud Platform.
|
static class |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub
Cloud Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud Platform.
|
static class |
WebSecurityScannerGrpc.WebSecurityScannerImplBase
Cloud Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud Platform.
|
static class |
WebSecurityScannerGrpc.WebSecurityScannerStub
Cloud Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud Platform.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateScanConfigRequest,ScanConfig> getCreateScanConfigMethod()
public static MethodDescriptor<DeleteScanConfigRequest,Empty> getDeleteScanConfigMethod()
public static MethodDescriptor<GetScanConfigRequest,ScanConfig> getGetScanConfigMethod()
public static MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse> getListScanConfigsMethod()
public static MethodDescriptor<UpdateScanConfigRequest,ScanConfig> getUpdateScanConfigMethod()
public static MethodDescriptor<StartScanRunRequest,ScanRun> getStartScanRunMethod()
public static MethodDescriptor<GetScanRunRequest,ScanRun> getGetScanRunMethod()
public static MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse> getListScanRunsMethod()
public static MethodDescriptor<StopScanRunRequest,ScanRun> getStopScanRunMethod()
public static MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse> getListCrawledUrlsMethod()
public static MethodDescriptor<GetFindingRequest,Finding> getGetFindingMethod()
public static MethodDescriptor<ListFindingsRequest,ListFindingsResponse> getListFindingsMethod()
public static MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> getListFindingTypeStatsMethod()
public static WebSecurityScannerGrpc.WebSecurityScannerStub newStub(Channel channel)
public static WebSecurityScannerGrpc.WebSecurityScannerBlockingStub newBlockingStub(Channel channel)
public static WebSecurityScannerGrpc.WebSecurityScannerFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.