public interface DlpJobOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Time when the job was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Time when the job was created.
|
DlpJob.DetailsCase |
getDetailsCase() |
com.google.protobuf.Timestamp |
getEndTime()
Time when the job finished.
|
com.google.protobuf.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.
|
List<Error> |
getErrorsList()
A stream of errors encountered running the job.
|
ErrorOrBuilder |
getErrorsOrBuilder(int index)
A stream of errors encountered running the job.
|
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.
|
String |
getJobTriggerName()
If created by a job trigger, the resource name of the trigger that
instantiated the job.
|
com.google.protobuf.ByteString |
getJobTriggerNameBytes()
If created by a job trigger, the resource name of the trigger that
instantiated the job.
|
String |
getName()
The server-assigned name.
|
com.google.protobuf.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.
|
com.google.protobuf.Timestamp |
getStartTime()
Time when the job started.
|
com.google.protobuf.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, hasOneofString getName()
The server-assigned name.
string name = 1;com.google.protobuf.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;com.google.protobuf.Timestamp getCreateTime()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;com.google.protobuf.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;com.google.protobuf.Timestamp getStartTime()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;com.google.protobuf.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;com.google.protobuf.Timestamp getEndTime()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;String getJobTriggerName()
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;com.google.protobuf.ByteString getJobTriggerNameBytes()
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;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;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()
Copyright © 2022 Google LLC. All rights reserved.