Uses of Class
com.google.cloud.phishingprotection.v1beta1.stub.PhishingProtectionServiceV1Beta1StubSettings
-
Packages that use PhishingProtectionServiceV1Beta1StubSettings Package Description com.google.cloud.phishingprotection.v1beta1 A client to Phishing Protection APIcom.google.cloud.phishingprotection.v1beta1.stub -
-
Uses of PhishingProtectionServiceV1Beta1StubSettings in com.google.cloud.phishingprotection.v1beta1
Methods in com.google.cloud.phishingprotection.v1beta1 with parameters of type PhishingProtectionServiceV1Beta1StubSettings Modifier and Type Method Description static PhishingProtectionServiceV1Beta1Settings
PhishingProtectionServiceV1Beta1Settings. create(PhishingProtectionServiceV1Beta1StubSettings stub)
-
Uses of PhishingProtectionServiceV1Beta1StubSettings in com.google.cloud.phishingprotection.v1beta1.stub
Methods in com.google.cloud.phishingprotection.v1beta1.stub that return PhishingProtectionServiceV1Beta1StubSettings Modifier and Type Method Description PhishingProtectionServiceV1Beta1StubSettings
PhishingProtectionServiceV1Beta1StubSettings.Builder. build()
Methods in com.google.cloud.phishingprotection.v1beta1.stub with parameters of type PhishingProtectionServiceV1Beta1StubSettings Modifier and Type Method Description static GrpcPhishingProtectionServiceV1Beta1Stub
GrpcPhishingProtectionServiceV1Beta1Stub. create(PhishingProtectionServiceV1Beta1StubSettings settings)
static HttpJsonPhishingProtectionServiceV1Beta1Stub
HttpJsonPhishingProtectionServiceV1Beta1Stub. create(PhishingProtectionServiceV1Beta1StubSettings settings)
Constructors in com.google.cloud.phishingprotection.v1beta1.stub with parameters of type PhishingProtectionServiceV1Beta1StubSettings Constructor Description Builder(PhishingProtectionServiceV1Beta1StubSettings settings)
GrpcPhishingProtectionServiceV1Beta1Stub(PhishingProtectionServiceV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcPhishingProtectionServiceV1Beta1Stub, using the given settings.GrpcPhishingProtectionServiceV1Beta1Stub(PhishingProtectionServiceV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcPhishingProtectionServiceV1Beta1Stub, using the given settings.HttpJsonPhishingProtectionServiceV1Beta1Stub(PhishingProtectionServiceV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonPhishingProtectionServiceV1Beta1Stub, using the given settings.HttpJsonPhishingProtectionServiceV1Beta1Stub(PhishingProtectionServiceV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonPhishingProtectionServiceV1Beta1Stub, using the given settings.
-