public static class RecaptchaEnterpriseServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<RecaptchaEnterpriseServiceSettings,RecaptchaEnterpriseServiceSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(RecaptchaEnterpriseServiceSettings settings) |
protected |
Builder(RecaptchaEnterpriseServiceStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings.Builder<AnnotateAssessmentRequest,AnnotateAssessmentResponse> |
annotateAssessmentSettings()
Returns the builder for the settings used for calls to annotateAssessment.
|
RecaptchaEnterpriseServiceSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
RecaptchaEnterpriseServiceSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAssessmentRequest,Assessment> |
createAssessmentSettings()
Returns the builder for the settings used for calls to createAssessment.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFirewallPolicyRequest,FirewallPolicy> |
createFirewallPolicySettings()
Returns the builder for the settings used for calls to createFirewallPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateKeyRequest,Key> |
createKeySettings()
Returns the builder for the settings used for calls to createKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFirewallPolicyRequest,com.google.protobuf.Empty> |
deleteFirewallPolicySettings()
Returns the builder for the settings used for calls to deleteFirewallPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteKeyRequest,com.google.protobuf.Empty> |
deleteKeySettings()
Returns the builder for the settings used for calls to deleteKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallPolicyRequest,FirewallPolicy> |
getFirewallPolicySettings()
Returns the builder for the settings used for calls to getFirewallPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key> |
getKeySettings()
Returns the builder for the settings used for calls to getKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricsRequest,Metrics> |
getMetricsSettings()
Returns the builder for the settings used for calls to getMetrics.
|
RecaptchaEnterpriseServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFirewallPoliciesRequest,ListFirewallPoliciesResponse,RecaptchaEnterpriseServiceClient.ListFirewallPoliciesPagedResponse> |
listFirewallPoliciesSettings()
Returns the builder for the settings used for calls to listFirewallPolicies.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListKeysRequest,ListKeysResponse,RecaptchaEnterpriseServiceClient.ListKeysPagedResponse> |
listKeysSettings()
Returns the builder for the settings used for calls to listKeys.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRelatedAccountGroupMembershipsRequest,ListRelatedAccountGroupMembershipsResponse,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPagedResponse> |
listRelatedAccountGroupMembershipsSettings()
Returns the builder for the settings used for calls to listRelatedAccountGroupMemberships.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPagedResponse> |
listRelatedAccountGroupsSettings()
Returns the builder for the settings used for calls to listRelatedAccountGroups.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<MigrateKeyRequest,Key> |
migrateKeySettings()
Returns the builder for the settings used for calls to migrateKey.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ReorderFirewallPoliciesRequest,ReorderFirewallPoliciesResponse> |
reorderFirewallPoliciesSettings()
Returns the builder for the settings used for calls to reorderFirewallPolicies.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RetrieveLegacySecretKeyRequest,RetrieveLegacySecretKeyResponse> |
retrieveLegacySecretKeySettings()
Returns the builder for the settings used for calls to retrieveLegacySecretKey.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchRelatedAccountGroupMembershipsRequest,SearchRelatedAccountGroupMembershipsResponse,RecaptchaEnterpriseServiceClient.SearchRelatedAccountGroupMembershipsPagedResponse> |
searchRelatedAccountGroupMembershipsSettings()
Returns the builder for the settings used for calls to searchRelatedAccountGroupMemberships.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFirewallPolicyRequest,FirewallPolicy> |
updateFirewallPolicySettings()
Returns the builder for the settings used for calls to updateFirewallPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateKeyRequest,Key> |
updateKeySettings()
Returns the builder for the settings used for calls to updateKey.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(RecaptchaEnterpriseServiceSettings settings)
protected Builder(RecaptchaEnterpriseServiceStubSettings.Builder stubSettings)
public RecaptchaEnterpriseServiceStubSettings.Builder getStubSettingsBuilder()
public RecaptchaEnterpriseServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAssessmentRequest,Assessment> createAssessmentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<AnnotateAssessmentRequest,AnnotateAssessmentResponse> annotateAssessmentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateKeyRequest,Key> createKeySettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListKeysRequest,ListKeysResponse,RecaptchaEnterpriseServiceClient.ListKeysPagedResponse> listKeysSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RetrieveLegacySecretKeyRequest,RetrieveLegacySecretKeyResponse> retrieveLegacySecretKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key> getKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateKeyRequest,Key> updateKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteKeyRequest,com.google.protobuf.Empty> deleteKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<MigrateKeyRequest,Key> migrateKeySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricsRequest,Metrics> getMetricsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFirewallPolicyRequest,FirewallPolicy> createFirewallPolicySettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFirewallPoliciesRequest,ListFirewallPoliciesResponse,RecaptchaEnterpriseServiceClient.ListFirewallPoliciesPagedResponse> listFirewallPoliciesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallPolicyRequest,FirewallPolicy> getFirewallPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFirewallPolicyRequest,FirewallPolicy> updateFirewallPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFirewallPolicyRequest,com.google.protobuf.Empty> deleteFirewallPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReorderFirewallPoliciesRequest,ReorderFirewallPoliciesResponse> reorderFirewallPoliciesSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListRelatedAccountGroupsRequest,ListRelatedAccountGroupsResponse,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPagedResponse> listRelatedAccountGroupsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListRelatedAccountGroupMembershipsRequest,ListRelatedAccountGroupMembershipsResponse,RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPagedResponse> listRelatedAccountGroupMembershipsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchRelatedAccountGroupMembershipsRequest,SearchRelatedAccountGroupMembershipsResponse,RecaptchaEnterpriseServiceClient.SearchRelatedAccountGroupMembershipsPagedResponse> searchRelatedAccountGroupMembershipsSettings()
public RecaptchaEnterpriseServiceSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<RecaptchaEnterpriseServiceSettings,RecaptchaEnterpriseServiceSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.