Package com.viam.robot.v1
Interface Robot.ConfigStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.ConfigStatus
,Robot.ConfigStatus.Builder
- Enclosing class:
- Robot
public static interface Robot.ConfigStatusOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp
config ingestion timestamp.revision of the last config that the machine successfully ingested.com.google.protobuf.ByteString
revision of the last config that the machine successfully ingested.boolean
config ingestion timestamp.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRevision
String getRevision()revision of the last config that the machine successfully ingested.
string revision = 1 [json_name = "revision"];
- Returns:
- The revision.
-
getRevisionBytes
com.google.protobuf.ByteString getRevisionBytes()revision of the last config that the machine successfully ingested.
string revision = 1 [json_name = "revision"];
- Returns:
- The bytes for revision.
-
hasLastUpdated
boolean hasLastUpdated()config ingestion timestamp.
.google.protobuf.Timestamp last_updated = 2 [json_name = "lastUpdated"];
- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()config ingestion timestamp.
.google.protobuf.Timestamp last_updated = 2 [json_name = "lastUpdated"];
- Returns:
- The lastUpdated.
-