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