Interface OSPolicy.Resource.ExecResource.ExecOrBuilder (2.53.0)

public static interface OSPolicy.Resource.ExecResource.ExecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArgs(int index)

public abstract String getArgs(int index)

Optional arguments to pass to the source during execution.

repeated string args = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The args at the given index.

getArgsBytes(int index)

public abstract ByteString getArgsBytes(int index)

Optional arguments to pass to the source during execution.

repeated string args = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the args at the given index.

getArgsCount()

public abstract int getArgsCount()

Optional arguments to pass to the source during execution.

repeated string args = 3;

Returns
Type Description
int

The count of args.

getArgsList()

public abstract List<String> getArgsList()

Optional arguments to pass to the source during execution.

repeated string args = 3;

Returns
Type Description
List<String>

A list containing the args.

getFile()