-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitEgress.SegmentsInfoOrBuilder
public final class LivekitEgress.SegmentsInfo.Builder extends GeneratedMessageLite.Builder<LivekitEgress.SegmentsInfo, LivekitEgress.SegmentsInfo.Builder> implements LivekitEgress.SegmentsInfoOrBuilder
Protobuf type
{@code livekit.SegmentsInfo}
-
-
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
-
getPlaylistName
String getPlaylistName()
string playlist_name = 1;
-
getPlaylistNameBytes
ByteString getPlaylistNameBytes()
string playlist_name = 1;
-
setPlaylistName
LivekitEgress.SegmentsInfo.Builder setPlaylistName(String value)
string playlist_name = 1;- Parameters:
value- The playlistName to set.
-
clearPlaylistName
LivekitEgress.SegmentsInfo.Builder clearPlaylistName()
string playlist_name = 1;
-
setPlaylistNameBytes
LivekitEgress.SegmentsInfo.Builder setPlaylistNameBytes(ByteString value)
string playlist_name = 1;- Parameters:
value- The bytes for playlistName to set.
-
getLivePlaylistName
String getLivePlaylistName()
string live_playlist_name = 8;
-
getLivePlaylistNameBytes
ByteString getLivePlaylistNameBytes()
string live_playlist_name = 8;
-
setLivePlaylistName
LivekitEgress.SegmentsInfo.Builder setLivePlaylistName(String value)
string live_playlist_name = 8;- Parameters:
value- The livePlaylistName to set.
-
clearLivePlaylistName
LivekitEgress.SegmentsInfo.Builder clearLivePlaylistName()
string live_playlist_name = 8;
-
setLivePlaylistNameBytes
LivekitEgress.SegmentsInfo.Builder setLivePlaylistNameBytes(ByteString value)
string live_playlist_name = 8;- Parameters:
value- The bytes for livePlaylistName to set.
-
getDuration
long getDuration()
int64 duration = 2;
-
setDuration
LivekitEgress.SegmentsInfo.Builder setDuration(long value)
int64 duration = 2;- Parameters:
value- The duration to set.
-
clearDuration
LivekitEgress.SegmentsInfo.Builder clearDuration()
int64 duration = 2;
-
getSize
long getSize()
int64 size = 3;
-
setSize
LivekitEgress.SegmentsInfo.Builder setSize(long value)
int64 size = 3;- Parameters:
value- The size to set.
-
clearSize
LivekitEgress.SegmentsInfo.Builder clearSize()
int64 size = 3;
-
getPlaylistLocation
String getPlaylistLocation()
string playlist_location = 4;
-
getPlaylistLocationBytes
ByteString getPlaylistLocationBytes()
string playlist_location = 4;
-
setPlaylistLocation
LivekitEgress.SegmentsInfo.Builder setPlaylistLocation(String value)
string playlist_location = 4;- Parameters:
value- The playlistLocation to set.
-
clearPlaylistLocation
LivekitEgress.SegmentsInfo.Builder clearPlaylistLocation()
string playlist_location = 4;
-
setPlaylistLocationBytes
LivekitEgress.SegmentsInfo.Builder setPlaylistLocationBytes(ByteString value)
string playlist_location = 4;- Parameters:
value- The bytes for playlistLocation to set.
-
getLivePlaylistLocation
String getLivePlaylistLocation()
string live_playlist_location = 9;
-
getLivePlaylistLocationBytes
ByteString getLivePlaylistLocationBytes()
string live_playlist_location = 9;
-
setLivePlaylistLocation
LivekitEgress.SegmentsInfo.Builder setLivePlaylistLocation(String value)
string live_playlist_location = 9;- Parameters:
value- The livePlaylistLocation to set.
-
clearLivePlaylistLocation
LivekitEgress.SegmentsInfo.Builder clearLivePlaylistLocation()
string live_playlist_location = 9;
-
setLivePlaylistLocationBytes
LivekitEgress.SegmentsInfo.Builder setLivePlaylistLocationBytes(ByteString value)
string live_playlist_location = 9;- Parameters:
value- The bytes for livePlaylistLocation to set.
-
getSegmentCount
long getSegmentCount()
int64 segment_count = 5;
-
setSegmentCount
LivekitEgress.SegmentsInfo.Builder setSegmentCount(long value)
int64 segment_count = 5;- Parameters:
value- The segmentCount to set.
-
clearSegmentCount
LivekitEgress.SegmentsInfo.Builder clearSegmentCount()
int64 segment_count = 5;
-
getStartedAt
long getStartedAt()
int64 started_at = 6;
-
setStartedAt
LivekitEgress.SegmentsInfo.Builder setStartedAt(long value)
int64 started_at = 6;- Parameters:
value- The startedAt to set.
-
clearStartedAt
LivekitEgress.SegmentsInfo.Builder clearStartedAt()
int64 started_at = 6;
-
getEndedAt
long getEndedAt()
int64 ended_at = 7;
-
setEndedAt
LivekitEgress.SegmentsInfo.Builder setEndedAt(long value)
int64 ended_at = 7;- Parameters:
value- The endedAt to set.
-
clearEndedAt
LivekitEgress.SegmentsInfo.Builder clearEndedAt()
int64 ended_at = 7;
-
-
-
-