Package com.viam.common.v1
Interface Common.DoCommandRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.DoCommandRequest
,Common.DoCommandRequest.Builder
- Enclosing class:
- Common
public static interface Common.DoCommandRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
.google.protobuf.Struct command = 2 [json_name = "command"];
getName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString
string name = 1 [json_name = "name"];
boolean
.google.protobuf.Struct command = 2 [json_name = "command"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasCommand
boolean hasCommand().google.protobuf.Struct command = 2 [json_name = "command"];
- Returns:
- Whether the command field is set.
-
getCommand
com.google.protobuf.Struct getCommand().google.protobuf.Struct command = 2 [json_name = "command"];
- Returns:
- The command.
-