Uses of Class
com.google.phishingprotection.v1beta1.ReportPhishingResponse
-
Packages that use ReportPhishingResponse Package Description com.google.cloud.phishingprotection.v1beta1 A client to Phishing Protection APIcom.google.cloud.phishingprotection.v1beta1.stub com.google.phishingprotection.v1beta1 -
-
Uses of ReportPhishingResponse in com.google.cloud.phishingprotection.v1beta1
Methods in com.google.cloud.phishingprotection.v1beta1 that return ReportPhishingResponse Modifier and Type Method Description ReportPhishingResponsePhishingProtectionServiceV1Beta1Client. reportPhishing(ProjectName parent, String uri)Reports a URI suspected of containing phishing content to be reviewed.ReportPhishingResponsePhishingProtectionServiceV1Beta1Client. reportPhishing(ReportPhishingRequest request)Reports a URI suspected of containing phishing content to be reviewed.ReportPhishingResponsePhishingProtectionServiceV1Beta1Client. reportPhishing(String parent, String uri)Reports a URI suspected of containing phishing content to be reviewed.Methods in com.google.cloud.phishingprotection.v1beta1 that return types with arguments of type ReportPhishingResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1Client. reportPhishingCallable()Reports a URI suspected of containing phishing content to be reviewed.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1Settings.Builder. reportPhishingSettings()Returns the builder for the settings used for calls to reportPhishing.com.google.api.gax.rpc.UnaryCallSettings<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1Settings. reportPhishingSettings()Returns the object with the settings used for calls to reportPhishing. -
Uses of ReportPhishingResponse in com.google.cloud.phishingprotection.v1beta1.stub
Methods in com.google.cloud.phishingprotection.v1beta1.stub that return types with arguments of type ReportPhishingResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReportPhishingRequest,ReportPhishingResponse>GrpcPhishingProtectionServiceV1Beta1Stub. reportPhishingCallable()com.google.api.gax.rpc.UnaryCallable<ReportPhishingRequest,ReportPhishingResponse>HttpJsonPhishingProtectionServiceV1Beta1Stub. reportPhishingCallable()com.google.api.gax.rpc.UnaryCallable<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1Stub. reportPhishingCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1StubSettings.Builder. reportPhishingSettings()Returns the builder for the settings used for calls to reportPhishing.com.google.api.gax.rpc.UnaryCallSettings<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1StubSettings. reportPhishingSettings()Returns the object with the settings used for calls to reportPhishing. -
Uses of ReportPhishingResponse in com.google.phishingprotection.v1beta1
Methods in com.google.phishingprotection.v1beta1 that return ReportPhishingResponse Modifier and Type Method Description ReportPhishingResponseReportPhishingResponse.Builder. build()ReportPhishingResponseReportPhishingResponse.Builder. buildPartial()static ReportPhishingResponseReportPhishingResponse. getDefaultInstance()ReportPhishingResponseReportPhishingResponse.Builder. getDefaultInstanceForType()ReportPhishingResponseReportPhishingResponse. getDefaultInstanceForType()static ReportPhishingResponseReportPhishingResponse. parseDelimitedFrom(InputStream input)static ReportPhishingResponseReportPhishingResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportPhishingResponseReportPhishingResponse. parseFrom(byte[] data)static ReportPhishingResponseReportPhishingResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportPhishingResponseReportPhishingResponse. parseFrom(com.google.protobuf.ByteString data)static ReportPhishingResponseReportPhishingResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportPhishingResponseReportPhishingResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReportPhishingResponseReportPhishingResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportPhishingResponseReportPhishingResponse. parseFrom(InputStream input)static ReportPhishingResponseReportPhishingResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReportPhishingResponseReportPhishingResponse. parseFrom(ByteBuffer data)static ReportPhishingResponseReportPhishingResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReportPhishingResponsePhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1BlockingStub. reportPhishing(ReportPhishingRequest request)Reports a URI suspected of containing phishing content to be reviewed.Methods in com.google.phishingprotection.v1beta1 that return types with arguments of type ReportPhishingResponse Modifier and Type Method Description com.google.protobuf.Parser<ReportPhishingResponse>ReportPhishingResponse. getParserForType()static io.grpc.MethodDescriptor<ReportPhishingRequest,ReportPhishingResponse>PhishingProtectionServiceV1Beta1Grpc. getReportPhishingMethod()static com.google.protobuf.Parser<ReportPhishingResponse>ReportPhishingResponse. parser()com.google.common.util.concurrent.ListenableFuture<ReportPhishingResponse>PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub. reportPhishing(ReportPhishingRequest request)Reports a URI suspected of containing phishing content to be reviewed.Methods in com.google.phishingprotection.v1beta1 with parameters of type ReportPhishingResponse Modifier and Type Method Description ReportPhishingResponse.BuilderReportPhishingResponse.Builder. mergeFrom(ReportPhishingResponse other)static ReportPhishingResponse.BuilderReportPhishingResponse. newBuilder(ReportPhishingResponse prototype)Method parameters in com.google.phishingprotection.v1beta1 with type arguments of type ReportPhishingResponse Modifier and Type Method Description default voidPhishingProtectionServiceV1Beta1Grpc.AsyncService. reportPhishing(ReportPhishingRequest request, io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)Reports a URI suspected of containing phishing content to be reviewed.voidPhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1Stub. reportPhishing(ReportPhishingRequest request, io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)Reports a URI suspected of containing phishing content to be reviewed.
-