Package viam.app.datapipelines.v1
Interface DataPipelines.DataPipelineRunOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DataPipelines.DataPipelineRun
,DataPipelines.DataPipelineRun.Builder
- Enclosing class:
- DataPipelines
public static interface DataPipelines.DataPipelineRunOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp
The end time of the data that was processed in the run.com.google.protobuf.Timestamp
The start time of the data that was processed in the run.com.google.protobuf.Timestamp
The time the run ended.getId()
The ID of the run.com.google.protobuf.ByteString
The ID of the run.com.google.protobuf.Timestamp
The time the run started.The status of the run.int
The status of the run.boolean
The end time of the data that was processed in the run.boolean
The start time of the data that was processed in the run.boolean
The time the run ended.boolean
The time the run started.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()The ID of the run.
string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The ID of the run.
string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
hasStartTime
boolean hasStartTime()The time the run started.
.google.protobuf.Timestamp start_time = 2 [json_name = "startTime"];
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()The time the run started.
.google.protobuf.Timestamp start_time = 2 [json_name = "startTime"];
- Returns:
- The startTime.
-
hasEndTime
boolean hasEndTime()The time the run ended.
.google.protobuf.Timestamp end_time = 3 [json_name = "endTime"];
- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()The time the run ended.
.google.protobuf.Timestamp end_time = 3 [json_name = "endTime"];
- Returns:
- The endTime.
-
hasDataStartTime
boolean hasDataStartTime()The start time of the data that was processed in the run.
.google.protobuf.Timestamp data_start_time = 4 [json_name = "dataStartTime"];
- Returns:
- Whether the dataStartTime field is set.
-
getDataStartTime
com.google.protobuf.Timestamp getDataStartTime()The start time of the data that was processed in the run.
.google.protobuf.Timestamp data_start_time = 4 [json_name = "dataStartTime"];
- Returns:
- The dataStartTime.
-
hasDataEndTime
boolean hasDataEndTime()The end time of the data that was processed in the run.
.google.protobuf.Timestamp data_end_time = 5 [json_name = "dataEndTime"];
- Returns:
- Whether the dataEndTime field is set.
-
getDataEndTime
com.google.protobuf.Timestamp getDataEndTime()The end time of the data that was processed in the run.
.google.protobuf.Timestamp data_end_time = 5 [json_name = "dataEndTime"];
- Returns:
- The dataEndTime.
-
getStatusValue
int getStatusValue()The status of the run.
.viam.app.datapipelines.v1.DataPipelineRunStatus status = 6 [json_name = "status"];
- Returns:
- The enum numeric value on the wire for status.
-
getStatus
DataPipelines.DataPipelineRunStatus getStatus()The status of the run.
.viam.app.datapipelines.v1.DataPipelineRunStatus status = 6 [json_name = "status"];
- Returns:
- The status.
-