public static class RecaptchaEnterpriseServiceV1Beta1Settings.Builder extends ClientSettings.Builder<RecaptchaEnterpriseServiceV1Beta1Settings,RecaptchaEnterpriseServiceV1Beta1Settings.Builder>
Builder for RecaptchaEnterpriseServiceV1Beta1Settings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(RecaptchaEnterpriseServiceV1Beta1Settings settings)
protected Builder(RecaptchaEnterpriseServiceV1Beta1Settings settings)
Parameter
Builder(RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder stubSettings)
protected Builder(RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder stubSettings)
Parameter
Methods
annotateAssessmentSettings()
public UnaryCallSettings.Builder<AnnotateAssessmentRequest,AnnotateAssessmentResponse> annotateAssessmentSettings()
Returns the builder for the settings used for calls to annotateAssessment.
Returns
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
Returns
build()
public RecaptchaEnterpriseServiceV1Beta1Settings build()
Returns
Overrides
Exceptions
createAssessmentSettings()
public UnaryCallSettings.Builder<CreateAssessmentRequest,Assessment> createAssessmentSettings()
Returns the builder for the settings used for calls to createAssessment.
Returns
createKeySettings()
public UnaryCallSettings.Builder<CreateKeyRequest,Key> createKeySettings()
Returns the builder for the settings used for calls to createKey.
Returns
deleteKeySettings()
public UnaryCallSettings.Builder<DeleteKeyRequest,Empty> deleteKeySettings()
Returns the builder for the settings used for calls to deleteKey.
Returns
getKeySettings()
public UnaryCallSettings.Builder<GetKeyRequest,Key> getKeySettings()
Returns the builder for the settings used for calls to getKey.
Returns
getStubSettingsBuilder()
public RecaptchaEnterpriseServiceV1Beta1StubSettings.Builder getStubSettingsBuilder()
Returns
listKeysSettings()
public PagedCallSettings.Builder<ListKeysRequest,ListKeysResponse,RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPagedResponse> listKeysSettings()
Returns the builder for the settings used for calls to listKeys.
Returns
updateKeySettings()
public UnaryCallSettings.Builder<UpdateKeyRequest,Key> updateKeySettings()
Returns the builder for the settings used for calls to updateKey.
Returns