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