Class PhishingProtectionServiceV1Beta1StubSettings.Builder (0.71.0)

public static class PhishingProtectionServiceV1Beta1StubSettings.Builder extends StubSettings.Builder<PhishingProtectionServiceV1Beta1StubSettings,PhishingProtectionServiceV1Beta1StubSettings.Builder>

Builder for PhishingProtectionServiceV1Beta1StubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > PhishingProtectionServiceV1Beta1StubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(PhishingProtectionServiceV1Beta1StubSettings settings)

protected Builder(PhishingProtectionServiceV1Beta1StubSettings settings)
Parameter
NameDescription
settingsPhishingProtectionServiceV1Beta1StubSettings

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public PhishingProtectionServiceV1Beta1StubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>

build()

public PhishingProtectionServiceV1Beta1StubSettings build()
Overrides
Exceptions
TypeDescription
IOException

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

reportPhishingSettings()

public UnaryCallSettings.Builder<ReportPhishingRequest,ReportPhishingResponse> reportPhishingSettings()

Returns the builder for the settings used for calls to reportPhishing.

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>