Class DataScanJob.Builder

  • All Implemented Interfaces:
    DataScanJobOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    DataScanJob

    public static final class DataScanJob.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
    implements DataScanJobOrBuilder
     A DataScanJob represents an instance of DataScan execution.
     
    Protobuf type google.cloud.dataplex.v1.DataScanJob
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • clear

        public DataScanJob.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • getDefaultInstanceForType

        public DataScanJob getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public DataScanJob build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public DataScanJob buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public DataScanJob.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • setField

        public DataScanJob.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • clearField

        public DataScanJob.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • clearOneof

        public DataScanJob.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • setRepeatedField

        public DataScanJob.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    int index,
                                                    Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • addRepeatedField

        public DataScanJob.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • mergeFrom

        public DataScanJob.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataScanJob.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • mergeFrom

        public DataScanJob.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataScanJob.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The relative resource name of the DataScanJob, of the form:
         `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
         where `project` refers to a *project_id* or *project_number* and
         `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface DataScanJobOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The relative resource name of the DataScanJob, of the form:
         `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
         where `project` refers to a *project_id* or *project_number* and
         `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface DataScanJobOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DataScanJob.Builder setName​(String value)
         Output only. The relative resource name of the DataScanJob, of the form:
         `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
         where `project` refers to a *project_id* or *project_number* and
         `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public DataScanJob.Builder clearName()
         Output only. The relative resource name of the DataScanJob, of the form:
         `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
         where `project` refers to a *project_id* or *project_number* and
         `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public DataScanJob.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The relative resource name of the DataScanJob, of the form:
         `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
         where `project` refers to a *project_id* or *project_number* and
         `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getUid

        public String getUid()
         Output only. System generated globally unique ID for the DataScanJob.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUid in interface DataScanJobOrBuilder
        Returns:
        The uid.
      • getUidBytes

        public com.google.protobuf.ByteString getUidBytes()
         Output only. System generated globally unique ID for the DataScanJob.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUidBytes in interface DataScanJobOrBuilder
        Returns:
        The bytes for uid.
      • setUid

        public DataScanJob.Builder setUid​(String value)
         Output only. System generated globally unique ID for the DataScanJob.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The uid to set.
        Returns:
        This builder for chaining.
      • clearUid

        public DataScanJob.Builder clearUid()
         Output only. System generated globally unique ID for the DataScanJob.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUidBytes

        public DataScanJob.Builder setUidBytes​(com.google.protobuf.ByteString value)
         Output only. System generated globally unique ID for the DataScanJob.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for uid to set.
        Returns:
        This builder for chaining.
      • hasStartTime

        public boolean hasStartTime()
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasStartTime in interface DataScanJobOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTime in interface DataScanJobOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public DataScanJob.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setStartTime

        public DataScanJob.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeStartTime

        public DataScanJob.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearStartTime

        public DataScanJob.Builder clearStartTime()
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Output only. The time when the DataScanJob was started.
         
        .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTimeOrBuilder in interface DataScanJobOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasEndTime in interface DataScanJobOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTime in interface DataScanJobOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public DataScanJob.Builder setEndTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setEndTime

        public DataScanJob.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeEndTime

        public DataScanJob.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearEndTime

        public DataScanJob.Builder clearEndTime()
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         Output only. The time when the DataScanJob ended.
         
        .google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTimeOrBuilder in interface DataScanJobOrBuilder
      • getStateValue

        public int getStateValue()
         Output only. Execution state for the DataScanJob.
         
        .google.cloud.dataplex.v1.DataScanJob.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface DataScanJobOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public DataScanJob.Builder setStateValue​(int value)
         Output only. Execution state for the DataScanJob.
         
        .google.cloud.dataplex.v1.DataScanJob.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public DataScanJob.State getState()
         Output only. Execution state for the DataScanJob.
         
        .google.cloud.dataplex.v1.DataScanJob.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface DataScanJobOrBuilder
        Returns:
        The state.
      • setState

        public DataScanJob.Builder setState​(DataScanJob.State value)
         Output only. Execution state for the DataScanJob.
         
        .google.cloud.dataplex.v1.DataScanJob.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public DataScanJob.Builder clearState()
         Output only. Execution state for the DataScanJob.
         
        .google.cloud.dataplex.v1.DataScanJob.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getMessage

        public String getMessage()
         Output only. Additional information about the current state.
         
        string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMessage in interface DataScanJobOrBuilder
        Returns:
        The message.
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         Output only. Additional information about the current state.
         
        string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMessageBytes in interface DataScanJobOrBuilder
        Returns:
        The bytes for message.
      • setMessage

        public DataScanJob.Builder setMessage​(String value)
         Output only. Additional information about the current state.
         
        string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The message to set.
        Returns:
        This builder for chaining.
      • clearMessage

        public DataScanJob.Builder clearMessage()
         Output only. Additional information about the current state.
         
        string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setMessageBytes

        public DataScanJob.Builder setMessageBytes​(com.google.protobuf.ByteString value)
         Output only. Additional information about the current state.
         
        string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for message to set.
        Returns:
        This builder for chaining.
      • getTypeValue

        public int getTypeValue()
         Output only. The type of the parent DataScan.
         
        .google.cloud.dataplex.v1.DataScanType type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTypeValue in interface DataScanJobOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        public DataScanJob.Builder setTypeValue​(int value)
         Output only. The type of the parent DataScan.
         
        .google.cloud.dataplex.v1.DataScanType type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for type to set.
        Returns:
        This builder for chaining.
      • getType

        public DataScanType getType()
         Output only. The type of the parent DataScan.
         
        .google.cloud.dataplex.v1.DataScanType type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getType in interface DataScanJobOrBuilder
        Returns:
        The type.
      • setType

        public DataScanJob.Builder setType​(DataScanType value)
         Output only. The type of the parent DataScan.
         
        .google.cloud.dataplex.v1.DataScanType type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public DataScanJob.Builder clearType()
         Output only. The type of the parent DataScan.
         
        .google.cloud.dataplex.v1.DataScanType type = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasDataQualitySpec

        public boolean hasDataQualitySpec()
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDataQualitySpec in interface DataScanJobOrBuilder
        Returns:
        Whether the dataQualitySpec field is set.
      • getDataQualitySpec

        public DataQualitySpec getDataQualitySpec()
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDataQualitySpec in interface DataScanJobOrBuilder
        Returns:
        The dataQualitySpec.
      • setDataQualitySpec

        public DataScanJob.Builder setDataQualitySpec​(DataQualitySpec value)
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDataQualitySpec

        public DataScanJob.Builder setDataQualitySpec​(DataQualitySpec.Builder builderForValue)
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDataQualitySpec

        public DataScanJob.Builder mergeDataQualitySpec​(DataQualitySpec value)
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDataQualitySpec

        public DataScanJob.Builder clearDataQualitySpec()
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDataQualitySpecBuilder

        public DataQualitySpec.Builder getDataQualitySpecBuilder()
         Output only. DataQualityScan related setting.
         
        .google.cloud.dataplex.v1.DataQualitySpec data_quality_spec = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasDataProfileSpec

        public boolean hasDataProfileSpec()
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDataProfileSpec in interface DataScanJobOrBuilder
        Returns:
        Whether the dataProfileSpec field is set.
      • getDataProfileSpec

        public DataProfileSpec getDataProfileSpec()
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDataProfileSpec in interface DataScanJobOrBuilder
        Returns:
        The dataProfileSpec.
      • setDataProfileSpec

        public DataScanJob.Builder setDataProfileSpec​(DataProfileSpec value)
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDataProfileSpec

        public DataScanJob.Builder setDataProfileSpec​(DataProfileSpec.Builder builderForValue)
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDataProfileSpec

        public DataScanJob.Builder mergeDataProfileSpec​(DataProfileSpec value)
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDataProfileSpec

        public DataScanJob.Builder clearDataProfileSpec()
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDataProfileSpecBuilder

        public DataProfileSpec.Builder getDataProfileSpecBuilder()
         Output only. DataProfileScan related setting.
         
        .google.cloud.dataplex.v1.DataProfileSpec data_profile_spec = 101 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasDataQualityResult

        public boolean hasDataQualityResult()
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDataQualityResult in interface DataScanJobOrBuilder
        Returns:
        Whether the dataQualityResult field is set.
      • getDataQualityResult

        public DataQualityResult getDataQualityResult()
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDataQualityResult in interface DataScanJobOrBuilder
        Returns:
        The dataQualityResult.
      • setDataQualityResult

        public DataScanJob.Builder setDataQualityResult​(DataQualityResult value)
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDataQualityResult

        public DataScanJob.Builder setDataQualityResult​(DataQualityResult.Builder builderForValue)
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDataQualityResult

        public DataScanJob.Builder mergeDataQualityResult​(DataQualityResult value)
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDataQualityResult

        public DataScanJob.Builder clearDataQualityResult()
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDataQualityResultBuilder

        public DataQualityResult.Builder getDataQualityResultBuilder()
         Output only. The result of the data quality scan.
         
        .google.cloud.dataplex.v1.DataQualityResult data_quality_result = 200 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasDataProfileResult

        public boolean hasDataProfileResult()
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDataProfileResult in interface DataScanJobOrBuilder
        Returns:
        Whether the dataProfileResult field is set.
      • getDataProfileResult

        public DataProfileResult getDataProfileResult()
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDataProfileResult in interface DataScanJobOrBuilder
        Returns:
        The dataProfileResult.
      • setDataProfileResult

        public DataScanJob.Builder setDataProfileResult​(DataProfileResult value)
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDataProfileResult

        public DataScanJob.Builder setDataProfileResult​(DataProfileResult.Builder builderForValue)
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDataProfileResult

        public DataScanJob.Builder mergeDataProfileResult​(DataProfileResult value)
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDataProfileResult

        public DataScanJob.Builder clearDataProfileResult()
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDataProfileResultBuilder

        public DataProfileResult.Builder getDataProfileResultBuilder()
         Output only. The result of the data profile scan.
         
        .google.cloud.dataplex.v1.DataProfileResult data_profile_result = 201 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUnknownFields

        public final DataScanJob.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>
      • mergeUnknownFields

        public final DataScanJob.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DataScanJob.Builder>