public interface DlpJobOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreateTime()
Time when the job was created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Time when the job was created.
|
DlpJob.DetailsCase |
getDetailsCase() |
Timestamp |
getEndTime()
Time when the job finished.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
Time when the job finished.
|
Error |
getErrors(int index)
A stream of errors encountered running the job.
|
int |
getErrorsCount()
A stream of errors encountered running the job.
|
java.util.List<Error> |
getErrorsList()
A stream of errors encountered running the job.
|
ErrorOrBuilder |
getErrorsOrBuilder(int index)
A stream of errors encountered running the job.
|
java.util.List<? extends ErrorOrBuilder> |
getErrorsOrBuilderList()
A stream of errors encountered running the job.
|
InspectDataSourceDetails |
getInspectDetails()
Results from inspecting a data source.
|
InspectDataSourceDetailsOrBuilder |
getInspectDetailsOrBuilder()
Results from inspecting a data source.
|
java.lang.String |
getJobTriggerName()
If created by a job trigger, the resource name of the trigger that
instantiated the job.
|
ByteString |
getJobTriggerNameBytes()
If created by a job trigger, the resource name of the trigger that
instantiated the job.
|
java.lang.String |
getName()
The server-assigned name.
|
ByteString |
getNameBytes()
The server-assigned name.
|
AnalyzeDataSourceRiskDetails |
getRiskDetails()
Results from analyzing risk of a data source.
|
AnalyzeDataSourceRiskDetailsOrBuilder |
getRiskDetailsOrBuilder()
Results from analyzing risk of a data source.
|
Timestamp |
getStartTime()
Time when the job started.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Time when the job started.
|
DlpJob.JobState |
getState()
State of a job.
|
int |
getStateValue()
State of a job.
|
DlpJobType |
getType()
The type of job.
|
int |
getTypeValue()
The type of job.
|
boolean |
hasCreateTime()
Time when the job was created.
|
boolean |
hasEndTime()
Time when the job finished.
|
boolean |
hasInspectDetails()
Results from inspecting a data source.
|
boolean |
hasRiskDetails()
Results from analyzing risk of a data source.
|
boolean |
hasStartTime()
Time when the job started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
The server-assigned name.
string name = 1;ByteString getNameBytes()
The server-assigned name.
string name = 1;int getTypeValue()
The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;DlpJobType getType()
The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;int getStateValue()
State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;DlpJob.JobState getState()
State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;boolean hasRiskDetails()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;AnalyzeDataSourceRiskDetails getRiskDetails()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;AnalyzeDataSourceRiskDetailsOrBuilder getRiskDetailsOrBuilder()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;boolean hasInspectDetails()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;InspectDataSourceDetails getInspectDetails()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;InspectDataSourceDetailsOrBuilder getInspectDetailsOrBuilder()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;boolean hasCreateTime()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;Timestamp getCreateTime()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;TimestampOrBuilder getCreateTimeOrBuilder()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;boolean hasStartTime()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;Timestamp getStartTime()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;TimestampOrBuilder getStartTimeOrBuilder()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;boolean hasEndTime()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;Timestamp getEndTime()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;TimestampOrBuilder getEndTimeOrBuilder()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;java.lang.String getJobTriggerName()
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;ByteString getJobTriggerNameBytes()
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;java.util.List<Error> getErrorsList()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;Error getErrors(int index)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;int getErrorsCount()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;java.util.List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;ErrorOrBuilder getErrorsOrBuilder(int index)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;DlpJob.DetailsCase getDetailsCase()