Interface ShellCommandOrBuilder (0.1.0)

public interface ShellCommandOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArgs()

public abstract String getArgs()

Arguments to be passed to the command.

string args = 2;

Returns
Type Description
String

The args.

getArgsBytes()

public abstract ByteString getArgsBytes()

Arguments to be passed to the command.

string args = 2;

Returns
Type Description
ByteString

The bytes for args.

getCommand()

public abstract String getCommand()

The name of the command to be executed.

string command = 1;

Returns
Type Description
String

The command.

getCommandBytes()

public abstract ByteString getCommandBytes()

The name of the command to be executed.

string command = 1;

Returns
Type Description
ByteString

The bytes for command.

getTimeoutSeconds()

public abstract int getTimeoutSeconds()

Optional. If not specified, the default timeout is 60 seconds.

int32 timeout_seconds = 3;

Returns
Type Description
int

The timeoutSeconds.