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 SearchHashesResponse
WebRiskServiceClient. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)
Gets the full hashes that match the requested hash prefix.SearchHashesResponse
WebRiskServiceClient. 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 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
WebRiskServiceGrpc.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.Builder
SearchHashesResponse.Builder. mergeFrom(SearchHashesResponse other)
static SearchHashesResponse.Builder
SearchHashesResponse. newBuilder(SearchHashesResponse prototype)
Method parameters in com.google.webrisk.v1 with type arguments of type SearchHashesResponse Modifier and Type Method Description default void
WebRiskServiceGrpc.AsyncService. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)
Gets the full hashes that match the requested hash prefix.void
WebRiskServiceGrpc.WebRiskServiceStub. searchHashes(SearchHashesRequest request, io.grpc.stub.StreamObserver<SearchHashesResponse> responseObserver)
Gets the full hashes that match the requested hash prefix.
-