- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class DataScanEvent.Builder extends GeneratedMessageV3.Builder<DataScanEvent.Builder> implements DataScanEventOrBuilder
These messages contain information about the execution of a datascan. The monitored resource is 'DataScan'
Protobuf type google.cloud.dataplex.v1.DataScanEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataScanEvent.BuilderImplements
DataScanEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataScanEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
build()
public DataScanEvent build()
Returns | |
---|---|
Type | Description |
DataScanEvent |
buildPartial()
public DataScanEvent buildPartial()
Returns | |
---|---|
Type | Description |
DataScanEvent |
clear()
public DataScanEvent.Builder clear()
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearDataProfile()
public DataScanEvent.Builder clearDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearDataQuality()
public DataScanEvent.Builder clearDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearDataSource()
public DataScanEvent.Builder clearDataSource()
The data source of the data scan
string data_source = 1;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearEndTime()
public DataScanEvent.Builder clearEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearField(Descriptors.FieldDescriptor field)
public DataScanEvent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearJobId()
public DataScanEvent.Builder clearJobId()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearMessage()
public DataScanEvent.Builder clearMessage()
The message describing the data scan job event.
string message = 7;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataScanEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearResult()
public DataScanEvent.Builder clearResult()
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearScope()
public DataScanEvent.Builder clearScope()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearSpecVersion()
public DataScanEvent.Builder clearSpecVersion()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearStartTime()
public DataScanEvent.Builder clearStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
clearState()
public DataScanEvent.Builder clearState()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearTrigger()
public DataScanEvent.Builder clearTrigger()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clearType()
public DataScanEvent.Builder clearType()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
clone()
public DataScanEvent.Builder clone()
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
getDataProfile()
public DataScanEvent.DataProfileResult getDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Returns | |
---|---|
Type | Description |
DataScanEvent.DataProfileResult | The dataProfile. |
getDataProfileBuilder()
public DataScanEvent.DataProfileResult.Builder getDataProfileBuilder()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Returns | |
---|---|
Type | Description |
DataScanEvent.DataProfileResult.Builder |
getDataProfileOrBuilder()
public DataScanEvent.DataProfileResultOrBuilder getDataProfileOrBuilder()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Returns | |
---|---|
Type | Description |
DataScanEvent.DataProfileResultOrBuilder |
getDataQuality()
public DataScanEvent.DataQualityResult getDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Returns | |
---|---|
Type | Description |
DataScanEvent.DataQualityResult | The dataQuality. |
getDataQualityBuilder()
public DataScanEvent.DataQualityResult.Builder getDataQualityBuilder()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Returns | |
---|---|
Type | Description |
DataScanEvent.DataQualityResult.Builder |
getDataQualityOrBuilder()
public DataScanEvent.DataQualityResultOrBuilder getDataQualityOrBuilder()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Returns | |
---|---|
Type | Description |
DataScanEvent.DataQualityResultOrBuilder |
getDataSource()
public String getDataSource()
The data source of the data scan
string data_source = 1;
Returns | |
---|---|
Type | Description |
String | The dataSource. |
getDataSourceBytes()
public ByteString getDataSourceBytes()
The data source of the data scan
string data_source = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for dataSource. |
getDefaultInstanceForType()
public DataScanEvent getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataScanEvent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Returns | |
---|---|
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getJobId()
public String getJobId()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
Returns | |
---|---|
Type | Description |
String | The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for jobId. |
getMessage()
public String getMessage()
The message describing the data scan job event.
string message = 7;
Returns | |
---|---|
Type | Description |
String | The message. |
getMessageBytes()
public ByteString getMessageBytes()
The message describing the data scan job event.
string message = 7;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for message. |
getResultCase()
public DataScanEvent.ResultCase getResultCase()
Returns | |
---|---|
Type | Description |
DataScanEvent.ResultCase |
getScope()
public DataScanEvent.Scope getScope()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
Returns | |
---|---|
Type | Description |
DataScanEvent.Scope | The scope. |
getScopeValue()
public int getScopeValue()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for scope. |
getSpecVersion()
public String getSpecVersion()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
Returns | |
---|---|
Type | Description |
String | The specVersion. |
getSpecVersionBytes()
public ByteString getSpecVersionBytes()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for specVersion. |
getStartTime()
public Timestamp getStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getState()
public DataScanEvent.State getState()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
Returns | |
---|---|
Type | Description |
DataScanEvent.State | The state. |
getStateValue()
public int getStateValue()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for state. |
getTrigger()
public DataScanEvent.Trigger getTrigger()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
Returns | |
---|---|
Type | Description |
DataScanEvent.Trigger | The trigger. |
getTriggerValue()
public int getTriggerValue()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for trigger. |
getType()
public DataScanEvent.ScanType getType()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
Returns | |
---|---|
Type | Description |
DataScanEvent.ScanType | The type. |
getTypeValue()
public int getTypeValue()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for type. |
hasDataProfile()
public boolean hasDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Returns | |
---|---|
Type | Description |
boolean | Whether the dataProfile field is set. |
hasDataQuality()
public boolean hasDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Returns | |
---|---|
Type | Description |
boolean | Whether the dataQuality field is set. |
hasEndTime()
public boolean hasEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the endTime field is set. |
hasStartTime()
public boolean hasStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDataProfile(DataScanEvent.DataProfileResult value)
public DataScanEvent.Builder mergeDataProfile(DataScanEvent.DataProfileResult value)
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.DataProfileResult |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
mergeDataQuality(DataScanEvent.DataQualityResult value)
public DataScanEvent.Builder mergeDataQuality(DataScanEvent.DataQualityResult value)
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.DataQualityResult |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
mergeEndTime(Timestamp value)
public DataScanEvent.Builder mergeEndTime(Timestamp value)
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
mergeFrom(DataScanEvent other)
public DataScanEvent.Builder mergeFrom(DataScanEvent other)
Parameter | |
---|---|
Name | Description |
other | DataScanEvent |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataScanEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataScanEvent.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
mergeStartTime(Timestamp value)
public DataScanEvent.Builder mergeStartTime(Timestamp value)
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataScanEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setDataProfile(DataScanEvent.DataProfileResult value)
public DataScanEvent.Builder setDataProfile(DataScanEvent.DataProfileResult value)
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.DataProfileResult |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setDataProfile(DataScanEvent.DataProfileResult.Builder builderForValue)
public DataScanEvent.Builder setDataProfile(DataScanEvent.DataProfileResult.Builder builderForValue)
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
Parameter | |
---|---|
Name | Description |
builderForValue | DataScanEvent.DataProfileResult.Builder |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setDataQuality(DataScanEvent.DataQualityResult value)
public DataScanEvent.Builder setDataQuality(DataScanEvent.DataQualityResult value)
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.DataQualityResult |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setDataQuality(DataScanEvent.DataQualityResult.Builder builderForValue)
public DataScanEvent.Builder setDataQuality(DataScanEvent.DataQualityResult.Builder builderForValue)
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
Parameter | |
---|---|
Name | Description |
builderForValue | DataScanEvent.DataQualityResult.Builder |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setDataSource(String value)
public DataScanEvent.Builder setDataSource(String value)
The data source of the data scan
string data_source = 1;
Parameter | |
---|---|
Name | Description |
value | String The dataSource to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setDataSourceBytes(ByteString value)
public DataScanEvent.Builder setDataSourceBytes(ByteString value)
The data source of the data scan
string data_source = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for dataSource to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setEndTime(Timestamp value)
public DataScanEvent.Builder setEndTime(Timestamp value)
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setEndTime(Timestamp.Builder builderForValue)
public DataScanEvent.Builder setEndTime(Timestamp.Builder builderForValue)
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DataScanEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setJobId(String value)
public DataScanEvent.Builder setJobId(String value)
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
Parameter | |
---|---|
Name | Description |
value | String The jobId to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setJobIdBytes(ByteString value)
public DataScanEvent.Builder setJobIdBytes(ByteString value)
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for jobId to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setMessage(String value)
public DataScanEvent.Builder setMessage(String value)
The message describing the data scan job event.
string message = 7;
Parameter | |
---|---|
Name | Description |
value | String The message to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setMessageBytes(ByteString value)
public DataScanEvent.Builder setMessageBytes(ByteString value)
The message describing the data scan job event.
string message = 7;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for message to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataScanEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setScope(DataScanEvent.Scope value)
public DataScanEvent.Builder setScope(DataScanEvent.Scope value)
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.Scope The scope to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setScopeValue(int value)
public DataScanEvent.Builder setScopeValue(int value)
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for scope to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setSpecVersion(String value)
public DataScanEvent.Builder setSpecVersion(String value)
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
Parameter | |
---|---|
Name | Description |
value | String The specVersion to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setSpecVersionBytes(ByteString value)
public DataScanEvent.Builder setSpecVersionBytes(ByteString value)
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for specVersion to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setStartTime(Timestamp value)
public DataScanEvent.Builder setStartTime(Timestamp value)
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setStartTime(Timestamp.Builder builderForValue)
public DataScanEvent.Builder setStartTime(Timestamp.Builder builderForValue)
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |
setState(DataScanEvent.State value)
public DataScanEvent.Builder setState(DataScanEvent.State value)
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.State The state to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setStateValue(int value)
public DataScanEvent.Builder setStateValue(int value)
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setTrigger(DataScanEvent.Trigger value)
public DataScanEvent.Builder setTrigger(DataScanEvent.Trigger value)
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.Trigger The trigger to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setTriggerValue(int value)
public DataScanEvent.Builder setTriggerValue(int value)
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for trigger to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setType(DataScanEvent.ScanType value)
public DataScanEvent.Builder setType(DataScanEvent.ScanType value)
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
Parameter | |
---|---|
Name | Description |
value | DataScanEvent.ScanType The type to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setTypeValue(int value)
public DataScanEvent.Builder setTypeValue(int value)
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataScanEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataScanEvent.Builder |