Uses of Class
com.google.cloud.websecurityscanner.v1.StartScanRunRequest
-
Packages that use StartScanRunRequest Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1.stub -
-
Uses of StartScanRunRequest in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return StartScanRunRequest Modifier and Type Method Description StartScanRunRequestStartScanRunRequest.Builder. build()StartScanRunRequestStartScanRunRequest.Builder. buildPartial()static StartScanRunRequestStartScanRunRequest. getDefaultInstance()StartScanRunRequestStartScanRunRequest.Builder. getDefaultInstanceForType()StartScanRunRequestStartScanRunRequest. getDefaultInstanceForType()static StartScanRunRequestStartScanRunRequest. parseDelimitedFrom(InputStream input)static StartScanRunRequestStartScanRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartScanRunRequestStartScanRunRequest. parseFrom(byte[] data)static StartScanRunRequestStartScanRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartScanRunRequestStartScanRunRequest. parseFrom(com.google.protobuf.ByteString data)static StartScanRunRequestStartScanRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartScanRunRequestStartScanRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StartScanRunRequestStartScanRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartScanRunRequestStartScanRunRequest. parseFrom(InputStream input)static StartScanRunRequestStartScanRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartScanRunRequestStartScanRunRequest. parseFrom(ByteBuffer data)static StartScanRunRequestStartScanRunRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type StartScanRunRequest Modifier and Type Method Description com.google.protobuf.Parser<StartScanRunRequest>StartScanRunRequest. getParserForType()static io.grpc.MethodDescriptor<StartScanRunRequest,ScanRun>WebSecurityScannerGrpc. getStartScanRunMethod()static com.google.protobuf.Parser<StartScanRunRequest>StartScanRunRequest. parser()com.google.api.gax.rpc.UnaryCallable<StartScanRunRequest,ScanRun>WebSecurityScannerClient. startScanRunCallable()Start a ScanRun according to the given ScanConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartScanRunRequest,ScanRun>WebSecurityScannerSettings.Builder. startScanRunSettings()Returns the builder for the settings used for calls to startScanRun.com.google.api.gax.rpc.UnaryCallSettings<StartScanRunRequest,ScanRun>WebSecurityScannerSettings. startScanRunSettings()Returns the object with the settings used for calls to startScanRun.Methods in com.google.cloud.websecurityscanner.v1 with parameters of type StartScanRunRequest Modifier and Type Method Description StartScanRunRequest.BuilderStartScanRunRequest.Builder. mergeFrom(StartScanRunRequest other)static StartScanRunRequest.BuilderStartScanRunRequest. newBuilder(StartScanRunRequest prototype)ScanRunWebSecurityScannerClient. startScanRun(StartScanRunRequest request)Start a ScanRun according to the given ScanConfig.default voidWebSecurityScannerGrpc.AsyncService. startScanRun(StartScanRunRequest request, io.grpc.stub.StreamObserver<ScanRun> responseObserver)Start a ScanRun according to the given ScanConfig.ScanRunWebSecurityScannerGrpc.WebSecurityScannerBlockingStub. startScanRun(StartScanRunRequest request)Start a ScanRun according to the given ScanConfig.com.google.common.util.concurrent.ListenableFuture<ScanRun>WebSecurityScannerGrpc.WebSecurityScannerFutureStub. startScanRun(StartScanRunRequest request)Start a ScanRun according to the given ScanConfig.voidWebSecurityScannerGrpc.WebSecurityScannerStub. startScanRun(StartScanRunRequest request, io.grpc.stub.StreamObserver<ScanRun> responseObserver)Start a ScanRun according to the given ScanConfig. -
Uses of StartScanRunRequest in com.google.cloud.websecurityscanner.v1.stub
Methods in com.google.cloud.websecurityscanner.v1.stub that return types with arguments of type StartScanRunRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartScanRunRequest,ScanRun>GrpcWebSecurityScannerStub. startScanRunCallable()com.google.api.gax.rpc.UnaryCallable<StartScanRunRequest,ScanRun>HttpJsonWebSecurityScannerStub. startScanRunCallable()com.google.api.gax.rpc.UnaryCallable<StartScanRunRequest,ScanRun>WebSecurityScannerStub. startScanRunCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<StartScanRunRequest,ScanRun>WebSecurityScannerStubSettings.Builder. startScanRunSettings()Returns the builder for the settings used for calls to startScanRun.com.google.api.gax.rpc.UnaryCallSettings<StartScanRunRequest,ScanRun>WebSecurityScannerStubSettings. startScanRunSettings()Returns the object with the settings used for calls to startScanRun.
-