public interface EntrypointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommandCase()
public abstract Entrypoint.CommandCase getCommandCase()
Returns | |
---|---|
Type | Description |
Entrypoint.CommandCase |
getShell()
public abstract String getShell()
The format should be a shell command that can be fed to bash -c
.
string shell = 1;
Returns | |
---|---|
Type | Description |
String |
The shell. |
getShellBytes()
public abstract ByteString getShellBytes()
The format should be a shell command that can be fed to bash -c
.
string shell = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for shell. |
hasShell()
public abstract boolean hasShell()
The format should be a shell command that can be fed to bash -c
.
string shell = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the shell field is set. |