Class WebSecurityScannerGrpc
- java.lang.Object
-
- com.google.cloud.websecurityscanner.v1alpha.WebSecurityScannerGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
WebSecurityScannerGrpc.AsyncService
Cloud Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud Platform.static class
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub
A stub to allow clients to do synchronous rpc calls to service WebSecurityScanner.static class
WebSecurityScannerGrpc.WebSecurityScannerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service WebSecurityScanner.static class
WebSecurityScannerGrpc.WebSecurityScannerImplBase
Base class for the server implementation of the service WebSecurityScanner.static class
WebSecurityScannerGrpc.WebSecurityScannerStub
A stub to allow clients to do asynchronous rpc calls to service WebSecurityScanner.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(WebSecurityScannerGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateScanConfigRequest,ScanConfig>
getCreateScanConfigMethod()
static io.grpc.MethodDescriptor<DeleteScanConfigRequest,com.google.protobuf.Empty>
getDeleteScanConfigMethod()
static io.grpc.MethodDescriptor<GetFindingRequest,Finding>
getGetFindingMethod()
static io.grpc.MethodDescriptor<GetScanConfigRequest,ScanConfig>
getGetScanConfigMethod()
static io.grpc.MethodDescriptor<GetScanRunRequest,ScanRun>
getGetScanRunMethod()
static io.grpc.MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse>
getListCrawledUrlsMethod()
static io.grpc.MethodDescriptor<ListFindingsRequest,ListFindingsResponse>
getListFindingsMethod()
static io.grpc.MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse>
getListFindingTypeStatsMethod()
static io.grpc.MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse>
getListScanConfigsMethod()
static io.grpc.MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse>
getListScanRunsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<StartScanRunRequest,ScanRun>
getStartScanRunMethod()
static io.grpc.MethodDescriptor<StopScanRunRequest,ScanRun>
getStopScanRunMethod()
static io.grpc.MethodDescriptor<UpdateScanConfigRequest,ScanConfig>
getUpdateScanConfigMethod()
static WebSecurityScannerGrpc.WebSecurityScannerBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic WebSecurityScannerGrpc.WebSecurityScannerFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic WebSecurityScannerGrpc.WebSecurityScannerStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateScanConfigMethod
public static io.grpc.MethodDescriptor<CreateScanConfigRequest,ScanConfig> getCreateScanConfigMethod()
-
getDeleteScanConfigMethod
public static io.grpc.MethodDescriptor<DeleteScanConfigRequest,com.google.protobuf.Empty> getDeleteScanConfigMethod()
-
getGetScanConfigMethod
public static io.grpc.MethodDescriptor<GetScanConfigRequest,ScanConfig> getGetScanConfigMethod()
-
getListScanConfigsMethod
public static io.grpc.MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse> getListScanConfigsMethod()
-
getUpdateScanConfigMethod
public static io.grpc.MethodDescriptor<UpdateScanConfigRequest,ScanConfig> getUpdateScanConfigMethod()
-
getStartScanRunMethod
public static io.grpc.MethodDescriptor<StartScanRunRequest,ScanRun> getStartScanRunMethod()
-
getGetScanRunMethod
public static io.grpc.MethodDescriptor<GetScanRunRequest,ScanRun> getGetScanRunMethod()
-
getListScanRunsMethod
public static io.grpc.MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse> getListScanRunsMethod()
-
getStopScanRunMethod
public static io.grpc.MethodDescriptor<StopScanRunRequest,ScanRun> getStopScanRunMethod()
-
getListCrawledUrlsMethod
public static io.grpc.MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse> getListCrawledUrlsMethod()
-
getGetFindingMethod
public static io.grpc.MethodDescriptor<GetFindingRequest,Finding> getGetFindingMethod()
-
getListFindingsMethod
public static io.grpc.MethodDescriptor<ListFindingsRequest,ListFindingsResponse> getListFindingsMethod()
-
getListFindingTypeStatsMethod
public static io.grpc.MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> getListFindingTypeStatsMethod()
-
newStub
public static WebSecurityScannerGrpc.WebSecurityScannerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static WebSecurityScannerGrpc.WebSecurityScannerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static WebSecurityScannerGrpc.WebSecurityScannerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(WebSecurityScannerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-