public interface BidiSessionClientMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract SessionConfig getConfig()Optional. The initial config message for the session.
.google.cloud.ces.v1.SessionConfig config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SessionConfig |
The config. |
getConfigOrBuilder()
public abstract SessionConfigOrBuilder getConfigOrBuilder()Optional. The initial config message for the session.
.google.cloud.ces.v1.SessionConfig config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SessionConfigOrBuilder |
|
getMessageTypeCase()
public abstract BidiSessionClientMessage.MessageTypeCase getMessageTypeCase()| Returns | |
|---|---|
| Type | Description |
BidiSessionClientMessage.MessageTypeCase |
|
getRealtimeInput()
public abstract SessionInput getRealtimeInput()Optional. Realtime input for the session.
.google.cloud.ces.v1.SessionInput realtime_input = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SessionInput |
The realtimeInput. |
getRealtimeInputOrBuilder()
public abstract SessionInputOrBuilder getRealtimeInputOrBuilder()Optional. Realtime input for the session.
.google.cloud.ces.v1.SessionInput realtime_input = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SessionInputOrBuilder |
|
hasConfig()
public abstract boolean hasConfig()Optional. The initial config message for the session.
.google.cloud.ces.v1.SessionConfig config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the config field is set. |
hasRealtimeInput()
public abstract boolean hasRealtimeInput()Optional. Realtime input for the session.
.google.cloud.ces.v1.SessionInput realtime_input = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the realtimeInput field is set. |