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 GetScanRunRequestGetScanRunRequest.Builder. build()GetScanRunRequestGetScanRunRequest.Builder. buildPartial()static GetScanRunRequestGetScanRunRequest. getDefaultInstance()GetScanRunRequestGetScanRunRequest.Builder. getDefaultInstanceForType()GetScanRunRequestGetScanRunRequest. getDefaultInstanceForType()static GetScanRunRequestGetScanRunRequest. parseDelimitedFrom(InputStream input)static GetScanRunRequestGetScanRunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScanRunRequestGetScanRunRequest. parseFrom(byte[] data)static GetScanRunRequestGetScanRunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScanRunRequestGetScanRunRequest. parseFrom(com.google.protobuf.ByteString data)static GetScanRunRequestGetScanRunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScanRunRequestGetScanRunRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetScanRunRequestGetScanRunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScanRunRequestGetScanRunRequest. parseFrom(InputStream input)static GetScanRunRequestGetScanRunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScanRunRequestGetScanRunRequest. parseFrom(ByteBuffer data)static GetScanRunRequestGetScanRunRequest. 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 ScanRunWebSecurityScannerClient. getScanRun(GetScanRunRequest request)Gets a ScanRun.default voidWebSecurityScannerGrpc.AsyncService. getScanRun(GetScanRunRequest request, io.grpc.stub.StreamObserver<ScanRun> responseObserver)Gets a ScanRun.ScanRunWebSecurityScannerGrpc.WebSecurityScannerBlockingStub. getScanRun(GetScanRunRequest request)Gets a ScanRun.com.google.common.util.concurrent.ListenableFuture<ScanRun>WebSecurityScannerGrpc.WebSecurityScannerFutureStub. getScanRun(GetScanRunRequest request)Gets a ScanRun.voidWebSecurityScannerGrpc.WebSecurityScannerStub. getScanRun(GetScanRunRequest request, io.grpc.stub.StreamObserver<ScanRun> responseObserver)Gets a ScanRun.GetScanRunRequest.BuilderGetScanRunRequest.Builder. mergeFrom(GetScanRunRequest other)static GetScanRunRequest.BuilderGetScanRunRequest. 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.
-