Package com.viam.robot.v1
Interface Robot.StatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.Status,Robot.Status.Builder
- Enclosing class:
- Robot
public static interface Robot.StatusOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp last_reconfigured = 3 [json_name = "lastReconfigured"];getName().viam.common.v1.ResourceName name = 1 [json_name = "name"];com.google.protobuf.Struct.google.protobuf.Struct status = 2 [json_name = "status"];boolean.google.protobuf.Timestamp last_reconfigured = 3 [json_name = "lastReconfigured"];booleanhasName().viam.common.v1.ResourceName name = 1 [json_name = "name"];boolean.google.protobuf.Struct status = 2 [json_name = "status"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasName
boolean hasName().viam.common.v1.ResourceName name = 1 [json_name = "name"];- Returns:
- Whether the name field is set.
-
getName
Common.ResourceName getName().viam.common.v1.ResourceName name = 1 [json_name = "name"];- Returns:
- The name.
-
hasStatus
boolean hasStatus().google.protobuf.Struct status = 2 [json_name = "status"];- Returns:
- Whether the status field is set.
-
getStatus
com.google.protobuf.Struct getStatus().google.protobuf.Struct status = 2 [json_name = "status"];- Returns:
- The status.
-
hasLastReconfigured
boolean hasLastReconfigured().google.protobuf.Timestamp last_reconfigured = 3 [json_name = "lastReconfigured"];- Returns:
- Whether the lastReconfigured field is set.
-
getLastReconfigured
com.google.protobuf.Timestamp getLastReconfigured().google.protobuf.Timestamp last_reconfigured = 3 [json_name = "lastReconfigured"];- Returns:
- The lastReconfigured.
-