Uses of Class
com.google.webrisk.v1beta1.SearchHashesRequest
-
Packages that use SearchHashesRequest Package Description com.google.cloud.webrisk.v1beta1 A client to Web Risk APIcom.google.cloud.webrisk.v1beta1.stub com.google.webrisk.v1beta1 -
-
Uses of SearchHashesRequest in com.google.cloud.webrisk.v1beta1
Methods in com.google.cloud.webrisk.v1beta1 that return types with arguments of type SearchHashesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1Client. searchHashesCallable()Gets the full hashes that match the requested hash prefix.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1Settings.Builder. searchHashesSettings()Returns the builder for the settings used for calls to searchHashes.com.google.api.gax.rpc.UnaryCallSettings<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1Settings. searchHashesSettings()Returns the object with the settings used for calls to searchHashes.Methods in com.google.cloud.webrisk.v1beta1 with parameters of type SearchHashesRequest Modifier and Type Method Description SearchHashesResponseWebRiskServiceV1Beta1Client. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix. -
Uses of SearchHashesRequest in com.google.cloud.webrisk.v1beta1.stub
Methods in com.google.cloud.webrisk.v1beta1.stub that return types with arguments of type SearchHashesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>GrpcWebRiskServiceV1Beta1Stub. searchHashesCallable()com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>HttpJsonWebRiskServiceV1Beta1Stub. searchHashesCallable()com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1Stub. searchHashesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1StubSettings.Builder. searchHashesSettings()Returns the builder for the settings used for calls to searchHashes.com.google.api.gax.rpc.UnaryCallSettings<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1StubSettings. searchHashesSettings()Returns the object with the settings used for calls to searchHashes. -
Uses of SearchHashesRequest in com.google.webrisk.v1beta1
Methods in com.google.webrisk.v1beta1 that return SearchHashesRequest Modifier and Type Method Description SearchHashesRequestSearchHashesRequest.Builder. build()SearchHashesRequestSearchHashesRequest.Builder. buildPartial()static SearchHashesRequestSearchHashesRequest. getDefaultInstance()SearchHashesRequestSearchHashesRequest.Builder. getDefaultInstanceForType()SearchHashesRequestSearchHashesRequest. getDefaultInstanceForType()static SearchHashesRequestSearchHashesRequest. parseDelimitedFrom(InputStream input)static SearchHashesRequestSearchHashesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesRequestSearchHashesRequest. parseFrom(byte[] data)static SearchHashesRequestSearchHashesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesRequestSearchHashesRequest. parseFrom(com.google.protobuf.ByteString data)static SearchHashesRequestSearchHashesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesRequestSearchHashesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SearchHashesRequestSearchHashesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesRequestSearchHashesRequest. parseFrom(InputStream input)static SearchHashesRequestSearchHashesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesRequestSearchHashesRequest. parseFrom(ByteBuffer data)static SearchHashesRequestSearchHashesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.webrisk.v1beta1 that return types with arguments of type SearchHashesRequest Modifier and Type Method Description com.google.protobuf.Parser<SearchHashesRequest>SearchHashesRequest. getParserForType()static io.grpc.MethodDescriptor<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1Grpc. getSearchHashesMethod()static com.google.protobuf.Parser<SearchHashesRequest>SearchHashesRequest. parser()Methods in com.google.webrisk.v1beta1 with parameters of type SearchHashesRequest Modifier and Type Method Description SearchHashesRequest.BuilderSearchHashesRequest.Builder. mergeFrom(SearchHashesRequest other)static SearchHashesRequest.BuilderSearchHashesRequest. newBuilder(SearchHashesRequest prototype)default voidWebRiskServiceV1Beta1Grpc.AsyncService. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)Gets the full hashes that match the requested hash prefix.SearchHashesResponseWebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.com.google.common.util.concurrent.ListenableFuture<SearchHashesResponse>WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1FutureStub. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.voidWebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1Stub. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)Gets the full hashes that match the requested hash prefix.
-