Uses of Class
com.google.webrisk.v1.ComputeThreatListDiffRequest
-
Packages that use ComputeThreatListDiffRequest Package Description com.google.cloud.webrisk.v1 A client to Web Risk APIcom.google.cloud.webrisk.v1.stub com.google.webrisk.v1 -
-
Uses of ComputeThreatListDiffRequest in com.google.cloud.webrisk.v1
Methods in com.google.cloud.webrisk.v1 that return types with arguments of type ComputeThreatListDiffRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceClient. computeThreatListDiffCallable()Gets the most recent threat list diffs.com.google.api.gax.rpc.UnaryCallSettings.Builder<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceSettings.Builder. computeThreatListDiffSettings()Returns the builder for the settings used for calls to computeThreatListDiff.com.google.api.gax.rpc.UnaryCallSettings<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceSettings. computeThreatListDiffSettings()Returns the object with the settings used for calls to computeThreatListDiff.Methods in com.google.cloud.webrisk.v1 with parameters of type ComputeThreatListDiffRequest Modifier and Type Method Description ComputeThreatListDiffResponseWebRiskServiceClient. computeThreatListDiff(ComputeThreatListDiffRequest request)Gets the most recent threat list diffs. -
Uses of ComputeThreatListDiffRequest in com.google.cloud.webrisk.v1.stub
Methods in com.google.cloud.webrisk.v1.stub that return types with arguments of type ComputeThreatListDiffRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>GrpcWebRiskServiceStub. computeThreatListDiffCallable()com.google.api.gax.rpc.UnaryCallable<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>HttpJsonWebRiskServiceStub. computeThreatListDiffCallable()com.google.api.gax.rpc.UnaryCallable<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceStub. computeThreatListDiffCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceStubSettings.Builder. computeThreatListDiffSettings()Returns the builder for the settings used for calls to computeThreatListDiff.com.google.api.gax.rpc.UnaryCallSettings<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceStubSettings. computeThreatListDiffSettings()Returns the object with the settings used for calls to computeThreatListDiff. -
Uses of ComputeThreatListDiffRequest in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return ComputeThreatListDiffRequest Modifier and Type Method Description ComputeThreatListDiffRequestComputeThreatListDiffRequest.Builder. build()ComputeThreatListDiffRequestComputeThreatListDiffRequest.Builder. buildPartial()static ComputeThreatListDiffRequestComputeThreatListDiffRequest. getDefaultInstance()ComputeThreatListDiffRequestComputeThreatListDiffRequest.Builder. getDefaultInstanceForType()ComputeThreatListDiffRequestComputeThreatListDiffRequest. getDefaultInstanceForType()static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseDelimitedFrom(InputStream input)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(byte[] data)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(com.google.protobuf.ByteString data)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(InputStream input)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(ByteBuffer data)static ComputeThreatListDiffRequestComputeThreatListDiffRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.webrisk.v1 that return types with arguments of type ComputeThreatListDiffRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ComputeThreatListDiffRequest,ComputeThreatListDiffResponse>WebRiskServiceGrpc. getComputeThreatListDiffMethod()com.google.protobuf.Parser<ComputeThreatListDiffRequest>ComputeThreatListDiffRequest. getParserForType()static com.google.protobuf.Parser<ComputeThreatListDiffRequest>ComputeThreatListDiffRequest. parser()Methods in com.google.webrisk.v1 with parameters of type ComputeThreatListDiffRequest Modifier and Type Method Description default voidWebRiskServiceGrpc.AsyncService. computeThreatListDiff(ComputeThreatListDiffRequest request, io.grpc.stub.StreamObserver<ComputeThreatListDiffResponse> responseObserver)Gets the most recent threat list diffs.ComputeThreatListDiffResponseWebRiskServiceGrpc.WebRiskServiceBlockingStub. computeThreatListDiff(ComputeThreatListDiffRequest request)Gets the most recent threat list diffs.com.google.common.util.concurrent.ListenableFuture<ComputeThreatListDiffResponse>WebRiskServiceGrpc.WebRiskServiceFutureStub. computeThreatListDiff(ComputeThreatListDiffRequest request)Gets the most recent threat list diffs.voidWebRiskServiceGrpc.WebRiskServiceStub. computeThreatListDiff(ComputeThreatListDiffRequest request, io.grpc.stub.StreamObserver<ComputeThreatListDiffResponse> responseObserver)Gets the most recent threat list diffs.ComputeThreatListDiffRequest.BuilderComputeThreatListDiffRequest.Builder. mergeFrom(ComputeThreatListDiffRequest other)static ComputeThreatListDiffRequest.BuilderComputeThreatListDiffRequest. newBuilder(ComputeThreatListDiffRequest prototype)
-