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 SearchHashesResponse
WebRiskServiceV1Beta1Client. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)
Gets the full hashes that match the requested hash prefix.SearchHashesResponse
WebRiskServiceV1Beta1Client. 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 SearchHashesResponse
SearchHashesResponse.Builder. build()
SearchHashesResponse
SearchHashesResponse.Builder. buildPartial()
static SearchHashesResponse
SearchHashesResponse. getDefaultInstance()
SearchHashesResponse
SearchHashesResponse.Builder. getDefaultInstanceForType()
SearchHashesResponse
SearchHashesResponse. getDefaultInstanceForType()
static SearchHashesResponse
SearchHashesResponse. parseDelimitedFrom(InputStream input)
static SearchHashesResponse
SearchHashesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchHashesResponse
SearchHashesResponse. parseFrom(byte[] data)
static SearchHashesResponse
SearchHashesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchHashesResponse
SearchHashesResponse. parseFrom(com.google.protobuf.ByteString data)
static SearchHashesResponse
SearchHashesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchHashesResponse
SearchHashesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchHashesResponse
SearchHashesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchHashesResponse
SearchHashesResponse. parseFrom(InputStream input)
static SearchHashesResponse
SearchHashesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchHashesResponse
SearchHashesResponse. parseFrom(ByteBuffer data)
static SearchHashesResponse
SearchHashesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SearchHashesResponse
WebRiskServiceV1Beta1Grpc.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.Builder
SearchHashesResponse.Builder. mergeFrom(SearchHashesResponse other)
static SearchHashesResponse.Builder
SearchHashesResponse. newBuilder(SearchHashesResponse prototype)
Method parameters in com.google.webrisk.v1beta1 with type arguments of type SearchHashesResponse Modifier and Type Method Description default void
WebRiskServiceV1Beta1Grpc.AsyncService. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)
Gets the full hashes that match the requested hash prefix.void
WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1Stub. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)
Gets the full hashes that match the requested hash prefix.
-