Interface EntrypointOrBuilder (2.5.0)

public interface EntrypointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommandCase()

public abstract Entrypoint.CommandCase getCommandCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the shell field is set.