Class RecaptchaEnterpriseServiceV1Beta1Settings.Builder (3.38.0)

public static class RecaptchaEnterpriseServiceV1Beta1Settings.Builder extends ClientSettings.Builder<RecaptchaEnterpriseServiceV1Beta1Settings,RecaptchaEnterpriseServiceV1Beta1Settings.Builder>

Builder for RecaptchaEnterpriseServiceV1Beta1Settings.

Inheritance

java.lang.Object > ClientSettings.Builder > RecaptchaEnterpriseServiceV1Beta1Settings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(RecaptchaEnterpriseServiceV1Beta1Settings settings)

protected Builder(RecaptchaEnterpriseServiceV1Beta1Settings settings)
Parameter
NameDescription
settingsRecaptchaEnterpriseServiceV1Beta1Settings

Builder(RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder stubSettings)

protected Builder(RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsRecaptchaEnterpriseServiceV1Beta1StubSettings.Builder

Methods

annotateAssessmentSettings()

public UnaryCallSettings.Builder<AnnotateAssessmentRequest,AnnotateAssessmentResponse> annotateAssessmentSettings()

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

Returns
TypeDescription
Builder<AnnotateAssessmentRequest,AnnotateAssessmentResponse>

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

public RecaptchaEnterpriseServiceV1Beta1Settings.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>
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Settings.Builder

build()

public RecaptchaEnterpriseServiceV1Beta1Settings build()
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Settings
Overrides
Exceptions
TypeDescription
IOException

createAssessmentSettings()

public UnaryCallSettings.Builder<CreateAssessmentRequest,Assessment> createAssessmentSettings()

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

Returns
TypeDescription
Builder<CreateAssessmentRequest,Assessment>

getStubSettingsBuilder()

public RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder getStubSettingsBuilder()
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder