Package com.viam.service.shell.v1
Interface Shell.ShellRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Shell.ShellRequest,Shell.ShellRequest.Builder
- Enclosing class:
- Shell
public static interface Shell.ShellRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring data_in = 2 [json_name = "dataIn"];com.google.protobuf.ByteStringstring data_in = 2 [json_name = "dataIn"];com.google.protobuf.StructgetExtra()Additional arguments to the methodgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];booleanhasExtra()Additional arguments to the methodMethods 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.
-
getDataIn
String getDataIn()string data_in = 2 [json_name = "dataIn"];- Returns:
- The dataIn.
-
getDataInBytes
com.google.protobuf.ByteString getDataInBytes()string data_in = 2 [json_name = "dataIn"];- Returns:
- The bytes for dataIn.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
-