Uses of Class
com.google.webrisk.v1.SearchHashesResponse
-
Packages that use SearchHashesResponse Package Description com.google.cloud.webrisk.v1 A client to Web Risk APIcom.google.cloud.webrisk.v1.stub com.google.webrisk.v1 -
-
Uses of SearchHashesResponse in com.google.cloud.webrisk.v1
Methods in com.google.cloud.webrisk.v1 that return SearchHashesResponse Modifier and Type Method Description SearchHashesResponseWebRiskServiceClient. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)Gets the full hashes that match the requested hash prefix.SearchHashesResponseWebRiskServiceClient. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.Methods in com.google.cloud.webrisk.v1 that return types with arguments of type SearchHashesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>WebRiskServiceClient. searchHashesCallable()Gets the full hashes that match the requested hash prefix.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchHashesRequest,SearchHashesResponse>WebRiskServiceSettings.Builder. searchHashesSettings()Returns the builder for the settings used for calls to searchHashes.com.google.api.gax.rpc.UnaryCallSettings<SearchHashesRequest,SearchHashesResponse>WebRiskServiceSettings. searchHashesSettings()Returns the object with the settings used for calls to searchHashes. -
Uses of SearchHashesResponse in com.google.cloud.webrisk.v1.stub
Methods in com.google.cloud.webrisk.v1.stub that return types with arguments of type SearchHashesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>GrpcWebRiskServiceStub. searchHashesCallable()com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>HttpJsonWebRiskServiceStub. searchHashesCallable()com.google.api.gax.rpc.UnaryCallable<SearchHashesRequest,SearchHashesResponse>WebRiskServiceStub. searchHashesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchHashesRequest,SearchHashesResponse>WebRiskServiceStubSettings.Builder. searchHashesSettings()Returns the builder for the settings used for calls to searchHashes.com.google.api.gax.rpc.UnaryCallSettings<SearchHashesRequest,SearchHashesResponse>WebRiskServiceStubSettings. searchHashesSettings()Returns the object with the settings used for calls to searchHashes. -
Uses of SearchHashesResponse in com.google.webrisk.v1
Methods in com.google.webrisk.v1 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)SearchHashesResponseWebRiskServiceGrpc.WebRiskServiceBlockingStub. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.Methods in com.google.webrisk.v1 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>WebRiskServiceGrpc. getSearchHashesMethod()static com.google.protobuf.Parser<SearchHashesResponse>SearchHashesResponse. parser()com.google.common.util.concurrent.ListenableFuture<SearchHashesResponse>WebRiskServiceGrpc.WebRiskServiceFutureStub. searchHashes(SearchHashesRequest request)Gets the full hashes that match the requested hash prefix.Methods in com.google.webrisk.v1 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.v1 with type arguments of type SearchHashesResponse Modifier and Type Method Description default voidWebRiskServiceGrpc.AsyncService. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)Gets the full hashes that match the requested hash prefix.voidWebRiskServiceGrpc.WebRiskServiceStub. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)Gets the full hashes that match the requested hash prefix.
-