Uses of Class
com.google.phishingprotection.v1beta1.ReportPhishingRequest
-
Packages that use ReportPhishingRequest Package Description com.google.cloud.phishingprotection.v1beta1 A client to Phishing Protection APIcom.google.cloud.phishingprotection.v1beta1.stub com.google.phishingprotection.v1beta1 -
-
Uses of ReportPhishingRequest in com.google.cloud.phishingprotection.v1beta1
Methods in com.google.cloud.phishingprotection.v1beta1 that return types with arguments of type ReportPhishingRequest 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.Methods in com.google.cloud.phishingprotection.v1beta1 with parameters of type ReportPhishingRequest Modifier and Type Method Description ReportPhishingResponse
PhishingProtectionServiceV1Beta1Client. reportPhishing(ReportPhishingRequest request)
Reports a URI suspected of containing phishing content to be reviewed. -
Uses of ReportPhishingRequest in com.google.cloud.phishingprotection.v1beta1.stub
Methods in com.google.cloud.phishingprotection.v1beta1.stub that return types with arguments of type ReportPhishingRequest 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 ReportPhishingRequest in com.google.phishingprotection.v1beta1
Methods in com.google.phishingprotection.v1beta1 that return ReportPhishingRequest Modifier and Type Method Description ReportPhishingRequest
ReportPhishingRequest.Builder. build()
ReportPhishingRequest
ReportPhishingRequest.Builder. buildPartial()
static ReportPhishingRequest
ReportPhishingRequest. getDefaultInstance()
ReportPhishingRequest
ReportPhishingRequest.Builder. getDefaultInstanceForType()
ReportPhishingRequest
ReportPhishingRequest. getDefaultInstanceForType()
static ReportPhishingRequest
ReportPhishingRequest. parseDelimitedFrom(InputStream input)
static ReportPhishingRequest
ReportPhishingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(byte[] data)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(com.google.protobuf.ByteString data)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(InputStream input)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(ByteBuffer data)
static ReportPhishingRequest
ReportPhishingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.phishingprotection.v1beta1 that return types with arguments of type ReportPhishingRequest Modifier and Type Method Description com.google.protobuf.Parser<ReportPhishingRequest>
ReportPhishingRequest. getParserForType()
static io.grpc.MethodDescriptor<ReportPhishingRequest,ReportPhishingResponse>
PhishingProtectionServiceV1Beta1Grpc. getReportPhishingMethod()
static com.google.protobuf.Parser<ReportPhishingRequest>
ReportPhishingRequest. parser()
Methods in com.google.phishingprotection.v1beta1 with parameters of type ReportPhishingRequest Modifier and Type Method Description ReportPhishingRequest.Builder
ReportPhishingRequest.Builder. mergeFrom(ReportPhishingRequest other)
static ReportPhishingRequest.Builder
ReportPhishingRequest. newBuilder(ReportPhishingRequest prototype)
default void
PhishingProtectionServiceV1Beta1Grpc.AsyncService. reportPhishing(ReportPhishingRequest request, io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)
Reports a URI suspected of containing phishing content to be reviewed.ReportPhishingResponse
PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1BlockingStub. reportPhishing(ReportPhishingRequest request)
Reports a URI suspected of containing phishing content to be reviewed.com.google.common.util.concurrent.ListenableFuture<ReportPhishingResponse>
PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub. reportPhishing(ReportPhishingRequest request)
Reports a URI suspected of containing phishing content to be reviewed.void
PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1Stub. reportPhishing(ReportPhishingRequest request, io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)
Reports a URI suspected of containing phishing content to be reviewed.
-