Package com.google.cloud.dataplex.v1
Class DataScanEvent
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataplex.v1.DataScanEvent
-
- All Implemented Interfaces:
DataScanEventOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class DataScanEvent extends com.google.protobuf.GeneratedMessageV3 implements DataScanEventOrBuilder
These messages contain information about the execution of a datascan. The monitored resource is 'DataScan' Next ID: 13
Protobuf typegoogle.cloud.dataplex.v1.DataScanEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataScanEvent.AppliedConfigsCase
static class
DataScanEvent.Builder
These messages contain information about the execution of a datascan.static class
DataScanEvent.DataProfileAppliedConfigs
Applied configs for data profile type data scan job.static interface
DataScanEvent.DataProfileAppliedConfigsOrBuilder
static class
DataScanEvent.DataProfileResult
Data profile result for data scan job.static interface
DataScanEvent.DataProfileResultOrBuilder
static class
DataScanEvent.DataQualityAppliedConfigs
Applied configs for data quality type data scan job.static interface
DataScanEvent.DataQualityAppliedConfigsOrBuilder
static class
DataScanEvent.DataQualityResult
Data quality result for data scan job.static interface
DataScanEvent.DataQualityResultOrBuilder
static class
DataScanEvent.PostScanActionsResult
Post scan actions result for data scan job.static interface
DataScanEvent.PostScanActionsResultOrBuilder
static class
DataScanEvent.ResultCase
static class
DataScanEvent.ScanType
The type of the data scan.static class
DataScanEvent.Scope
The scope of job for the data scan.static class
DataScanEvent.State
The job state of the data scan.static class
DataScanEvent.Trigger
The trigger type for the data scan.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CREATE_TIME_FIELD_NUMBER
static int
DATA_PROFILE_CONFIGS_FIELD_NUMBER
static int
DATA_PROFILE_FIELD_NUMBER
static int
DATA_QUALITY_CONFIGS_FIELD_NUMBER
static int
DATA_QUALITY_FIELD_NUMBER
static int
DATA_SOURCE_FIELD_NUMBER
static int
END_TIME_FIELD_NUMBER
static int
JOB_ID_FIELD_NUMBER
static int
MESSAGE_FIELD_NUMBER
static int
POST_SCAN_ACTIONS_RESULT_FIELD_NUMBER
static int
SCOPE_FIELD_NUMBER
static int
SPEC_VERSION_FIELD_NUMBER
static int
START_TIME_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
static int
TRIGGER_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
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 scanstatic DataScanEvent
getDefaultInstance()
DataScanEvent
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.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.com.google.protobuf.Parser<DataScanEvent>
getParserForType()
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.int
getSerializedSize()
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.int
hashCode()
boolean
hasPostScanActionsResult()
The result of post scan actions.boolean
hasStartTime()
The time when the data scan job started to run.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static DataScanEvent.Builder
newBuilder()
static DataScanEvent.Builder
newBuilder(DataScanEvent prototype)
DataScanEvent.Builder
newBuilderForType()
protected DataScanEvent.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static DataScanEvent
parseDelimitedFrom(InputStream input)
static DataScanEvent
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScanEvent
parseFrom(byte[] data)
static DataScanEvent
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScanEvent
parseFrom(com.google.protobuf.ByteString data)
static DataScanEvent
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScanEvent
parseFrom(com.google.protobuf.CodedInputStream input)
static DataScanEvent
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScanEvent
parseFrom(InputStream input)
static DataScanEvent
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScanEvent
parseFrom(ByteBuffer data)
static DataScanEvent
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DataScanEvent>
parser()
DataScanEvent.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DATA_SOURCE_FIELD_NUMBER
public static final int DATA_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPEC_VERSION_FIELD_NUMBER
public static final int SPEC_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRIGGER_FIELD_NUMBER
public static final int TRIGGER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPE_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_PROFILE_FIELD_NUMBER
public static final int DATA_PROFILE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_QUALITY_FIELD_NUMBER
public static final int DATA_QUALITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_PROFILE_CONFIGS_FIELD_NUMBER
public static final int DATA_PROFILE_CONFIGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_QUALITY_CONFIGS_FIELD_NUMBER
public static final int DATA_QUALITY_CONFIGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POST_SCAN_ACTIONS_RESULT_FIELD_NUMBER
public static final int POST_SCAN_ACTIONS_RESULT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getResultCase
public DataScanEvent.ResultCase getResultCase()
- Specified by:
getResultCase
in interfaceDataScanEventOrBuilder
-
getAppliedConfigsCase
public DataScanEvent.AppliedConfigsCase getAppliedConfigsCase()
- Specified by:
getAppliedConfigsCase
in interfaceDataScanEventOrBuilder
-
getDataSource
public String getDataSource()
The data source of the data scan
string data_source = 1;
- Specified by:
getDataSource
in interfaceDataScanEventOrBuilder
- Returns:
- The dataSource.
-
getDataSourceBytes
public com.google.protobuf.ByteString getDataSourceBytes()
The data source of the data scan
string data_source = 1;
- Specified by:
getDataSourceBytes
in interfaceDataScanEventOrBuilder
- Returns:
- The bytes for dataSource.
-
getJobId
public String getJobId()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
- Specified by:
getJobId
in interfaceDataScanEventOrBuilder
- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
The identifier of the specific data scan job this log entry is for.
string job_id = 2;
- Specified by:
getJobIdBytes
in interfaceDataScanEventOrBuilder
- Returns:
- The bytes for jobId.
-
hasCreateTime
public boolean hasCreateTime()
The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
- Specified by:
hasCreateTime
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
- Specified by:
getCreateTime
in interfaceDataScanEventOrBuilder
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
- Specified by:
getCreateTimeOrBuilder
in interfaceDataScanEventOrBuilder
-
hasStartTime
public boolean hasStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
- Specified by:
hasStartTime
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
- Specified by:
getStartTime
in interfaceDataScanEventOrBuilder
- Returns:
- The startTime.
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time when the data scan job started to run.
.google.protobuf.Timestamp start_time = 3;
- Specified by:
getStartTimeOrBuilder
in interfaceDataScanEventOrBuilder
-
hasEndTime
public boolean hasEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
- Specified by:
hasEndTime
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
- Specified by:
getEndTime
in interfaceDataScanEventOrBuilder
- Returns:
- The endTime.
-
getEndTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time when the data scan job finished.
.google.protobuf.Timestamp end_time = 4;
- Specified by:
getEndTimeOrBuilder
in interfaceDataScanEventOrBuilder
-
getTypeValue
public int getTypeValue()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
- Specified by:
getTypeValue
in interfaceDataScanEventOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
getType
public DataScanEvent.ScanType getType()
The type of the data scan.
.google.cloud.dataplex.v1.DataScanEvent.ScanType type = 5;
- Specified by:
getType
in interfaceDataScanEventOrBuilder
- Returns:
- The type.
-
getStateValue
public int getStateValue()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
- Specified by:
getStateValue
in interfaceDataScanEventOrBuilder
- Returns:
- The enum numeric value on the wire for state.
-
getState
public DataScanEvent.State getState()
The status of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.State state = 6;
- Specified by:
getState
in interfaceDataScanEventOrBuilder
- Returns:
- The state.
-
getMessage
public String getMessage()
The message describing the data scan job event.
string message = 7;
- Specified by:
getMessage
in interfaceDataScanEventOrBuilder
- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()
The message describing the data scan job event.
string message = 7;
- Specified by:
getMessageBytes
in interfaceDataScanEventOrBuilder
- Returns:
- The bytes for message.
-
getSpecVersion
public String getSpecVersion()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
- Specified by:
getSpecVersion
in interfaceDataScanEventOrBuilder
- Returns:
- The specVersion.
-
getSpecVersionBytes
public com.google.protobuf.ByteString getSpecVersionBytes()
A version identifier of the spec which was used to execute this job.
string spec_version = 8;
- Specified by:
getSpecVersionBytes
in interfaceDataScanEventOrBuilder
- Returns:
- The bytes for specVersion.
-
getTriggerValue
public int getTriggerValue()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
- Specified by:
getTriggerValue
in interfaceDataScanEventOrBuilder
- Returns:
- The enum numeric value on the wire for trigger.
-
getTrigger
public DataScanEvent.Trigger getTrigger()
The trigger type of the data scan job.
.google.cloud.dataplex.v1.DataScanEvent.Trigger trigger = 9;
- Specified by:
getTrigger
in interfaceDataScanEventOrBuilder
- Returns:
- The trigger.
-
getScopeValue
public int getScopeValue()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
- Specified by:
getScopeValue
in interfaceDataScanEventOrBuilder
- Returns:
- The enum numeric value on the wire for scope.
-
getScope
public DataScanEvent.Scope getScope()
The scope of the data scan (e.g. full, incremental).
.google.cloud.dataplex.v1.DataScanEvent.Scope scope = 10;
- Specified by:
getScope
in interfaceDataScanEventOrBuilder
- Returns:
- The scope.
-
hasDataProfile
public boolean hasDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
- Specified by:
hasDataProfile
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the dataProfile field is set.
-
getDataProfile
public DataScanEvent.DataProfileResult getDataProfile()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
- Specified by:
getDataProfile
in interfaceDataScanEventOrBuilder
- Returns:
- The dataProfile.
-
getDataProfileOrBuilder
public DataScanEvent.DataProfileResultOrBuilder getDataProfileOrBuilder()
Data profile result for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileResult data_profile = 101;
- Specified by:
getDataProfileOrBuilder
in interfaceDataScanEventOrBuilder
-
hasDataQuality
public boolean hasDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
- Specified by:
hasDataQuality
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the dataQuality field is set.
-
getDataQuality
public DataScanEvent.DataQualityResult getDataQuality()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
- Specified by:
getDataQuality
in interfaceDataScanEventOrBuilder
- Returns:
- The dataQuality.
-
getDataQualityOrBuilder
public DataScanEvent.DataQualityResultOrBuilder getDataQualityOrBuilder()
Data quality result for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult data_quality = 102;
- Specified by:
getDataQualityOrBuilder
in interfaceDataScanEventOrBuilder
-
hasDataProfileConfigs
public boolean hasDataProfileConfigs()
Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
- Specified by:
hasDataProfileConfigs
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the dataProfileConfigs field is set.
-
getDataProfileConfigs
public DataScanEvent.DataProfileAppliedConfigs getDataProfileConfigs()
Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
- Specified by:
getDataProfileConfigs
in interfaceDataScanEventOrBuilder
- Returns:
- The dataProfileConfigs.
-
getDataProfileConfigsOrBuilder
public DataScanEvent.DataProfileAppliedConfigsOrBuilder getDataProfileConfigsOrBuilder()
Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
- Specified by:
getDataProfileConfigsOrBuilder
in interfaceDataScanEventOrBuilder
-
hasDataQualityConfigs
public boolean hasDataQualityConfigs()
Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
- Specified by:
hasDataQualityConfigs
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the dataQualityConfigs field is set.
-
getDataQualityConfigs
public DataScanEvent.DataQualityAppliedConfigs getDataQualityConfigs()
Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
- Specified by:
getDataQualityConfigs
in interfaceDataScanEventOrBuilder
- Returns:
- The dataQualityConfigs.
-
getDataQualityConfigsOrBuilder
public DataScanEvent.DataQualityAppliedConfigsOrBuilder getDataQualityConfigsOrBuilder()
Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
- Specified by:
getDataQualityConfigsOrBuilder
in interfaceDataScanEventOrBuilder
-
hasPostScanActionsResult
public boolean hasPostScanActionsResult()
The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
- Specified by:
hasPostScanActionsResult
in interfaceDataScanEventOrBuilder
- Returns:
- Whether the postScanActionsResult field is set.
-
getPostScanActionsResult
public DataScanEvent.PostScanActionsResult getPostScanActionsResult()
The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
- Specified by:
getPostScanActionsResult
in interfaceDataScanEventOrBuilder
- Returns:
- The postScanActionsResult.
-
getPostScanActionsResultOrBuilder
public DataScanEvent.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder()
The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
- Specified by:
getPostScanActionsResultOrBuilder
in interfaceDataScanEventOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DataScanEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataScanEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataScanEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataScanEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataScanEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataScanEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataScanEvent parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DataScanEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DataScanEvent parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DataScanEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static DataScanEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DataScanEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public DataScanEvent.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DataScanEvent.Builder newBuilder()
-
newBuilder
public static DataScanEvent.Builder newBuilder(DataScanEvent prototype)
-
toBuilder
public DataScanEvent.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DataScanEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DataScanEvent getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DataScanEvent> parser()
-
getParserForType
public com.google.protobuf.Parser<DataScanEvent> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DataScanEvent getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-