- 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 static final class DlpJob.Builder extends GeneratedMessageV3.Builder<DlpJob.Builder> implements DlpJobOrBuilder
Combines all of the information about a DLP job.
Protobuf type google.privacy.dlp.v2.DlpJob
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DlpJob.BuilderImplements
DlpJobOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllErrors(Iterable<? extends Error> values)
public DlpJob.Builder addAllErrors(Iterable<? extends Error> values)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.Error> |
Type | Description |
DlpJob.Builder |
addErrors(Error value)
public DlpJob.Builder addErrors(Error value)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
value | Error |
Type | Description |
DlpJob.Builder |
addErrors(Error.Builder builderForValue)
public DlpJob.Builder addErrors(Error.Builder builderForValue)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
builderForValue | Error.Builder |
Type | Description |
DlpJob.Builder |
addErrors(int index, Error value)
public DlpJob.Builder addErrors(int index, Error value)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
index | int |
value | Error |
Type | Description |
DlpJob.Builder |
addErrors(int index, Error.Builder builderForValue)
public DlpJob.Builder addErrors(int index, Error.Builder builderForValue)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
index | int |
builderForValue | Error.Builder |
Type | Description |
DlpJob.Builder |
addErrorsBuilder()
public Error.Builder addErrorsBuilder()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Type | Description |
Error.Builder |
addErrorsBuilder(int index)
public Error.Builder addErrorsBuilder(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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DlpJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DlpJob.Builder |
build()
public DlpJob build()
Type | Description |
DlpJob |
buildPartial()
public DlpJob buildPartial()
Type | Description |
DlpJob |
clear()
public DlpJob.Builder clear()
Type | Description |
DlpJob.Builder |
clearCreateTime()
public DlpJob.Builder clearCreateTime()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Type | Description |
DlpJob.Builder |
clearDetails()
public DlpJob.Builder clearDetails()
Type | Description |
DlpJob.Builder |
clearEndTime()
public DlpJob.Builder clearEndTime()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Type | Description |
DlpJob.Builder |
clearErrors()
public DlpJob.Builder clearErrors()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Type | Description |
DlpJob.Builder |
clearField(Descriptors.FieldDescriptor field)
public DlpJob.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DlpJob.Builder |
clearInspectDetails()
public DlpJob.Builder clearInspectDetails()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Type | Description |
DlpJob.Builder |
clearJobTriggerName()
public DlpJob.Builder clearJobTriggerName()
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;
Type | Description |
DlpJob.Builder | This builder for chaining. |
clearName()
public DlpJob.Builder clearName()
The server-assigned name.
string name = 1;
Type | Description |
DlpJob.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DlpJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DlpJob.Builder |
clearRiskDetails()
public DlpJob.Builder clearRiskDetails()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Type | Description |
DlpJob.Builder |
clearStartTime()
public DlpJob.Builder clearStartTime()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Type | Description |
DlpJob.Builder |
clearState()
public DlpJob.Builder clearState()
State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
Type | Description |
DlpJob.Builder | This builder for chaining. |
clearType()
public DlpJob.Builder clearType()
The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
Type | Description |
DlpJob.Builder | This builder for chaining. |
clone()
public DlpJob.Builder clone()
Type | Description |
DlpJob.Builder |
getCreateTime()
public Timestamp getCreateTime()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public DlpJob getDefaultInstanceForType()
Type | Description |
DlpJob |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDetailsCase()
public DlpJob.DetailsCase getDetailsCase()
Type | Description |
DlpJob.DetailsCase |
getEndTime()
public Timestamp getEndTime()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Type | Description |
TimestampOrBuilder |
getErrors(int index)
public 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 |
getErrorsBuilder(int index)
public Error.Builder getErrorsBuilder(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.Builder |
getErrorsBuilderList()
public List<Error.Builder> getErrorsBuilderList()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Type | Description |
List<Builder> |
getErrorsCount()
public int getErrorsCount()
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Type | Description |
int |
getErrorsList()
public 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 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 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 InspectDataSourceDetails getInspectDetails()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Type | Description |
InspectDataSourceDetails | The inspectDetails. |
getInspectDetailsBuilder()
public InspectDataSourceDetails.Builder getInspectDetailsBuilder()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Type | Description |
InspectDataSourceDetails.Builder |
getInspectDetailsOrBuilder()
public InspectDataSourceDetailsOrBuilder getInspectDetailsOrBuilder()
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Type | Description |
InspectDataSourceDetailsOrBuilder |
getJobTriggerName()
public 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 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 String getName()
The server-assigned name.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The server-assigned name.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getRiskDetails()
public AnalyzeDataSourceRiskDetails getRiskDetails()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Type | Description |
AnalyzeDataSourceRiskDetails | The riskDetails. |
getRiskDetailsBuilder()
public AnalyzeDataSourceRiskDetails.Builder getRiskDetailsBuilder()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Type | Description |
AnalyzeDataSourceRiskDetails.Builder |
getRiskDetailsOrBuilder()
public AnalyzeDataSourceRiskDetailsOrBuilder getRiskDetailsOrBuilder()
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Type | Description |
AnalyzeDataSourceRiskDetailsOrBuilder |
getStartTime()
public Timestamp getStartTime()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Type | Description |
TimestampOrBuilder |
getState()
public DlpJob.JobState getState()
State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
Type | Description |
DlpJob.JobState | The state. |
getStateValue()
public 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 DlpJobType getType()
The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
Type | Description |
DlpJobType | The type. |
getTypeValue()
public 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 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 boolean hasEndTime()
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Type | Description |
boolean | Whether the endTime field is set. |
hasInspectDetails()
public 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 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 boolean hasStartTime()
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public DlpJob.Builder mergeCreateTime(Timestamp value)
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Name | Description |
value | Timestamp |
Type | Description |
DlpJob.Builder |
mergeEndTime(Timestamp value)
public DlpJob.Builder mergeEndTime(Timestamp value)
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Name | Description |
value | Timestamp |
Type | Description |
DlpJob.Builder |
mergeFrom(DlpJob other)
public DlpJob.Builder mergeFrom(DlpJob other)
Name | Description |
other | DlpJob |
Type | Description |
DlpJob.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DlpJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DlpJob.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DlpJob.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DlpJob.Builder |
mergeInspectDetails(InspectDataSourceDetails value)
public DlpJob.Builder mergeInspectDetails(InspectDataSourceDetails value)
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Name | Description |
value | InspectDataSourceDetails |
Type | Description |
DlpJob.Builder |
mergeRiskDetails(AnalyzeDataSourceRiskDetails value)
public DlpJob.Builder mergeRiskDetails(AnalyzeDataSourceRiskDetails value)
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Name | Description |
value | AnalyzeDataSourceRiskDetails |
Type | Description |
DlpJob.Builder |
mergeStartTime(Timestamp value)
public DlpJob.Builder mergeStartTime(Timestamp value)
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Name | Description |
value | Timestamp |
Type | Description |
DlpJob.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DlpJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DlpJob.Builder |
removeErrors(int index)
public DlpJob.Builder removeErrors(int index)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
index | int |
Type | Description |
DlpJob.Builder |
setCreateTime(Timestamp value)
public DlpJob.Builder setCreateTime(Timestamp value)
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Name | Description |
value | Timestamp |
Type | Description |
DlpJob.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public DlpJob.Builder setCreateTime(Timestamp.Builder builderForValue)
Time when the job was created.
.google.protobuf.Timestamp create_time = 6;
Name | Description |
builderForValue | Builder |
Type | Description |
DlpJob.Builder |
setEndTime(Timestamp value)
public DlpJob.Builder setEndTime(Timestamp value)
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Name | Description |
value | Timestamp |
Type | Description |
DlpJob.Builder |
setEndTime(Timestamp.Builder builderForValue)
public DlpJob.Builder setEndTime(Timestamp.Builder builderForValue)
Time when the job finished.
.google.protobuf.Timestamp end_time = 8;
Name | Description |
builderForValue | Builder |
Type | Description |
DlpJob.Builder |
setErrors(int index, Error value)
public DlpJob.Builder setErrors(int index, Error value)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
index | int |
value | Error |
Type | Description |
DlpJob.Builder |
setErrors(int index, Error.Builder builderForValue)
public DlpJob.Builder setErrors(int index, Error.Builder builderForValue)
A stream of errors encountered running the job.
repeated .google.privacy.dlp.v2.Error errors = 11;
Name | Description |
index | int |
builderForValue | Error.Builder |
Type | Description |
DlpJob.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DlpJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DlpJob.Builder |
setInspectDetails(InspectDataSourceDetails value)
public DlpJob.Builder setInspectDetails(InspectDataSourceDetails value)
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Name | Description |
value | InspectDataSourceDetails |
Type | Description |
DlpJob.Builder |
setInspectDetails(InspectDataSourceDetails.Builder builderForValue)
public DlpJob.Builder setInspectDetails(InspectDataSourceDetails.Builder builderForValue)
Results from inspecting a data source.
.google.privacy.dlp.v2.InspectDataSourceDetails inspect_details = 5;
Name | Description |
builderForValue | InspectDataSourceDetails.Builder |
Type | Description |
DlpJob.Builder |
setJobTriggerName(String value)
public DlpJob.Builder setJobTriggerName(String value)
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;
Name | Description |
value | String The jobTriggerName to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setJobTriggerNameBytes(ByteString value)
public DlpJob.Builder setJobTriggerNameBytes(ByteString value)
If created by a job trigger, the resource name of the trigger that instantiated the job.
string job_trigger_name = 10;
Name | Description |
value | ByteString The bytes for jobTriggerName to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setName(String value)
public DlpJob.Builder setName(String value)
The server-assigned name.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DlpJob.Builder setNameBytes(ByteString value)
The server-assigned name.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DlpJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DlpJob.Builder |
setRiskDetails(AnalyzeDataSourceRiskDetails value)
public DlpJob.Builder setRiskDetails(AnalyzeDataSourceRiskDetails value)
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Name | Description |
value | AnalyzeDataSourceRiskDetails |
Type | Description |
DlpJob.Builder |
setRiskDetails(AnalyzeDataSourceRiskDetails.Builder builderForValue)
public DlpJob.Builder setRiskDetails(AnalyzeDataSourceRiskDetails.Builder builderForValue)
Results from analyzing risk of a data source.
.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails risk_details = 4;
Name | Description |
builderForValue | AnalyzeDataSourceRiskDetails.Builder |
Type | Description |
DlpJob.Builder |
setStartTime(Timestamp value)
public DlpJob.Builder setStartTime(Timestamp value)
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Name | Description |
value | Timestamp |
Type | Description |
DlpJob.Builder |
setStartTime(Timestamp.Builder builderForValue)
public DlpJob.Builder setStartTime(Timestamp.Builder builderForValue)
Time when the job started.
.google.protobuf.Timestamp start_time = 7;
Name | Description |
builderForValue | Builder |
Type | Description |
DlpJob.Builder |
setState(DlpJob.JobState value)
public DlpJob.Builder setState(DlpJob.JobState value)
State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
Name | Description |
value | DlpJob.JobState The state to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setStateValue(int value)
public DlpJob.Builder setStateValue(int value)
State of a job.
.google.privacy.dlp.v2.DlpJob.JobState state = 3;
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setType(DlpJobType value)
public DlpJob.Builder setType(DlpJobType value)
The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
Name | Description |
value | DlpJobType The type to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setTypeValue(int value)
public DlpJob.Builder setTypeValue(int value)
The type of job.
.google.privacy.dlp.v2.DlpJobType type = 2;
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Type | Description |
DlpJob.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DlpJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DlpJob.Builder |