Package com.viam.service.shell.v1
Interface Shell.ShellResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Shell.ShellResponse
,Shell.ShellResponse.Builder
- Enclosing class:
- Shell
public static interface Shell.ShellResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring data_err = 2 [json_name = "dataErr"];
com.google.protobuf.ByteString
string data_err = 2 [json_name = "dataErr"];
string data_out = 1 [json_name = "dataOut"];
com.google.protobuf.ByteString
string data_out = 1 [json_name = "dataOut"];
boolean
getEof()
bool eof = 3 [json_name = "eof"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getDataOut
String getDataOut()string data_out = 1 [json_name = "dataOut"];
- Returns:
- The dataOut.
-
getDataOutBytes
com.google.protobuf.ByteString getDataOutBytes()string data_out = 1 [json_name = "dataOut"];
- Returns:
- The bytes for dataOut.
-
getDataErr
String getDataErr()string data_err = 2 [json_name = "dataErr"];
- Returns:
- The dataErr.
-
getDataErrBytes
com.google.protobuf.ByteString getDataErrBytes()string data_err = 2 [json_name = "dataErr"];
- Returns:
- The bytes for dataErr.
-
getEof
boolean getEof()bool eof = 3 [json_name = "eof"];
- Returns:
- The eof.
-