Uses of Class
com.google.cloud.websecurityscanner.v1.StopScanRunRequest
-
Packages that use StopScanRunRequest Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1.stub -
-
Uses of StopScanRunRequest in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return StopScanRunRequest Modifier and Type Method Description StopScanRunRequest
StopScanRunRequest.Builder. build()
StopScanRunRequest
StopScanRunRequest.Builder. buildPartial()
static StopScanRunRequest
StopScanRunRequest. getDefaultInstance()
StopScanRunRequest
StopScanRunRequest.Builder. getDefaultInstanceForType()
StopScanRunRequest
StopScanRunRequest. getDefaultInstanceForType()
static StopScanRunRequest
StopScanRunRequest. parseDelimitedFrom(InputStream input)
static StopScanRunRequest
StopScanRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopScanRunRequest
StopScanRunRequest. parseFrom(byte[] data)
static StopScanRunRequest
StopScanRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopScanRunRequest
StopScanRunRequest. parseFrom(com.google.protobuf.ByteString data)
static StopScanRunRequest
StopScanRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopScanRunRequest
StopScanRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StopScanRunRequest
StopScanRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopScanRunRequest
StopScanRunRequest. parseFrom(InputStream input)
static StopScanRunRequest
StopScanRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopScanRunRequest
StopScanRunRequest. parseFrom(ByteBuffer data)
static StopScanRunRequest
StopScanRunRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.websecurityscanner.v1 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.v1 with parameters of type StopScanRunRequest Modifier and Type Method Description StopScanRunRequest.Builder
StopScanRunRequest.Builder. mergeFrom(StopScanRunRequest other)
static StopScanRunRequest.Builder
StopScanRunRequest. newBuilder(StopScanRunRequest prototype)
ScanRun
WebSecurityScannerClient. stopScanRun(StopScanRunRequest request)
Stops a ScanRun.default void
WebSecurityScannerGrpc.AsyncService. stopScanRun(StopScanRunRequest request, io.grpc.stub.StreamObserver<ScanRun> responseObserver)
Stops a ScanRun.ScanRun
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub. stopScanRun(StopScanRunRequest request)
Stops a ScanRun.com.google.common.util.concurrent.ListenableFuture<ScanRun>
WebSecurityScannerGrpc.WebSecurityScannerFutureStub. stopScanRun(StopScanRunRequest request)
Stops a ScanRun.void
WebSecurityScannerGrpc.WebSecurityScannerStub. stopScanRun(StopScanRunRequest request, io.grpc.stub.StreamObserver<ScanRun> responseObserver)
Stops a ScanRun. -
Uses of StopScanRunRequest in com.google.cloud.websecurityscanner.v1.stub
Methods in com.google.cloud.websecurityscanner.v1.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.
-