Class RecaptchaEnterpriseServiceV1Beta1Settings (2.3.1)

See more code actions.
public class RecaptchaEnterpriseServiceV1Beta1Settings extends ClientSettings<RecaptchaEnterpriseServiceV1Beta1Settings>

Settings class to configure an instance of RecaptchaEnterpriseServiceV1Beta1Client.

The default instance has everything set to sensible defaults:

  • The default service address (recaptchaenterprise.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createAssessment to 30 seconds:


 
RecaptchaEnterpriseServiceV1Beta1Settings.Builder
     recaptchaEnterpriseServiceV1Beta1SettingsBuilder
=
         
RecaptchaEnterpriseServiceV1Beta1Settings.newBuilder();
 recaptchaEnterpriseServiceV1Beta1SettingsBuilder
     
.createAssessmentSettings()
     
.setRetrySettings(
         recaptchaEnterpriseServiceV1Beta1SettingsBuilder
             
.createAssessmentSettings()
             
.getRetrySettings()
             
.toBuilder()
             
.setTotalTimeout(Duration.ofSeconds(30))
             
.build());
 
RecaptchaEnterpriseServiceV1Beta1Settings recaptchaEnterpriseServiceV1Beta1Settings =
     recaptchaEnterpriseServiceV1Beta1SettingsBuilder
.build();
 

Inheritance

java.lang.Object > ClientSettings > RecaptchaEnterpriseServiceV1Beta1Settings

Constructors

RecaptchaEnterpriseServiceV1Beta1Settings(RecaptchaEnterpriseServiceV1Beta1Settings.Builder settingsBuilder)

protected RecaptchaEnterpriseServiceV1Beta1Settings(RecaptchaEnterpriseServiceV1Beta1Settings.Builder settingsBuilder)
Parameter

Methods

annotateAssessmentSettings()

public UnaryCallSettings<AnnotateAssessmentRequest,AnnotateAssessmentResponse> annotateAssessmentSettings()

Returns the object with the settings used for calls to annotateAssessment.

Returns

create(RecaptchaEnterpriseServiceV1Beta1StubSettings stub)

public static final RecaptchaEnterpriseServiceV1Beta1Settings create(RecaptchaEnterpriseServiceV1Beta1StubSettings stub)
Parameter Returns Exceptions
TypeDescription
IOException

createAssessmentSettings()

public UnaryCallSettings<CreateAssessmentRequest,Assessment> createAssessmentSettings()

Returns the object with the settings used for calls to createAssessment.

Returns

createKeySettings()

public UnaryCallSettings<CreateKeyRequest,Key> createKeySettings()

Returns the object with the settings used for calls to createKey.

Returns

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

deleteKeySettings()

public UnaryCallSettings<DeleteKeyRequest,Empty> deleteKeySettings()

Returns the object with the settings used for calls to deleteKey.

Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

getKeySettings()

public UnaryCallSettings<GetKeyRequest,Key> getKeySettings()

Returns the object with the settings used for calls to getKey.

Returns

listKeysSettings()

public PagedCallSettings<ListKeysRequest,ListKeysResponse,RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPagedResponse> listKeysSettings()

Returns the object with the settings used for calls to listKeys.

Returns

newBuilder()

public static RecaptchaEnterpriseServiceV1Beta1Settings.Builder newBuilder()

Returns a new builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static RecaptchaEnterpriseServiceV1Beta1Settings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

toBuilder()

public RecaptchaEnterpriseServiceV1Beta1Settings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides

updateKeySettings()

public UnaryCallSettings<UpdateKeyRequest,Key> updateKeySettings()

Returns the object with the settings used for calls to updateKey.

Returns