public static interface StreamAssistResponse.SessionInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSession()
public abstract String getSession()
Name of the newly generated or continued session.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}
.
string session = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The session. |
getSessionBytes()
public abstract ByteString getSessionBytes()
Name of the newly generated or continued session.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}
.
string session = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for session. |