public static final class DataScan.ExecutionStatus.Builder extends GeneratedMessageV3.Builder<DataScan.ExecutionStatus.Builder> implements DataScan.ExecutionStatusOrBuilder
   
   Status of the data scan execution.
 Protobuf type google.cloud.dataplex.v1.DataScan.ExecutionStatus
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public DataScan.ExecutionStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public DataScan.ExecutionStatus build()
   
  
  
  buildPartial()
  
    public DataScan.ExecutionStatus buildPartial()
   
  
  
  clear()
  
    public DataScan.ExecutionStatus.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public DataScan.ExecutionStatus.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearLatestJobCreateTime()
  
    public DataScan.ExecutionStatus.Builder clearLatestJobCreateTime()
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
clearLatestJobEndTime()
  
    public DataScan.ExecutionStatus.Builder clearLatestJobEndTime()
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
clearLatestJobStartTime()
  
    public DataScan.ExecutionStatus.Builder clearLatestJobStartTime()
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public DataScan.ExecutionStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public DataScan.ExecutionStatus.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public DataScan.ExecutionStatus getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getLatestJobCreateTime()
  
    public Timestamp getLatestJobCreateTime()
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The latestJobCreateTime. | 
    
  
  
  getLatestJobCreateTimeBuilder()
  
    public Timestamp.Builder getLatestJobCreateTimeBuilder()
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
getLatestJobCreateTimeOrBuilder()
  
    public TimestampOrBuilder getLatestJobCreateTimeOrBuilder()
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
getLatestJobEndTime()
  
    public Timestamp getLatestJobEndTime()
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The latestJobEndTime. | 
    
  
  
  getLatestJobEndTimeBuilder()
  
    public Timestamp.Builder getLatestJobEndTimeBuilder()
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
getLatestJobEndTimeOrBuilder()
  
    public TimestampOrBuilder getLatestJobEndTimeOrBuilder()
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
getLatestJobStartTime()
  
    public Timestamp getLatestJobStartTime()
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The latestJobStartTime. | 
    
  
  
  getLatestJobStartTimeBuilder()
  
    public Timestamp.Builder getLatestJobStartTimeBuilder()
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
getLatestJobStartTimeOrBuilder()
  
    public TimestampOrBuilder getLatestJobStartTimeOrBuilder()
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
hasLatestJobCreateTime()
  
    public boolean hasLatestJobCreateTime()
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the latestJobCreateTime field is set. | 
    
  
  
  hasLatestJobEndTime()
  
    public boolean hasLatestJobEndTime()
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the latestJobEndTime field is set. | 
    
  
  
  hasLatestJobStartTime()
  
    public boolean hasLatestJobStartTime()
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the latestJobStartTime field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(DataScan.ExecutionStatus other)
  
    public DataScan.ExecutionStatus.Builder mergeFrom(DataScan.ExecutionStatus other)
   
  
  
  
  
  
    public DataScan.ExecutionStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public DataScan.ExecutionStatus.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeLatestJobCreateTime(Timestamp value)
  
    public DataScan.ExecutionStatus.Builder mergeLatestJobCreateTime(Timestamp value)
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
mergeLatestJobEndTime(Timestamp value)
  
    public DataScan.ExecutionStatus.Builder mergeLatestJobEndTime(Timestamp value)
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
mergeLatestJobStartTime(Timestamp value)
  
    public DataScan.ExecutionStatus.Builder mergeLatestJobStartTime(Timestamp value)
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final DataScan.ExecutionStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public DataScan.ExecutionStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setLatestJobCreateTime(Timestamp value)
  
    public DataScan.ExecutionStatus.Builder setLatestJobCreateTime(Timestamp value)
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
setLatestJobCreateTime(Timestamp.Builder builderForValue)
  
    public DataScan.ExecutionStatus.Builder setLatestJobCreateTime(Timestamp.Builder builderForValue)
   
   Optional. The time when the DataScanJob execution was created.
 
 .google.protobuf.Timestamp latest_job_create_time = 6 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setLatestJobEndTime(Timestamp value)
  
    public DataScan.ExecutionStatus.Builder setLatestJobEndTime(Timestamp value)
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
setLatestJobEndTime(Timestamp.Builder builderForValue)
  
    public DataScan.ExecutionStatus.Builder setLatestJobEndTime(Timestamp.Builder builderForValue)
   
   Optional. The time when the latest DataScanJob ended.
 
 .google.protobuf.Timestamp latest_job_end_time = 5 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setLatestJobStartTime(Timestamp value)
  
    public DataScan.ExecutionStatus.Builder setLatestJobStartTime(Timestamp value)
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
setLatestJobStartTime(Timestamp.Builder builderForValue)
  
    public DataScan.ExecutionStatus.Builder setLatestJobStartTime(Timestamp.Builder builderForValue)
   
   Optional. The time when the latest DataScanJob started.
 
 .google.protobuf.Timestamp latest_job_start_time = 4 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public DataScan.ExecutionStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final DataScan.ExecutionStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides