Uses of Class
com.google.webrisk.v1.SearchUrisResponse
-
Packages that use SearchUrisResponse Package Description com.google.cloud.webrisk.v1 A client to Web Risk APIcom.google.cloud.webrisk.v1.stub com.google.webrisk.v1 -
-
Uses of SearchUrisResponse in com.google.cloud.webrisk.v1
Methods in com.google.cloud.webrisk.v1 that return SearchUrisResponse Modifier and Type Method Description SearchUrisResponseWebRiskServiceClient. searchUris(SearchUrisRequest request)This method is used to check whether a URI is on a given threatList.SearchUrisResponseWebRiskServiceClient. searchUris(String uri, List<ThreatType> threatTypes)This method is used to check whether a URI is on a given threatList.Methods in com.google.cloud.webrisk.v1 that return types with arguments of type SearchUrisResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>WebRiskServiceClient. searchUrisCallable()This method is used to check whether a URI is on a given threatList.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchUrisRequest,SearchUrisResponse>WebRiskServiceSettings.Builder. searchUrisSettings()Returns the builder for the settings used for calls to searchUris.com.google.api.gax.rpc.UnaryCallSettings<SearchUrisRequest,SearchUrisResponse>WebRiskServiceSettings. searchUrisSettings()Returns the object with the settings used for calls to searchUris. -
Uses of SearchUrisResponse in com.google.cloud.webrisk.v1.stub
Methods in com.google.cloud.webrisk.v1.stub that return types with arguments of type SearchUrisResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>GrpcWebRiskServiceStub. searchUrisCallable()com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>HttpJsonWebRiskServiceStub. searchUrisCallable()com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>WebRiskServiceStub. searchUrisCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchUrisRequest,SearchUrisResponse>WebRiskServiceStubSettings.Builder. searchUrisSettings()Returns the builder for the settings used for calls to searchUris.com.google.api.gax.rpc.UnaryCallSettings<SearchUrisRequest,SearchUrisResponse>WebRiskServiceStubSettings. searchUrisSettings()Returns the object with the settings used for calls to searchUris. -
Uses of SearchUrisResponse in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return SearchUrisResponse Modifier and Type Method Description SearchUrisResponseSearchUrisResponse.Builder. build()SearchUrisResponseSearchUrisResponse.Builder. buildPartial()static SearchUrisResponseSearchUrisResponse. getDefaultInstance()SearchUrisResponseSearchUrisResponse.Builder. getDefaultInstanceForType()SearchUrisResponseSearchUrisResponse. getDefaultInstanceForType()static SearchUrisResponseSearchUrisResponse. parseDelimitedFrom(InputStream input)static SearchUrisResponseSearchUrisResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchUrisResponseSearchUrisResponse. parseFrom(byte[] data)static SearchUrisResponseSearchUrisResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchUrisResponseSearchUrisResponse. parseFrom(com.google.protobuf.ByteString data)static SearchUrisResponseSearchUrisResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchUrisResponseSearchUrisResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SearchUrisResponseSearchUrisResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchUrisResponseSearchUrisResponse. parseFrom(InputStream input)static SearchUrisResponseSearchUrisResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchUrisResponseSearchUrisResponse. parseFrom(ByteBuffer data)static SearchUrisResponseSearchUrisResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SearchUrisResponseWebRiskServiceGrpc.WebRiskServiceBlockingStub. searchUris(SearchUrisRequest request)This method is used to check whether a URI is on a given threatList.Methods in com.google.webrisk.v1 that return types with arguments of type SearchUrisResponse Modifier and Type Method Description com.google.protobuf.Parser<SearchUrisResponse>SearchUrisResponse. getParserForType()static io.grpc.MethodDescriptor<SearchUrisRequest,SearchUrisResponse>WebRiskServiceGrpc. getSearchUrisMethod()static com.google.protobuf.Parser<SearchUrisResponse>SearchUrisResponse. parser()com.google.common.util.concurrent.ListenableFuture<SearchUrisResponse>WebRiskServiceGrpc.WebRiskServiceFutureStub. searchUris(SearchUrisRequest request)This method is used to check whether a URI is on a given threatList.Methods in com.google.webrisk.v1 with parameters of type SearchUrisResponse Modifier and Type Method Description SearchUrisResponse.BuilderSearchUrisResponse.Builder. mergeFrom(SearchUrisResponse other)static SearchUrisResponse.BuilderSearchUrisResponse. newBuilder(SearchUrisResponse prototype)Method parameters in com.google.webrisk.v1 with type arguments of type SearchUrisResponse Modifier and Type Method Description default voidWebRiskServiceGrpc.AsyncService. searchUris(SearchUrisRequest request, io.grpc.stub.StreamObserver<SearchUrisResponse> responseObserver)This method is used to check whether a URI is on a given threatList.voidWebRiskServiceGrpc.WebRiskServiceStub. searchUris(SearchUrisRequest request, io.grpc.stub.StreamObserver<SearchUrisResponse> responseObserver)This method is used to check whether a URI is on a given threatList.
-