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.AppliedConfigsCase
getAppliedConfigsCase()
com.google.protobuf.Timestamp
getCreateTime()
The time when the data scan job was created.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
The time when the data scan job was created.DataScanEvent.DataProfileResult
getDataProfile()
Data profile result for data profile type data scan.DataScanEvent.DataProfileAppliedConfigs
getDataProfileConfigs()
Applied configs for data profile type data scan.DataScanEvent.DataProfileAppliedConfigsOrBuilder
getDataProfileConfigsOrBuilder()
Applied configs for data profile type data scan.DataScanEvent.DataProfileResultOrBuilder
getDataProfileOrBuilder()
Data profile result for data profile type data scan.DataScanEvent.DataQualityResult
getDataQuality()
Data quality result for data quality type data scan.DataScanEvent.DataQualityAppliedConfigs
getDataQualityConfigs()
Applied configs for data quality type data scan.DataScanEvent.DataQualityAppliedConfigsOrBuilder
getDataQualityConfigsOrBuilder()
Applied configs for data quality type data scan.DataScanEvent.DataQualityResultOrBuilder
getDataQualityOrBuilder()
Data quality result for data quality type data scan.String
getDataSource()
The data source of the data scancom.google.protobuf.ByteString
getDataSourceBytes()
The data source of the data scancom.google.protobuf.Timestamp
getEndTime()
The time when the data scan job finished.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
The time when the data scan job finished.String
getJobId()
The identifier of the specific data scan job this log entry is for.com.google.protobuf.ByteString
getJobIdBytes()
The identifier of the specific data scan job this log entry is for.String
getMessage()
The message describing the data scan job event.com.google.protobuf.ByteString
getMessageBytes()
The message describing the data scan job event.DataScanEvent.PostScanActionsResult
getPostScanActionsResult()
The result of post scan actions.DataScanEvent.PostScanActionsResultOrBuilder
getPostScanActionsResultOrBuilder()
The result of post scan actions.DataScanEvent.ResultCase
getResultCase()
DataScanEvent.Scope
getScope()
The scope of the data scan (e.g.int
getScopeValue()
The scope of the data scan (e.g.String
getSpecVersion()
A version identifier of the spec which was used to execute this job.com.google.protobuf.ByteString
getSpecVersionBytes()
A version identifier of the spec which was used to execute this job.com.google.protobuf.Timestamp
getStartTime()
The time when the data scan job started to run.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
The time when the data scan job started to run.DataScanEvent.State
getState()
The status of the data scan job.int
getStateValue()
The status of the data scan job.DataScanEvent.Trigger
getTrigger()
The trigger type of the data scan job.int
getTriggerValue()
The trigger type of the data scan job.DataScanEvent.ScanType
getType()
The type of the data scan.int
getTypeValue()
The type of the data scan.boolean
hasCreateTime()
The time when the data scan job was created.boolean
hasDataProfile()
Data profile result for data profile type data scan.boolean
hasDataProfileConfigs()
Applied configs for data profile type data scan.boolean
hasDataQuality()
Data quality result for data quality type data scan.boolean
hasDataQualityConfigs()
Applied configs for data quality type data scan.boolean
hasEndTime()
The time when the data scan job finished.boolean
hasPostScanActionsResult()
The result of post scan actions.boolean
hasStartTime()
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()
-
-