Class WebSecurityScannerGrpc.WebSecurityScannerImplBase

  • All Implemented Interfaces:
    WebSecurityScannerGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    WebSecurityScannerGrpc

    public abstract static class WebSecurityScannerGrpc.WebSecurityScannerImplBase
    extends Object
    implements io.grpc.BindableService, WebSecurityScannerGrpc.AsyncService
    Base class for the server implementation of the service WebSecurityScanner.
     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.
     
    • Constructor Detail

      • WebSecurityScannerImplBase

        public WebSecurityScannerImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService