public static interface ShellExecEndpoint.ShellExecResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
optional int32 exit_code = 1; |
String |
getStderr()
optional string stderr = 3; |
com.google.protobuf.ByteString |
getStderrBytes()
optional string stderr = 3; |
String |
getStdout()
optional string stdout = 2; |
com.google.protobuf.ByteString |
getStdoutBytes()
optional string stdout = 2; |
boolean |
hasExitCode()
optional int32 exit_code = 1; |
boolean |
hasStderr()
optional string stderr = 3; |
boolean |
hasStdout()
optional string stdout = 2; |
boolean hasExitCode()
optional int32 exit_code = 1;int getExitCode()
optional int32 exit_code = 1;boolean hasStdout()
optional string stdout = 2;String getStdout()
optional string stdout = 2;com.google.protobuf.ByteString getStdoutBytes()
optional string stdout = 2;boolean hasStderr()
optional string stderr = 3;String getStderr()
optional string stderr = 3;com.google.protobuf.ByteString getStderrBytes()
optional string stderr = 3;Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.