Class DlpServiceStubSettings (3.45.0)

public class DlpServiceStubSettings extends StubSettings<DlpServiceStubSettings>

Settings class to configure an instance of DlpServiceStub.

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
 DlpServiceStubSettings.Builder dlpServiceSettingsBuilder = DlpServiceStubSettings.newBuilder();
 dlpServiceSettingsBuilder
     .inspectContentSettings()
     .setRetrySettings(
         dlpServiceSettingsBuilder
             .inspectContentSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DlpServiceStubSettings dlpServiceSettings = dlpServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > DlpServiceStubSettings

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static DlpServiceStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
DlpServiceStubSettings.Builder

newBuilder(ClientContext clientContext)

public static DlpServiceStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
DlpServiceStubSettings.Builder

newHttpJsonBuilder()

public static DlpServiceStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
DlpServiceStubSettings.Builder

Constructors

DlpServiceStubSettings(DlpServiceStubSettings.Builder settingsBuilder)

protected DlpServiceStubSettings(DlpServiceStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderDlpServiceStubSettings.Builder

Methods

activateJobTriggerSettings()

public UnaryCallSettings<ActivateJobTriggerRequest,DlpJob> activateJobTriggerSettings()

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

Returns
TypeDescription
UnaryCallSettings<ActivateJobTriggerRequest,DlpJob>

cancelDlpJobSettings()

public UnaryCallSettings<CancelDlpJobRequest,Empty> cancelDlpJobSettings()

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

Returns
TypeDescription
UnaryCallSettings<CancelDlpJobRequest,Empty>

createDeidentifyTemplateSettings()

public UnaryCallSettings<CreateDeidentifyTemplateRequest,DeidentifyTemplate> createDeidentifyTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateDeidentifyTemplateRequest,DeidentifyTemplate>

createDiscoveryConfigSettings()

public UnaryCallSettings<CreateDiscoveryConfigRequest,DiscoveryConfig> createDiscoveryConfigSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateDiscoveryConfigRequest,DiscoveryConfig>

createDlpJobSettings()

public UnaryCallSettings<CreateDlpJobRequest,DlpJob> createDlpJobSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateDlpJobRequest,DlpJob>

createInspectTemplateSettings()

public UnaryCallSettings<CreateInspectTemplateRequest,InspectTemplate> createInspectTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateInspectTemplateRequest,InspectTemplate>

createJobTriggerSettings()

public UnaryCallSettings<CreateJobTriggerRequest,JobTrigger> createJobTriggerSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateJobTriggerRequest,JobTrigger>

createStoredInfoTypeSettings()

public UnaryCallSettings<CreateStoredInfoTypeRequest,StoredInfoType> createStoredInfoTypeSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateStoredInfoTypeRequest,StoredInfoType>

createStub()

public DlpServiceStub createStub()
Returns
TypeDescription
DlpServiceStub
Exceptions
TypeDescription
IOException

deidentifyContentSettings()

public UnaryCallSettings<DeidentifyContentRequest,DeidentifyContentResponse> deidentifyContentSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeidentifyContentRequest,DeidentifyContentResponse>

deleteDeidentifyTemplateSettings()

public UnaryCallSettings<DeleteDeidentifyTemplateRequest,Empty> deleteDeidentifyTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteDeidentifyTemplateRequest,Empty>

deleteDiscoveryConfigSettings()

public UnaryCallSettings<DeleteDiscoveryConfigRequest,Empty> deleteDiscoveryConfigSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteDiscoveryConfigRequest,Empty>

deleteDlpJobSettings()

public UnaryCallSettings<DeleteDlpJobRequest,Empty> deleteDlpJobSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteDlpJobRequest,Empty>

deleteInspectTemplateSettings()

public UnaryCallSettings<DeleteInspectTemplateRequest,Empty> deleteInspectTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteInspectTemplateRequest,Empty>

deleteJobTriggerSettings()

public UnaryCallSettings<DeleteJobTriggerRequest,Empty> deleteJobTriggerSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteJobTriggerRequest,Empty>

deleteStoredInfoTypeSettings()

public UnaryCallSettings<DeleteStoredInfoTypeRequest,Empty> deleteStoredInfoTypeSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteStoredInfoTypeRequest,Empty>

finishDlpJobSettings()

public UnaryCallSettings<FinishDlpJobRequest,Empty> finishDlpJobSettings()

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

Returns
TypeDescription
UnaryCallSettings<FinishDlpJobRequest,Empty>

getColumnDataProfileSettings()

public UnaryCallSettings<GetColumnDataProfileRequest,ColumnDataProfile> getColumnDataProfileSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetColumnDataProfileRequest,ColumnDataProfile>

getDeidentifyTemplateSettings()

public UnaryCallSettings<GetDeidentifyTemplateRequest,DeidentifyTemplate> getDeidentifyTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDeidentifyTemplateRequest,DeidentifyTemplate>

getDiscoveryConfigSettings()

public UnaryCallSettings<GetDiscoveryConfigRequest,DiscoveryConfig> getDiscoveryConfigSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDiscoveryConfigRequest,DiscoveryConfig>

getDlpJobSettings()

public UnaryCallSettings<GetDlpJobRequest,DlpJob> getDlpJobSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetDlpJobRequest,DlpJob>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getInspectTemplateSettings()

public UnaryCallSettings<GetInspectTemplateRequest,InspectTemplate> getInspectTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetInspectTemplateRequest,InspectTemplate>

getJobTriggerSettings()

public UnaryCallSettings<GetJobTriggerRequest,JobTrigger> getJobTriggerSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetJobTriggerRequest,JobTrigger>

getProjectDataProfileSettings()

public UnaryCallSettings<GetProjectDataProfileRequest,ProjectDataProfile> getProjectDataProfileSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetProjectDataProfileRequest,ProjectDataProfile>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
TypeDescription
String
Overrides

getStoredInfoTypeSettings()

public UnaryCallSettings<GetStoredInfoTypeRequest,StoredInfoType> getStoredInfoTypeSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetStoredInfoTypeRequest,StoredInfoType>

getTableDataProfileSettings()

public UnaryCallSettings<GetTableDataProfileRequest,TableDataProfile> getTableDataProfileSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetTableDataProfileRequest,TableDataProfile>

hybridInspectDlpJobSettings()

public UnaryCallSettings<HybridInspectDlpJobRequest,HybridInspectResponse> hybridInspectDlpJobSettings()

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

Returns
TypeDescription
UnaryCallSettings<HybridInspectDlpJobRequest,HybridInspectResponse>

hybridInspectJobTriggerSettings()

public UnaryCallSettings<HybridInspectJobTriggerRequest,HybridInspectResponse> hybridInspectJobTriggerSettings()

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

Returns
TypeDescription
UnaryCallSettings<HybridInspectJobTriggerRequest,HybridInspectResponse>

inspectContentSettings()

public UnaryCallSettings<InspectContentRequest,InspectContentResponse> inspectContentSettings()

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

Returns
TypeDescription
UnaryCallSettings<InspectContentRequest,InspectContentResponse>

listColumnDataProfilesSettings()

public PagedCallSettings<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,DlpServiceClient.ListColumnDataProfilesPagedResponse> listColumnDataProfilesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ListColumnDataProfilesPagedResponse>

listDeidentifyTemplatesSettings()

public PagedCallSettings<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DlpServiceClient.ListDeidentifyTemplatesPagedResponse> listDeidentifyTemplatesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,ListDeidentifyTemplatesPagedResponse>

listDiscoveryConfigsSettings()

public PagedCallSettings<ListDiscoveryConfigsRequest,ListDiscoveryConfigsResponse,DlpServiceClient.ListDiscoveryConfigsPagedResponse> listDiscoveryConfigsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDiscoveryConfigsRequest,ListDiscoveryConfigsResponse,ListDiscoveryConfigsPagedResponse>

listDlpJobsSettings()

public PagedCallSettings<ListDlpJobsRequest,ListDlpJobsResponse,DlpServiceClient.ListDlpJobsPagedResponse> listDlpJobsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDlpJobsRequest,ListDlpJobsResponse,ListDlpJobsPagedResponse>

listInfoTypesSettings()

public UnaryCallSettings<ListInfoTypesRequest,ListInfoTypesResponse> listInfoTypesSettings()

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

Returns
TypeDescription
UnaryCallSettings<ListInfoTypesRequest,ListInfoTypesResponse>

listInspectTemplatesSettings()

public PagedCallSettings<ListInspectTemplatesRequest,ListInspectTemplatesResponse,DlpServiceClient.ListInspectTemplatesPagedResponse> listInspectTemplatesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListInspectTemplatesRequest,ListInspectTemplatesResponse,ListInspectTemplatesPagedResponse>

listJobTriggersSettings()

public PagedCallSettings<ListJobTriggersRequest,ListJobTriggersResponse,DlpServiceClient.ListJobTriggersPagedResponse> listJobTriggersSettings()

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

Returns
TypeDescription
PagedCallSettings<ListJobTriggersRequest,ListJobTriggersResponse,ListJobTriggersPagedResponse>

listProjectDataProfilesSettings()

public PagedCallSettings<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,DlpServiceClient.ListProjectDataProfilesPagedResponse> listProjectDataProfilesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ListProjectDataProfilesPagedResponse>

listStoredInfoTypesSettings()

public PagedCallSettings<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse,DlpServiceClient.ListStoredInfoTypesPagedResponse> listStoredInfoTypesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse,ListStoredInfoTypesPagedResponse>

listTableDataProfilesSettings()

public PagedCallSettings<ListTableDataProfilesRequest,ListTableDataProfilesResponse,DlpServiceClient.ListTableDataProfilesPagedResponse> listTableDataProfilesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListTableDataProfilesRequest,ListTableDataProfilesResponse,ListTableDataProfilesPagedResponse>

redactImageSettings()

public UnaryCallSettings<RedactImageRequest,RedactImageResponse> redactImageSettings()

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

Returns
TypeDescription
UnaryCallSettings<RedactImageRequest,RedactImageResponse>

reidentifyContentSettings()

public UnaryCallSettings<ReidentifyContentRequest,ReidentifyContentResponse> reidentifyContentSettings()

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

Returns
TypeDescription
UnaryCallSettings<ReidentifyContentRequest,ReidentifyContentResponse>

toBuilder()

public DlpServiceStubSettings.Builder toBuilder()

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

Returns
TypeDescription
DlpServiceStubSettings.Builder
Overrides

updateDeidentifyTemplateSettings()

public UnaryCallSettings<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> updateDeidentifyTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>

updateDiscoveryConfigSettings()

public UnaryCallSettings<UpdateDiscoveryConfigRequest,DiscoveryConfig> updateDiscoveryConfigSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateDiscoveryConfigRequest,DiscoveryConfig>

updateInspectTemplateSettings()

public UnaryCallSettings<UpdateInspectTemplateRequest,InspectTemplate> updateInspectTemplateSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateInspectTemplateRequest,InspectTemplate>

updateJobTriggerSettings()

public UnaryCallSettings<UpdateJobTriggerRequest,JobTrigger> updateJobTriggerSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateJobTriggerRequest,JobTrigger>

updateStoredInfoTypeSettings()

public UnaryCallSettings<UpdateStoredInfoTypeRequest,StoredInfoType> updateStoredInfoTypeSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateStoredInfoTypeRequest,StoredInfoType>