- 3.82.0 (latest)
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 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 interface DlpJobOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
| Type | Description |
| TimestampOrBuilder |
getDetailsCase()
public abstract DlpJob.DetailsCase getDetailsCase()| Type | Description |
| DlpJob.DetailsCase |
getEndTime()
public abstract Timestamp getEndTime()Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
| Type | Description |
| TimestampOrBuilder |
getErrors(int index)
public abstract Error getErrors(int index)A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
| Name | Description |
| index | int |
| Type | Description |
| Error |
getErrorsCount()
public abstract int getErrorsCount()A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
| Type | Description |
| int |
getErrorsList()
public abstract List<Error> getErrorsList()A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
| Type | Description |
| List<Error> |
getErrorsOrBuilder(int index)
public abstract ErrorOrBuilder getErrorsOrBuilder(int index)A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
| Name | Description |
| index | int |
| Type | Description |
| ErrorOrBuilder |
getErrorsOrBuilderList()
public abstract List<? extends ErrorOrBuilder> getErrorsOrBuilderList()A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.ErrorOrBuilder> |
getInspectDetails()
public abstract InspectDataSourceDetails getInspectDetails()Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
| Type | Description |
| InspectDataSourceDetails | The inspectDetails. |
getInspectDetailsOrBuilder()
public abstract InspectDataSourceDetailsOrBuilder getInspectDetailsOrBuilder()Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
| Type | Description |
| InspectDataSourceDetailsOrBuilder |
getJobTriggerName()
public abstract String getJobTriggerName()If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;
| Type | Description |
| String | The jobTriggerName. |
getJobTriggerNameBytes()
public abstract ByteString getJobTriggerNameBytes()If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;
| Type | Description |
| ByteString | The bytes for jobTriggerName. |
getName()
public abstract String getName()The server-assigned name.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The server-assigned name.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getRiskDetails()
public abstract AnalyzeDataSourceRiskDetails getRiskDetails()Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
| Type | Description |
| AnalyzeDataSourceRiskDetails | The riskDetails. |
getRiskDetailsOrBuilder()
public abstract AnalyzeDataSourceRiskDetailsOrBuilder getRiskDetailsOrBuilder()Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
| Type | Description |
| AnalyzeDataSourceRiskDetailsOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()Time when the job started.
.google.protobuf.Timestamp start_time = 7;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time when the job started.
.google.protobuf.Timestamp start_time = 7;
| Type | Description |
| TimestampOrBuilder |
getState()
public abstract DlpJob.JobState getState()State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
| Type | Description |
| DlpJob.JobState | The state. |
getStateValue()
public abstract int getStateValue()State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getType()
public abstract DlpJobType getType()The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
| Type | Description |
| DlpJobType | The type. |
getTypeValue()
public abstract int getTypeValue()The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
| Type | Description |
| int | The enum numeric value on the wire for type. |
hasCreateTime()
public abstract boolean hasCreateTime()Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
| Type | Description |
| boolean | Whether the createTime field is set. |
hasEndTime()
public abstract boolean hasEndTime()Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasInspectDetails()
public abstract boolean hasInspectDetails()Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
| Type | Description |
| boolean | Whether the inspectDetails field is set. |
hasRiskDetails()
public abstract boolean hasRiskDetails()Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
| Type | Description |
| boolean | Whether the riskDetails field is set. |
hasStartTime()
public abstract boolean hasStartTime()Time when the job started.
.google.protobuf.Timestamp start_time = 7;
| Type | Description |
| boolean | Whether the startTime field is set. |