Uses of Class
com.google.webrisk.v1beta1.SearchHashesResponse
-
Packages that use SearchHashesResponse Package Description com.google.cloud.webrisk.v1beta1 A client to Web Risk APIcom.google.cloud.webrisk.v1beta1.stub com.google.webrisk.v1beta1 -
-
Uses of SearchHashesResponse in com.google.cloud.webrisk.v1beta1
Methods in com.google.cloud.webrisk.v1beta1 that return SearchHashesResponse Modifier and Type Method Description SearchHashesResponseWebRiskServiceV1Beta1Client. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)Gets the full hashes that match the requested hash prefix.SearchHashesResponseWebRiskServiceV1Beta1Client. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.Methods in com.google.cloud.webrisk.v1beta1 that return types with arguments of type SearchHashesResponse 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. -
Uses of SearchHashesResponse in com.google.cloud.webrisk.v1beta1.stub
Methods in com.google.cloud.webrisk.v1beta1.stub that return types with arguments of type SearchHashesResponse 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 SearchHashesResponse in com.google.webrisk.v1beta1
Methods in com.google.webrisk.v1beta1 that return SearchHashesResponse Modifier and Type Method Description SearchHashesResponseSearchHashesResponse.Builder. build()SearchHashesResponseSearchHashesResponse.Builder. buildPartial()static SearchHashesResponseSearchHashesResponse. getDefaultInstance()SearchHashesResponseSearchHashesResponse.Builder. getDefaultInstanceForType()SearchHashesResponseSearchHashesResponse. getDefaultInstanceForType()static SearchHashesResponseSearchHashesResponse. parseDelimitedFrom(InputStream input)static SearchHashesResponseSearchHashesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesResponseSearchHashesResponse. parseFrom(byte[] data)static SearchHashesResponseSearchHashesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesResponseSearchHashesResponse. parseFrom(com.google.protobuf.ByteString data)static SearchHashesResponseSearchHashesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesResponseSearchHashesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SearchHashesResponseSearchHashesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesResponseSearchHashesResponse. parseFrom(InputStream input)static SearchHashesResponseSearchHashesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchHashesResponseSearchHashesResponse. parseFrom(ByteBuffer data)static SearchHashesResponseSearchHashesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SearchHashesResponseWebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.Methods in com.google.webrisk.v1beta1 that return types with arguments of type SearchHashesResponse Modifier and Type Method Description com.google.protobuf.Parser<SearchHashesResponse>SearchHashesResponse. getParserForType()static io.grpc.MethodDescriptor<SearchHashesRequest,SearchHashesResponse>WebRiskServiceV1Beta1Grpc. getSearchHashesMethod()static com.google.protobuf.Parser<SearchHashesResponse>SearchHashesResponse. parser()com.google.common.util.concurrent.ListenableFuture<SearchHashesResponse>WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1FutureStub. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.Methods in com.google.webrisk.v1beta1 with parameters of type SearchHashesResponse Modifier and Type Method Description SearchHashesResponse.BuilderSearchHashesResponse.Builder. mergeFrom(SearchHashesResponse other)static SearchHashesResponse.BuilderSearchHashesResponse. newBuilder(SearchHashesResponse prototype)Method parameters in com.google.webrisk.v1beta1 with type arguments of type SearchHashesResponse Modifier and Type Method Description default voidWebRiskServiceV1Beta1Grpc.AsyncService. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)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.
-