Interface RunSessionRequestOrBuilder (0.1.0)

public interface RunSessionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfig()

public abstract SessionConfig getConfig()

Required. The configuration for the session.

.google.cloud.ces.v1.SessionConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SessionConfig

The config.

getConfigOrBuilder()

public abstract SessionConfigOrBuilder getConfigOrBuilder()

Required. The configuration for the session.

.google.cloud.ces.v1.SessionConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SessionConfigOrBuilder

getInputs(int index)

public abstract SessionInput getInputs(int index)

Required. Inputs for the session.

repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SessionInput

getInputsCount()

public abstract int getInputsCount()

Required. Inputs for the session.

repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getInputsList()

public abstract List<SessionInput> getInputsList()

Required. Inputs for the session.

repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<SessionInput>

getInputsOrBuilder(int index)

public abstract SessionInputOrBuilder getInputsOrBuilder(int index)

Required. Inputs for the session.

repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SessionInputOrBuilder

getInputsOrBuilderList()

public abstract List<? extends SessionInputOrBuilder> getInputsOrBuilderList()

Required. Inputs for the session.

repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];

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

hasConfig()

public abstract boolean hasConfig()

Required. The configuration for the session.

.google.cloud.ces.v1.SessionConfig config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the config field is set.