Uses of Class
com.google.webrisk.v1beta1.SearchUrisResponse
-
Packages that use SearchUrisResponse Package Description com.google.cloud.webrisk.v1beta1 A client to Web Risk APIcom.google.cloud.webrisk.v1beta1.stub com.google.webrisk.v1beta1 -
-
Uses of SearchUrisResponse in com.google.cloud.webrisk.v1beta1
Methods in com.google.cloud.webrisk.v1beta1 that return SearchUrisResponse Modifier and Type Method Description SearchUrisResponse
WebRiskServiceV1Beta1Client. searchUris(SearchUrisRequest request)
This method is used to check whether a URI is on a given threatList.SearchUrisResponse
WebRiskServiceV1Beta1Client. searchUris(String uri, List<ThreatType> threatTypes)
This method is used to check whether a URI is on a given threatList.Methods in com.google.cloud.webrisk.v1beta1 that return types with arguments of type SearchUrisResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1Client. searchUrisCallable()
This method is used to check whether a URI is on a given threatList.com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1Settings.Builder. searchUrisSettings()
Returns the builder for the settings used for calls to searchUris.com.google.api.gax.rpc.UnaryCallSettings<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1Settings. searchUrisSettings()
Returns the object with the settings used for calls to searchUris. -
Uses of SearchUrisResponse in com.google.cloud.webrisk.v1beta1.stub
Methods in com.google.cloud.webrisk.v1beta1.stub that return types with arguments of type SearchUrisResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>
GrpcWebRiskServiceV1Beta1Stub. searchUrisCallable()
com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>
HttpJsonWebRiskServiceV1Beta1Stub. searchUrisCallable()
com.google.api.gax.rpc.UnaryCallable<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1Stub. searchUrisCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1StubSettings.Builder. searchUrisSettings()
Returns the builder for the settings used for calls to searchUris.com.google.api.gax.rpc.UnaryCallSettings<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1StubSettings. searchUrisSettings()
Returns the object with the settings used for calls to searchUris. -
Uses of SearchUrisResponse in com.google.webrisk.v1beta1
Methods in com.google.webrisk.v1beta1 that return SearchUrisResponse Modifier and Type Method Description SearchUrisResponse
SearchUrisResponse.Builder. build()
SearchUrisResponse
SearchUrisResponse.Builder. buildPartial()
static SearchUrisResponse
SearchUrisResponse. getDefaultInstance()
SearchUrisResponse
SearchUrisResponse.Builder. getDefaultInstanceForType()
SearchUrisResponse
SearchUrisResponse. getDefaultInstanceForType()
static SearchUrisResponse
SearchUrisResponse. parseDelimitedFrom(InputStream input)
static SearchUrisResponse
SearchUrisResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchUrisResponse
SearchUrisResponse. parseFrom(byte[] data)
static SearchUrisResponse
SearchUrisResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchUrisResponse
SearchUrisResponse. parseFrom(com.google.protobuf.ByteString data)
static SearchUrisResponse
SearchUrisResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchUrisResponse
SearchUrisResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchUrisResponse
SearchUrisResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchUrisResponse
SearchUrisResponse. parseFrom(InputStream input)
static SearchUrisResponse
SearchUrisResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchUrisResponse
SearchUrisResponse. parseFrom(ByteBuffer data)
static SearchUrisResponse
SearchUrisResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SearchUrisResponse
WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1BlockingStub. searchUris(SearchUrisRequest request)
This method is used to check whether a URI is on a given threatList.Methods in com.google.webrisk.v1beta1 that return types with arguments of type SearchUrisResponse Modifier and Type Method Description com.google.protobuf.Parser<SearchUrisResponse>
SearchUrisResponse. getParserForType()
static io.grpc.MethodDescriptor<SearchUrisRequest,SearchUrisResponse>
WebRiskServiceV1Beta1Grpc. getSearchUrisMethod()
static com.google.protobuf.Parser<SearchUrisResponse>
SearchUrisResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SearchUrisResponse>
WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1FutureStub. searchUris(SearchUrisRequest request)
This method is used to check whether a URI is on a given threatList.Methods in com.google.webrisk.v1beta1 with parameters of type SearchUrisResponse Modifier and Type Method Description SearchUrisResponse.Builder
SearchUrisResponse.Builder. mergeFrom(SearchUrisResponse other)
static SearchUrisResponse.Builder
SearchUrisResponse. newBuilder(SearchUrisResponse prototype)
Method parameters in com.google.webrisk.v1beta1 with type arguments of type SearchUrisResponse Modifier and Type Method Description default void
WebRiskServiceV1Beta1Grpc.AsyncService. searchUris(SearchUrisRequest request, io.grpc.stub.StreamObserver<SearchUrisResponse> responseObserver)
This method is used to check whether a URI is on a given threatList.void
WebRiskServiceV1Beta1Grpc.WebRiskServiceV1Beta1Stub. searchUris(SearchUrisRequest request, io.grpc.stub.StreamObserver<SearchUrisResponse> responseObserver)
This method is used to check whether a URI is on a given threatList.
-