Interface DataScan.ExecutionStatusOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DataScan.ExecutionStatus, DataScan.ExecutionStatus.Builder
    Enclosing class:
    DataScan

    public static interface DataScan.ExecutionStatusOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getLatestJobEndTime()
      The time when the latest DataScanJob ended.
      com.google.protobuf.TimestampOrBuilder getLatestJobEndTimeOrBuilder()
      The time when the latest DataScanJob ended.
      com.google.protobuf.Timestamp getLatestJobStartTime()
      The time when the latest DataScanJob started.
      com.google.protobuf.TimestampOrBuilder getLatestJobStartTimeOrBuilder()
      The time when the latest DataScanJob started.
      boolean hasLatestJobEndTime()
      The time when the latest DataScanJob ended.
      boolean hasLatestJobStartTime()
      The time when the latest DataScanJob started.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasLatestJobStartTime

        boolean hasLatestJobStartTime()
         The time when the latest DataScanJob started.
         
        .google.protobuf.Timestamp latest_job_start_time = 4;
        Returns:
        Whether the latestJobStartTime field is set.
      • getLatestJobStartTime

        com.google.protobuf.Timestamp getLatestJobStartTime()
         The time when the latest DataScanJob started.
         
        .google.protobuf.Timestamp latest_job_start_time = 4;
        Returns:
        The latestJobStartTime.
      • getLatestJobStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLatestJobStartTimeOrBuilder()
         The time when the latest DataScanJob started.
         
        .google.protobuf.Timestamp latest_job_start_time = 4;
      • hasLatestJobEndTime

        boolean hasLatestJobEndTime()
         The time when the latest DataScanJob ended.
         
        .google.protobuf.Timestamp latest_job_end_time = 5;
        Returns:
        Whether the latestJobEndTime field is set.
      • getLatestJobEndTime

        com.google.protobuf.Timestamp getLatestJobEndTime()
         The time when the latest DataScanJob ended.
         
        .google.protobuf.Timestamp latest_job_end_time = 5;
        Returns:
        The latestJobEndTime.
      • getLatestJobEndTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLatestJobEndTimeOrBuilder()
         The time when the latest DataScanJob ended.
         
        .google.protobuf.Timestamp latest_job_end_time = 5;