Package com.google.cloud.dataplex.v1
Interface DataScanEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataScanEvent,DataScanEvent.Builder
public interface DataScanEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataScanEvent.AppliedConfigsCasegetAppliedConfigsCase()com.google.protobuf.TimestampgetCreateTime()The time when the data scan job was created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()The time when the data scan job was created.DataScanEvent.DataProfileResultgetDataProfile()Data profile result for data profile type data scan.DataScanEvent.DataProfileAppliedConfigsgetDataProfileConfigs()Applied configs for data profile type data scan.DataScanEvent.DataProfileAppliedConfigsOrBuildergetDataProfileConfigsOrBuilder()Applied configs for data profile type data scan.DataScanEvent.DataProfileResultOrBuildergetDataProfileOrBuilder()Data profile result for data profile type data scan.DataScanEvent.DataQualityResultgetDataQuality()Data quality result for data quality type data scan.DataScanEvent.DataQualityAppliedConfigsgetDataQualityConfigs()Applied configs for data quality type data scan.DataScanEvent.DataQualityAppliedConfigsOrBuildergetDataQualityConfigsOrBuilder()Applied configs for data quality type data scan.DataScanEvent.DataQualityResultOrBuildergetDataQualityOrBuilder()Data quality result for data quality type data scan.StringgetDataSource()The data source of the data scancom.google.protobuf.ByteStringgetDataSourceBytes()The data source of the data scancom.google.protobuf.TimestampgetEndTime()The time when the data scan job finished.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()The time when the data scan job finished.StringgetJobId()The identifier of the specific data scan job this log entry is for.com.google.protobuf.ByteStringgetJobIdBytes()The identifier of the specific data scan job this log entry is for.StringgetMessage()The message describing the data scan job event.com.google.protobuf.ByteStringgetMessageBytes()The message describing the data scan job event.DataScanEvent.PostScanActionsResultgetPostScanActionsResult()The result of post scan actions.DataScanEvent.PostScanActionsResultOrBuildergetPostScanActionsResultOrBuilder()The result of post scan actions.DataScanEvent.ResultCasegetResultCase()DataScanEvent.ScopegetScope()The scope of the data scan (e.g.intgetScopeValue()The scope of the data scan (e.g.StringgetSpecVersion()A version identifier of the spec which was used to execute this job.com.google.protobuf.ByteStringgetSpecVersionBytes()A version identifier of the spec which was used to execute this job.com.google.protobuf.TimestampgetStartTime()The time when the data scan job started to run.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The time when the data scan job started to run.DataScanEvent.StategetState()The status of the data scan job.intgetStateValue()The status of the data scan job.DataScanEvent.TriggergetTrigger()The trigger type of the data scan job.intgetTriggerValue()The trigger type of the data scan job.DataScanEvent.ScanTypegetType()The type of the data scan.intgetTypeValue()The type of the data scan.booleanhasCreateTime()The time when the data scan job was created.booleanhasDataProfile()Data profile result for data profile type data scan.booleanhasDataProfileConfigs()Applied configs for data profile type data scan.booleanhasDataQuality()Data quality result for data quality type data scan.booleanhasDataQualityConfigs()Applied configs for data quality type data scan.booleanhasEndTime()The time when the data scan job finished.booleanhasPostScanActionsResult()The result of post scan actions.booleanhasStartTime()The time when the data scan job started to run.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataSource
String getDataSource()
The data source of the data scan
string data_source = 1;- Returns:
- The dataSource.
-
getDataSourceBytes
com.google.protobuf.ByteString getDataSourceBytes()
The data source of the data scan
string data_source = 1;- Returns:
- The bytes for dataSource.
-
getJobId
String getJobId()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;- Returns:
- The bytes for jobId.
-
hasCreateTime
boolean hasCreateTime()
The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
-
hasStartTime
boolean hasStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
-
hasEndTime
boolean hasEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
-
getTypeValue
int getTypeValue()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;- Returns:
- The enum numeric value on the wire for type.
-
getType
DataScanEvent.ScanType getType()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;- Returns:
- The type.
-
getStateValue
int getStateValue()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;- Returns:
- The enum numeric value on the wire for state.
-
getState
DataScanEvent.State getState()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;- Returns:
- The state.
-
getMessage
String getMessage()
The message describing the data scan job event.
string message = 7;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
The message describing the data scan job event.
string message = 7;- Returns:
- The bytes for message.
-
getSpecVersion
String getSpecVersion()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;- Returns:
- The specVersion.
-
getSpecVersionBytes
com.google.protobuf.ByteString getSpecVersionBytes()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;- Returns:
- The bytes for specVersion.
-
getTriggerValue
int getTriggerValue()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;- Returns:
- The enum numeric value on the wire for trigger.
-
getTrigger
DataScanEvent.Trigger getTrigger()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;- Returns:
- The trigger.
-
getScopeValue
int getScopeValue()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;- Returns:
- The enum numeric value on the wire for scope.
-
getScope
DataScanEvent.Scope getScope()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;- Returns:
- The scope.
-
hasDataProfile
boolean hasDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;- Returns:
- Whether the dataProfile field is set.
-
getDataProfile
DataScanEvent.DataProfileResult getDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;- Returns:
- The dataProfile.
-
getDataProfileOrBuilder
DataScanEvent.DataProfileResultOrBuilder getDataProfileOrBuilder()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
-
hasDataQuality
boolean hasDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;- Returns:
- Whether the dataQuality field is set.
-
getDataQuality
DataScanEvent.DataQualityResult getDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;- Returns:
- The dataQuality.
-
getDataQualityOrBuilder
DataScanEvent.DataQualityResultOrBuilder getDataQualityOrBuilder()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
-
hasDataProfileConfigs
boolean hasDataProfileConfigs()
Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;- Returns:
- Whether the dataProfileConfigs field is set.
-
getDataProfileConfigs
DataScanEvent.DataProfileAppliedConfigs getDataProfileConfigs()
Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;- Returns:
- The dataProfileConfigs.
-
getDataProfileConfigsOrBuilder
DataScanEvent.DataProfileAppliedConfigsOrBuilder getDataProfileConfigsOrBuilder()
Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
-
hasDataQualityConfigs
boolean hasDataQualityConfigs()
Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;- Returns:
- Whether the dataQualityConfigs field is set.
-
getDataQualityConfigs
DataScanEvent.DataQualityAppliedConfigs getDataQualityConfigs()
Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;- Returns:
- The dataQualityConfigs.
-
getDataQualityConfigsOrBuilder
DataScanEvent.DataQualityAppliedConfigsOrBuilder getDataQualityConfigsOrBuilder()
Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
-
hasPostScanActionsResult
boolean hasPostScanActionsResult()
The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;- Returns:
- Whether the postScanActionsResult field is set.
-
getPostScanActionsResult
DataScanEvent.PostScanActionsResult getPostScanActionsResult()
The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;- Returns:
- The postScanActionsResult.
-
getPostScanActionsResultOrBuilder
DataScanEvent.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder()
The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
-
getResultCase
DataScanEvent.ResultCase getResultCase()
-
getAppliedConfigsCase
DataScanEvent.AppliedConfigsCase getAppliedConfigsCase()
-
-