Class DataScanEvent.Builder (1.91.0) (original) (raw)
public static final class DataScanEvent.Builder extends GeneratedMessage.Builder<DataScanEvent.Builder> implements DataScanEventOrBuilderThese messages contain information about the execution of a datascan. The monitored resource is 'DataScan'
Protobuf type google.cloud.dataplex.v1.DataScanEvent
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
| Descriptor |
Methods
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 |
Overrides
clearAppliedConfigs()
public DataScanEvent.Builder clearAppliedConfigs()| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
clearCatalogPublishingStatus()
public DataScanEvent.Builder clearCatalogPublishingStatus()The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
clearCreateTime()
public DataScanEvent.Builder clearCreateTime()The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| 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 |
clearDataProfileConfigs()
public DataScanEvent.Builder clearDataProfileConfigs()Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| 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 |
clearDataQualityConfigs()
public DataScanEvent.Builder clearDataQualityConfigs()Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| 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 |
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. |
clearPostScanActionsResult()
public DataScanEvent.Builder clearPostScanActionsResult()The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| 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. |
getAppliedConfigsCase()
public DataScanEvent.AppliedConfigsCase getAppliedConfigsCase()| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.AppliedConfigsCase |
getCatalogPublishingStatus()
public DataScanCatalogPublishingStatus getCatalogPublishingStatus()The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Returns | |
|---|---|
| Type | Description |
| DataScanCatalogPublishingStatus | The catalogPublishingStatus. |
getCatalogPublishingStatusBuilder()
public DataScanCatalogPublishingStatus.Builder getCatalogPublishingStatusBuilder()The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Returns | |
|---|---|
| Type | Description |
| DataScanCatalogPublishingStatus.Builder |
getCatalogPublishingStatusOrBuilder()
public DataScanCatalogPublishingStatusOrBuilder getCatalogPublishingStatusOrBuilder()The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Returns | |
|---|---|
| Type | Description |
| DataScanCatalogPublishingStatusOrBuilder |
getCreateTime()
public Timestamp getCreateTime()The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Returns | |
|---|---|
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Returns | |
|---|---|
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Returns | |
|---|---|
| Type | Description |
| TimestampOrBuilder |
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 |
getDataProfileConfigs()
public DataScanEvent.DataProfileAppliedConfigs getDataProfileConfigs()Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.DataProfileAppliedConfigs | The dataProfileConfigs. |
getDataProfileConfigsBuilder()
public DataScanEvent.DataProfileAppliedConfigs.Builder getDataProfileConfigsBuilder()Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.DataProfileAppliedConfigs.Builder |
getDataProfileConfigsOrBuilder()
public DataScanEvent.DataProfileAppliedConfigsOrBuilder getDataProfileConfigsOrBuilder()Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.DataProfileAppliedConfigsOrBuilder |
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 |
getDataQualityConfigs()
public DataScanEvent.DataQualityAppliedConfigs getDataQualityConfigs()Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.DataQualityAppliedConfigs | The dataQualityConfigs. |
getDataQualityConfigsBuilder()
public DataScanEvent.DataQualityAppliedConfigs.Builder getDataQualityConfigsBuilder()Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.DataQualityAppliedConfigs.Builder |
getDataQualityConfigsOrBuilder()
public DataScanEvent.DataQualityAppliedConfigsOrBuilder getDataQualityConfigsOrBuilder()Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.DataQualityAppliedConfigsOrBuilder |
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 |
Overrides
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()
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. |
getPostScanActionsResult()
public DataScanEvent.PostScanActionsResult getPostScanActionsResult()The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.PostScanActionsResult | The postScanActionsResult. |
getPostScanActionsResultBuilder()
public DataScanEvent.PostScanActionsResult.Builder getPostScanActionsResultBuilder()The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.PostScanActionsResult.Builder |
getPostScanActionsResultOrBuilder()
public DataScanEvent.PostScanActionsResultOrBuilder getPostScanActionsResultOrBuilder()The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.PostScanActionsResultOrBuilder |
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. |
hasCatalogPublishingStatus()
public boolean hasCatalogPublishingStatus()The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Returns | |
|---|---|
| Type | Description |
| boolean | Whether the catalogPublishingStatus field is set. |
hasCreateTime()
public boolean hasCreateTime()The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Returns | |
|---|---|
| Type | Description |
| boolean | Whether the createTime field is set. |
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. |
hasDataProfileConfigs()
public boolean hasDataProfileConfigs()Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Returns | |
|---|---|
| Type | Description |
| boolean | Whether the dataProfileConfigs 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. |
hasDataQualityConfigs()
public boolean hasDataQualityConfigs()Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Returns | |
|---|---|
| Type | Description |
| boolean | Whether the dataQualityConfigs 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. |
hasPostScanActionsResult()
public boolean hasPostScanActionsResult()The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Returns | |
|---|---|
| Type | Description |
| boolean | Whether the postScanActionsResult 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
| FieldAccessorTable |
Overrides
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
| boolean |
Overrides
mergeCatalogPublishingStatus(DataScanCatalogPublishingStatus value)
public DataScanEvent.Builder mergeCatalogPublishingStatus(DataScanCatalogPublishingStatus value)The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanCatalogPublishingStatus |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
mergeCreateTime(Timestamp value)
public DataScanEvent.Builder mergeCreateTime(Timestamp value)The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Parameter | |
|---|---|
| Name | Description |
| value | Timestamp |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
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 |
mergeDataProfileConfigs(DataScanEvent.DataProfileAppliedConfigs value)
public DataScanEvent.Builder mergeDataProfileConfigs(DataScanEvent.DataProfileAppliedConfigs value)Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanEvent.DataProfileAppliedConfigs |
| 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 |
mergeDataQualityConfigs(DataScanEvent.DataQualityAppliedConfigs value)
public DataScanEvent.Builder mergeDataQualityConfigs(DataScanEvent.DataQualityAppliedConfigs value)Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanEvent.DataQualityAppliedConfigs |
| 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 |
Overrides
| Exceptions | |
|---|---|
| Type | Description |
| IOException |
mergeFrom(Message other)
public DataScanEvent.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
| other | Message |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
Overrides
mergePostScanActionsResult(DataScanEvent.PostScanActionsResult value)
public DataScanEvent.Builder mergePostScanActionsResult(DataScanEvent.PostScanActionsResult value)The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanEvent.PostScanActionsResult |
| 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 |
setCatalogPublishingStatus(DataScanCatalogPublishingStatus value)
public DataScanEvent.Builder setCatalogPublishingStatus(DataScanCatalogPublishingStatus value)The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanCatalogPublishingStatus |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
setCatalogPublishingStatus(DataScanCatalogPublishingStatus.Builder builderForValue)
public DataScanEvent.Builder setCatalogPublishingStatus(DataScanCatalogPublishingStatus.Builder builderForValue)The status of publishing the data scan as Dataplex Universal Catalog metadata.
.google.cloud.dataplex.v1.DataScanCatalogPublishingStatus catalog_publishing_status = 13;
| Parameter | |
|---|---|
| Name | Description |
| builderForValue | DataScanCatalogPublishingStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
setCreateTime(Timestamp value)
public DataScanEvent.Builder setCreateTime(Timestamp value)The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Parameter | |
|---|---|
| Name | Description |
| value | Timestamp |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public DataScanEvent.Builder setCreateTime(Timestamp.Builder builderForValue)The time when the data scan job was created.
.google.protobuf.Timestamp create_time = 12;
| Parameter | |
|---|---|
| Name | Description |
| builderForValue | Builder |
| 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 |
setDataProfileConfigs(DataScanEvent.DataProfileAppliedConfigs value)
public DataScanEvent.Builder setDataProfileConfigs(DataScanEvent.DataProfileAppliedConfigs value)Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanEvent.DataProfileAppliedConfigs |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
setDataProfileConfigs(DataScanEvent.DataProfileAppliedConfigs.Builder builderForValue)
public DataScanEvent.Builder setDataProfileConfigs(DataScanEvent.DataProfileAppliedConfigs.Builder builderForValue)Applied configs for data profile type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigs data_profile_configs = 201;
| Parameter | |
|---|---|
| Name | Description |
| builderForValue | DataScanEvent.DataProfileAppliedConfigs.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 |
setDataQualityConfigs(DataScanEvent.DataQualityAppliedConfigs value)
public DataScanEvent.Builder setDataQualityConfigs(DataScanEvent.DataQualityAppliedConfigs value)Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanEvent.DataQualityAppliedConfigs |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
setDataQualityConfigs(DataScanEvent.DataQualityAppliedConfigs.Builder builderForValue)
public DataScanEvent.Builder setDataQualityConfigs(DataScanEvent.DataQualityAppliedConfigs.Builder builderForValue)Applied configs for data quality type data scan.
.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs data_quality_configs = 202;
| Parameter | |
|---|---|
| Name | Description |
| builderForValue | DataScanEvent.DataQualityAppliedConfigs.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 | StringThe 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 | ByteStringThe 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 |
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 | StringThe 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 | ByteStringThe 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 | StringThe 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 | ByteStringThe bytes for message to set. |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder | This builder for chaining. |
setPostScanActionsResult(DataScanEvent.PostScanActionsResult value)
public DataScanEvent.Builder setPostScanActionsResult(DataScanEvent.PostScanActionsResult value)The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Parameter | |
|---|---|
| Name | Description |
| value | DataScanEvent.PostScanActionsResult |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder |
setPostScanActionsResult(DataScanEvent.PostScanActionsResult.Builder builderForValue)
public DataScanEvent.Builder setPostScanActionsResult(DataScanEvent.PostScanActionsResult.Builder builderForValue)The result of post scan actions.
.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult post_scan_actions_result = 11;
| Parameter | |
|---|---|
| Name | Description |
| builderForValue | DataScanEvent.PostScanActionsResult.Builder |
| 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.ScopeThe 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 | intThe 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 | StringThe 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 | ByteStringThe 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.StateThe 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 | intThe 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.TriggerThe 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 | intThe 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.ScanTypeThe 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 | intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
| DataScanEvent.Builder | This builder for chaining. |