- 3.56.0 (latest)
- 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 MessageOrBuilder
Implements
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. |