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
Name Description
clientContext ClientContext

Builder(PhishingProtectionServiceV1Beta1StubSettings settings)

protected Builder(PhishingProtectionServiceV1Beta1StubSettings settings)
Parameter
Name Description
settings PhishingProtectionServiceV1Beta1StubSettings

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
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
PhishingProtectionServiceV1Beta1StubSettings.Builder

build()

public PhishingProtectionServiceV1Beta1StubSettings build()
Returns
Type Description
PhishingProtectionServiceV1Beta1StubSettings
Overrides
Exceptions
Type Description
IOException

getEndpoint()

public String getEndpoint()

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

Returns
Type Description
String
Overrides

reportPhishingSettings()

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

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

Returns
Type Description
Builder<ReportPhishingRequest,ReportPhishingResponse>

unaryMethodSettingsBuilders()

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