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. |