Package viam.app.datapipelines.v1
Class DataPipelines.DataPipelineRun
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<DataPipelines.DataPipelineRun,DataPipelines.DataPipelineRun.Builder>
viam.app.datapipelines.v1.DataPipelines.DataPipelineRun
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,DataPipelines.DataPipelineRunOrBuilder
- Enclosing class:
- DataPipelines
public static final class DataPipelines.DataPipelineRun
extends com.google.protobuf.GeneratedMessageLite<DataPipelines.DataPipelineRun,DataPipelines.DataPipelineRun.Builder>
implements DataPipelines.DataPipelineRunOrBuilder
Protobuf type
viam.app.datapipelines.v1.DataPipelineRun-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.app.datapipelines.v1.DataPipelineRunNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) com.google.protobuf.TimestampThe end time of the data that was processed in the run.com.google.protobuf.TimestampThe start time of the data that was processed in the run.com.google.protobuf.TimestampThe time the run ended.The error message if the run failed.com.google.protobuf.ByteStringThe error message if the run failed.getId()The ID of the run.com.google.protobuf.ByteStringThe ID of the run.com.google.protobuf.TimestampThe time the run started.The status of the run.intThe status of the run.booleanThe end time of the data that was processed in the run.booleanThe start time of the data that was processed in the run.booleanThe time the run ended.booleanThe time the run started.newBuilder(DataPipelines.DataPipelineRun prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<DataPipelines.DataPipelineRun>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER- See Also:
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER- See Also:
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER- See Also:
-
DATA_START_TIME_FIELD_NUMBER
public static final int DATA_START_TIME_FIELD_NUMBER- See Also:
-
DATA_END_TIME_FIELD_NUMBER
public static final int DATA_END_TIME_FIELD_NUMBER- See Also:
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER- See Also:
-
ERROR_MESSAGE_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getId
The ID of the run.
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()The ID of the run.
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The bytes for id.
-
hasStartTime
public boolean hasStartTime()The time the run started.
.google.protobuf.Timestamp start_time = 2 [json_name = "startTime"];- Specified by:
hasStartTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()The time the run started.
.google.protobuf.Timestamp start_time = 2 [json_name = "startTime"];- Specified by:
getStartTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The startTime.
-
hasEndTime
public boolean hasEndTime()The time the run ended.
.google.protobuf.Timestamp end_time = 3 [json_name = "endTime"];- Specified by:
hasEndTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()The time the run ended.
.google.protobuf.Timestamp end_time = 3 [json_name = "endTime"];- Specified by:
getEndTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The endTime.
-
hasDataStartTime
public boolean hasDataStartTime()The start time of the data that was processed in the run.
.google.protobuf.Timestamp data_start_time = 4 [json_name = "dataStartTime"];- Specified by:
hasDataStartTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- Whether the dataStartTime field is set.
-
getDataStartTime
public 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"];- Specified by:
getDataStartTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The dataStartTime.
-
hasDataEndTime
public boolean hasDataEndTime()The end time of the data that was processed in the run.
.google.protobuf.Timestamp data_end_time = 5 [json_name = "dataEndTime"];- Specified by:
hasDataEndTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- Whether the dataEndTime field is set.
-
getDataEndTime
public 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"];- Specified by:
getDataEndTimein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The dataEndTime.
-
getStatusValue
public int getStatusValue()The status of the run.
.viam.app.datapipelines.v1.DataPipelineRunStatus status = 6 [json_name = "status"];- Specified by:
getStatusValuein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The enum numeric value on the wire for status.
-
getStatus
The status of the run.
.viam.app.datapipelines.v1.DataPipelineRunStatus status = 6 [json_name = "status"];- Specified by:
getStatusin interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The status.
-
getErrorMessage
The error message if the run failed.
string error_message = 7 [json_name = "errorMessage"];- Specified by:
getErrorMessagein interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()The error message if the run failed.
string error_message = 7 [json_name = "errorMessage"];- Specified by:
getErrorMessageBytesin interfaceDataPipelines.DataPipelineRunOrBuilder- Returns:
- The bytes for errorMessage.
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static DataPipelines.DataPipelineRun parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static DataPipelines.DataPipelineRun parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static DataPipelines.DataPipelineRun parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static DataPipelines.DataPipelineRun.Builder newBuilder(DataPipelines.DataPipelineRun prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<DataPipelines.DataPipelineRun,DataPipelines.DataPipelineRun.Builder>
-
getDefaultInstance
-
parser
-