-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.DataStream.TrailerOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetStreamId()unique identifier for this data streamstring stream_id = 1;abstract ByteStringgetStreamIdBytes()unique identifier for this data streamstring stream_id = 1;abstract StringgetReason()reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)string reason = 2;abstract ByteStringgetReasonBytes()reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)string reason = 2;abstract intgetAttributesCount()finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;abstract booleancontainsAttributes(String key)finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;abstract Map<String, String>getAttributes()Use getAttributesMap instead. abstract Map<String, String>getAttributesMap()finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;abstract StringgetAttributesOrDefault(String key, String defaultValue)finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;abstract StringgetAttributesOrThrow(String key)finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;-
-
Method Detail
-
getStreamId
abstract String getStreamId()
unique identifier for this data streamstring stream_id = 1;
-
getStreamIdBytes
abstract ByteString getStreamIdBytes()
unique identifier for this data streamstring stream_id = 1;
-
getReason
abstract String getReason()
reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)string reason = 2;
-
getReasonBytes
abstract ByteString getReasonBytes()
reason why the stream was closed (could contain "error" / "interrupted" / empty for expected end)string reason = 2;
-
getAttributesCount
abstract int getAttributesCount()
finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;
-
containsAttributes
abstract boolean containsAttributes(String key)
finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;
-
getAttributes
@Deprecated() abstract Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
abstract Map<String, String> getAttributesMap()
finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;
-
getAttributesOrDefault
abstract String getAttributesOrDefault(String key, String defaultValue)
finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;
-
getAttributesOrThrow
abstract String getAttributesOrThrow(String key)
finalizing updates for the stream, can also include additional insights for errors or endTime for transcriptionmap<string, string> attributes = 3;
-
-
-
-