- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public class DlpServiceSettings extends ClientSettings<DlpServiceSettings>
Settings class to configure an instance of DlpServiceClient.
The default instance has everything set to sensible defaults:
- The default service address (dlp.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 inspectContent to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
DlpServiceSettings.Builder dlpServiceSettingsBuilder = DlpServiceSettings.newBuilder();
dlpServiceSettingsBuilder
.inspectContentSettings()
.setRetrySettings(
dlpServiceSettingsBuilder.inspectContentSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
DlpServiceSettings dlpServiceSettings = dlpServiceSettingsBuilder.build();
Static Methods
create(DlpServiceStubSettings stub)
public static final DlpServiceSettings create(DlpServiceStubSettings stub)
Name | Description |
stub | DlpServiceStubSettings |
Type | Description |
DlpServiceSettings |
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Type | Description |
Builder |
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static DlpServiceSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Type | Description |
DlpServiceSettings.Builder |
newBuilder(ClientContext clientContext)
public static DlpServiceSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
DlpServiceSettings.Builder |
newHttpJsonBuilder()
public static DlpServiceSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Type | Description |
DlpServiceSettings.Builder |
Constructors
DlpServiceSettings(DlpServiceSettings.Builder settingsBuilder)
protected DlpServiceSettings(DlpServiceSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | DlpServiceSettings.Builder |
Methods
activateJobTriggerSettings()
public UnaryCallSettings<ActivateJobTriggerRequest,DlpJob> activateJobTriggerSettings()
Returns the object with the settings used for calls to activateJobTrigger.
Type | Description |
UnaryCallSettings<ActivateJobTriggerRequest,DlpJob> |
cancelDlpJobSettings()
public UnaryCallSettings<CancelDlpJobRequest,Empty> cancelDlpJobSettings()
Returns the object with the settings used for calls to cancelDlpJob.
Type | Description |
UnaryCallSettings<CancelDlpJobRequest,Empty> |
createDeidentifyTemplateSettings()
public UnaryCallSettings<CreateDeidentifyTemplateRequest,DeidentifyTemplate> createDeidentifyTemplateSettings()
Returns the object with the settings used for calls to createDeidentifyTemplate.
Type | Description |
UnaryCallSettings<CreateDeidentifyTemplateRequest,DeidentifyTemplate> |
createDlpJobSettings()
public UnaryCallSettings<CreateDlpJobRequest,DlpJob> createDlpJobSettings()
Returns the object with the settings used for calls to createDlpJob.
Type | Description |
UnaryCallSettings<CreateDlpJobRequest,DlpJob> |
createInspectTemplateSettings()
public UnaryCallSettings<CreateInspectTemplateRequest,InspectTemplate> createInspectTemplateSettings()
Returns the object with the settings used for calls to createInspectTemplate.
Type | Description |
UnaryCallSettings<CreateInspectTemplateRequest,InspectTemplate> |
createJobTriggerSettings()
public UnaryCallSettings<CreateJobTriggerRequest,JobTrigger> createJobTriggerSettings()
Returns the object with the settings used for calls to createJobTrigger.
Type | Description |
UnaryCallSettings<CreateJobTriggerRequest,JobTrigger> |
createStoredInfoTypeSettings()
public UnaryCallSettings<CreateStoredInfoTypeRequest,StoredInfoType> createStoredInfoTypeSettings()
Returns the object with the settings used for calls to createStoredInfoType.
Type | Description |
UnaryCallSettings<CreateStoredInfoTypeRequest,StoredInfoType> |
deidentifyContentSettings()
public UnaryCallSettings<DeidentifyContentRequest,DeidentifyContentResponse> deidentifyContentSettings()
Returns the object with the settings used for calls to deidentifyContent.
Type | Description |
UnaryCallSettings<DeidentifyContentRequest,DeidentifyContentResponse> |
deleteDeidentifyTemplateSettings()
public UnaryCallSettings<DeleteDeidentifyTemplateRequest,Empty> deleteDeidentifyTemplateSettings()
Returns the object with the settings used for calls to deleteDeidentifyTemplate.
Type | Description |
UnaryCallSettings<DeleteDeidentifyTemplateRequest,Empty> |
deleteDlpJobSettings()
public UnaryCallSettings<DeleteDlpJobRequest,Empty> deleteDlpJobSettings()
Returns the object with the settings used for calls to deleteDlpJob.
Type | Description |
UnaryCallSettings<DeleteDlpJobRequest,Empty> |
deleteInspectTemplateSettings()
public UnaryCallSettings<DeleteInspectTemplateRequest,Empty> deleteInspectTemplateSettings()
Returns the object with the settings used for calls to deleteInspectTemplate.
Type | Description |
UnaryCallSettings<DeleteInspectTemplateRequest,Empty> |
deleteJobTriggerSettings()
public UnaryCallSettings<DeleteJobTriggerRequest,Empty> deleteJobTriggerSettings()
Returns the object with the settings used for calls to deleteJobTrigger.
Type | Description |
UnaryCallSettings<DeleteJobTriggerRequest,Empty> |
deleteStoredInfoTypeSettings()
public UnaryCallSettings<DeleteStoredInfoTypeRequest,Empty> deleteStoredInfoTypeSettings()
Returns the object with the settings used for calls to deleteStoredInfoType.
Type | Description |
UnaryCallSettings<DeleteStoredInfoTypeRequest,Empty> |
finishDlpJobSettings()
public UnaryCallSettings<FinishDlpJobRequest,Empty> finishDlpJobSettings()
Returns the object with the settings used for calls to finishDlpJob.
Type | Description |
UnaryCallSettings<FinishDlpJobRequest,Empty> |
getDeidentifyTemplateSettings()
public UnaryCallSettings<GetDeidentifyTemplateRequest,DeidentifyTemplate> getDeidentifyTemplateSettings()
Returns the object with the settings used for calls to getDeidentifyTemplate.
Type | Description |
UnaryCallSettings<GetDeidentifyTemplateRequest,DeidentifyTemplate> |
getDlpJobSettings()
public UnaryCallSettings<GetDlpJobRequest,DlpJob> getDlpJobSettings()
Returns the object with the settings used for calls to getDlpJob.
Type | Description |
UnaryCallSettings<GetDlpJobRequest,DlpJob> |
getInspectTemplateSettings()
public UnaryCallSettings<GetInspectTemplateRequest,InspectTemplate> getInspectTemplateSettings()
Returns the object with the settings used for calls to getInspectTemplate.
Type | Description |
UnaryCallSettings<GetInspectTemplateRequest,InspectTemplate> |
getJobTriggerSettings()
public UnaryCallSettings<GetJobTriggerRequest,JobTrigger> getJobTriggerSettings()
Returns the object with the settings used for calls to getJobTrigger.
Type | Description |
UnaryCallSettings<GetJobTriggerRequest,JobTrigger> |
getStoredInfoTypeSettings()
public UnaryCallSettings<GetStoredInfoTypeRequest,StoredInfoType> getStoredInfoTypeSettings()
Returns the object with the settings used for calls to getStoredInfoType.
Type | Description |
UnaryCallSettings<GetStoredInfoTypeRequest,StoredInfoType> |
hybridInspectDlpJobSettings()
public UnaryCallSettings<HybridInspectDlpJobRequest,HybridInspectResponse> hybridInspectDlpJobSettings()
Returns the object with the settings used for calls to hybridInspectDlpJob.
Type | Description |
UnaryCallSettings<HybridInspectDlpJobRequest,HybridInspectResponse> |
hybridInspectJobTriggerSettings()
public UnaryCallSettings<HybridInspectJobTriggerRequest,HybridInspectResponse> hybridInspectJobTriggerSettings()
Returns the object with the settings used for calls to hybridInspectJobTrigger.
Type | Description |
UnaryCallSettings<HybridInspectJobTriggerRequest,HybridInspectResponse> |
inspectContentSettings()
public UnaryCallSettings<InspectContentRequest,InspectContentResponse> inspectContentSettings()
Returns the object with the settings used for calls to inspectContent.
Type | Description |
UnaryCallSettings<InspectContentRequest,InspectContentResponse> |
listDeidentifyTemplatesSettings()
public PagedCallSettings<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DlpServiceClient.ListDeidentifyTemplatesPagedResponse> listDeidentifyTemplatesSettings()
Returns the object with the settings used for calls to listDeidentifyTemplates.
Type | Description |
PagedCallSettings<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,ListDeidentifyTemplatesPagedResponse> |
listDlpJobsSettings()
public PagedCallSettings<ListDlpJobsRequest,ListDlpJobsResponse,DlpServiceClient.ListDlpJobsPagedResponse> listDlpJobsSettings()
Returns the object with the settings used for calls to listDlpJobs.
Type | Description |
PagedCallSettings<ListDlpJobsRequest,ListDlpJobsResponse,ListDlpJobsPagedResponse> |
listInfoTypesSettings()
public UnaryCallSettings<ListInfoTypesRequest,ListInfoTypesResponse> listInfoTypesSettings()
Returns the object with the settings used for calls to listInfoTypes.
Type | Description |
UnaryCallSettings<ListInfoTypesRequest,ListInfoTypesResponse> |
listInspectTemplatesSettings()
public PagedCallSettings<ListInspectTemplatesRequest,ListInspectTemplatesResponse,DlpServiceClient.ListInspectTemplatesPagedResponse> listInspectTemplatesSettings()
Returns the object with the settings used for calls to listInspectTemplates.
Type | Description |
PagedCallSettings<ListInspectTemplatesRequest,ListInspectTemplatesResponse,ListInspectTemplatesPagedResponse> |
listJobTriggersSettings()
public PagedCallSettings<ListJobTriggersRequest,ListJobTriggersResponse,DlpServiceClient.ListJobTriggersPagedResponse> listJobTriggersSettings()
Returns the object with the settings used for calls to listJobTriggers.
Type | Description |
PagedCallSettings<ListJobTriggersRequest,ListJobTriggersResponse,ListJobTriggersPagedResponse> |
listStoredInfoTypesSettings()
public PagedCallSettings<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse,DlpServiceClient.ListStoredInfoTypesPagedResponse> listStoredInfoTypesSettings()
Returns the object with the settings used for calls to listStoredInfoTypes.
Type | Description |
PagedCallSettings<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse,ListStoredInfoTypesPagedResponse> |
redactImageSettings()
public UnaryCallSettings<RedactImageRequest,RedactImageResponse> redactImageSettings()
Returns the object with the settings used for calls to redactImage.
Type | Description |
UnaryCallSettings<RedactImageRequest,RedactImageResponse> |
reidentifyContentSettings()
public UnaryCallSettings<ReidentifyContentRequest,ReidentifyContentResponse> reidentifyContentSettings()
Returns the object with the settings used for calls to reidentifyContent.
Type | Description |
UnaryCallSettings<ReidentifyContentRequest,ReidentifyContentResponse> |
toBuilder()
public DlpServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
DlpServiceSettings.Builder |
updateDeidentifyTemplateSettings()
public UnaryCallSettings<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> updateDeidentifyTemplateSettings()
Returns the object with the settings used for calls to updateDeidentifyTemplate.
Type | Description |
UnaryCallSettings<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> |
updateInspectTemplateSettings()
public UnaryCallSettings<UpdateInspectTemplateRequest,InspectTemplate> updateInspectTemplateSettings()
Returns the object with the settings used for calls to updateInspectTemplate.
Type | Description |
UnaryCallSettings<UpdateInspectTemplateRequest,InspectTemplate> |
updateJobTriggerSettings()
public UnaryCallSettings<UpdateJobTriggerRequest,JobTrigger> updateJobTriggerSettings()
Returns the object with the settings used for calls to updateJobTrigger.
Type | Description |
UnaryCallSettings<UpdateJobTriggerRequest,JobTrigger> |
updateStoredInfoTypeSettings()
public UnaryCallSettings<UpdateStoredInfoTypeRequest,StoredInfoType> updateStoredInfoTypeSettings()
Returns the object with the settings used for calls to updateStoredInfoType.
Type | Description |
UnaryCallSettings<UpdateStoredInfoTypeRequest,StoredInfoType> |