-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitEgress.StreamInfoOrBuilder
public final class LivekitEgress.StreamInfo.Builder extends GeneratedMessageLite.Builder<LivekitEgress.StreamInfo, LivekitEgress.StreamInfo.Builder> implements LivekitEgress.StreamInfoOrBuilder
Protobuf type
{@code livekit.StreamInfo}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUrlBytes
ByteString getUrlBytes()
string url = 1;
-
setUrl
LivekitEgress.StreamInfo.Builder setUrl(String value)
string url = 1;- Parameters:
value- The url to set.
-
clearUrl
LivekitEgress.StreamInfo.Builder clearUrl()
string url = 1;
-
setUrlBytes
LivekitEgress.StreamInfo.Builder setUrlBytes(ByteString value)
string url = 1;- Parameters:
value- The bytes for url to set.
-
getStartedAt
long getStartedAt()
int64 started_at = 2;
-
setStartedAt
LivekitEgress.StreamInfo.Builder setStartedAt(long value)
int64 started_at = 2;- Parameters:
value- The startedAt to set.
-
clearStartedAt
LivekitEgress.StreamInfo.Builder clearStartedAt()
int64 started_at = 2;
-
getEndedAt
long getEndedAt()
int64 ended_at = 3;
-
setEndedAt
LivekitEgress.StreamInfo.Builder setEndedAt(long value)
int64 ended_at = 3;- Parameters:
value- The endedAt to set.
-
clearEndedAt
LivekitEgress.StreamInfo.Builder clearEndedAt()
int64 ended_at = 3;
-
getDuration
long getDuration()
int64 duration = 4;
-
setDuration
LivekitEgress.StreamInfo.Builder setDuration(long value)
int64 duration = 4;- Parameters:
value- The duration to set.
-
clearDuration
LivekitEgress.StreamInfo.Builder clearDuration()
int64 duration = 4;
-
getStatusValue
int getStatusValue()
.livekit.StreamInfo.Status status = 5;
-
setStatusValue
LivekitEgress.StreamInfo.Builder setStatusValue(int value)
.livekit.StreamInfo.Status status = 5;- Parameters:
value- The status to set.
-
getStatus
LivekitEgress.StreamInfo.Status getStatus()
.livekit.StreamInfo.Status status = 5;
-
setStatus
LivekitEgress.StreamInfo.Builder setStatus(LivekitEgress.StreamInfo.Status value)
.livekit.StreamInfo.Status status = 5;- Parameters:
value- The enum numeric value on the wire for status to set.
-
clearStatus
LivekitEgress.StreamInfo.Builder clearStatus()
.livekit.StreamInfo.Status status = 5;
-
getErrorBytes
ByteString getErrorBytes()
string error = 6;
-
setError
LivekitEgress.StreamInfo.Builder setError(String value)
string error = 6;- Parameters:
value- The error to set.
-
clearError
LivekitEgress.StreamInfo.Builder clearError()
string error = 6;
-
setErrorBytes
LivekitEgress.StreamInfo.Builder setErrorBytes(ByteString value)
string error = 6;- Parameters:
value- The bytes for error to set.
-
-
-
-