Interface RunSessionResponseOrBuilder (0.1.0)

public interface RunSessionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputs(int index)

public abstract SessionOutput getOutputs(int index)

Outputs for the session.

repeated .google.cloud.ces.v1.SessionOutput outputs = 1;

Parameter
Name Description
index int
Returns
Type Description
SessionOutput

getOutputsCount()

public abstract int getOutputsCount()

Outputs for the session.

repeated .google.cloud.ces.v1.SessionOutput outputs = 1;

Returns
Type Description
int

getOutputsList()

public abstract List<SessionOutput> getOutputsList()

Outputs for the session.

repeated .google.cloud.ces.v1.SessionOutput outputs = 1;

Returns
Type Description
List<SessionOutput>

getOutputsOrBuilder(int index)

public abstract SessionOutputOrBuilder getOutputsOrBuilder(int index)

Outputs for the session.

repeated .google.cloud.ces.v1.SessionOutput outputs = 1;

Parameter
Name Description
index int
Returns
Type Description
SessionOutputOrBuilder

getOutputsOrBuilderList()

public abstract List<? extends SessionOutputOrBuilder> getOutputsOrBuilderList()

Outputs for the session.

repeated .google.cloud.ces.v1.SessionOutput outputs = 1;

Returns
Type Description
List<? extends com.google.cloud.ces.v1.SessionOutputOrBuilder>