public interface DlpJobOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionDetails(int index)
public abstract ActionDetails getActionDetails(int index)Events that should occur after the job has completed.
repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ActionDetails |
|
getActionDetailsCount()
public abstract int getActionDetailsCount()Events that should occur after the job has completed.
repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
| Returns | |
|---|---|
| Type | Description |
int |
|
getActionDetailsList()
public abstract List<ActionDetails> getActionDetailsList()Events that should occur after the job has completed.
repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
| Returns | |
|---|---|
| Type | Description |
List<ActionDetails> |
|
getActionDetailsOrBuilder(int index)
public abstract ActionDetailsOrBuilder getActionDetailsOrBuilder(int index)Events that should occur after the job has completed.
repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ActionDetailsOrBuilder |
|
getActionDetailsOrBuilderList()
public abstract List<? extends ActionDetailsOrBuilder> getActionDetailsOrBuilderList()Events that should occur after the job has completed.
repeated .google.privacy.dlp.v2.ActionDetails action_details = 12;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.ActionDetailsOrBuilder> |
|
getCreateTime()
public abstract Timestamp getCreateTime()Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDetailsCase()
public abstract DlpJob.DetailsCase getDetailsCase()| Returns | |
|---|---|
| Type | Description |
DlpJob.DetailsCase |
|
getEndTime()
public abstract Timestamp getEndTime()Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Error |
|
getErrorsCount()
public abstract int getErrorsCount()A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
The inspectDetails. |
getInspectDetailsOrBuilder()
public abstract InspectDataSourceDetailsOrBuilder getInspectDetailsOrBuilder()Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jobTriggerName. |
getLastModified()
public abstract Timestamp getLastModified()Time when the job was last modified by the system.
.google.protobuf.Timestamp last_modified = 15;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The lastModified. |
getLastModifiedOrBuilder()
public abstract TimestampOrBuilder getLastModifiedOrBuilder()Time when the job was last modified by the system.
.google.protobuf.Timestamp last_modified = 15;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getName()
public abstract String getName()The server-assigned name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The server-assigned name.
string name = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
AnalyzeDataSourceRiskDetailsOrBuilder |
|
getStartTime()
public abstract Timestamp getStartTime()Time when the job started.
.google.protobuf.Timestamp start_time = 7;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time when the job started.
.google.protobuf.Timestamp start_time = 7;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getState()
public abstract DlpJob.JobState getState()State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
| Returns | |
|---|---|
| Type | Description |
DlpJob.JobState |
The state. |
getStateValue()
public abstract int getStateValue()State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
DlpJobType |
The type. |
getTypeValue()
public abstract int getTypeValue()The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inspectDetails field is set. |
hasLastModified()
public abstract boolean hasLastModified()Time when the job was last modified by the system.
.google.protobuf.Timestamp last_modified = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lastModified field is set. |
hasRiskDetails()
public abstract boolean hasRiskDetails()Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |