-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitEgress.FileInfoOrBuilder
public final class LivekitEgress.FileInfo.Builder extends GeneratedMessageLite.Builder<LivekitEgress.FileInfo, LivekitEgress.FileInfo.Builder> implements LivekitEgress.FileInfoOrBuilder
Protobuf type
{@code livekit.FileInfo}
-
-
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
-
getFilename
String getFilename()
string filename = 1;
-
getFilenameBytes
ByteString getFilenameBytes()
string filename = 1;
-
setFilename
LivekitEgress.FileInfo.Builder setFilename(String value)
string filename = 1;- Parameters:
value- The filename to set.
-
clearFilename
LivekitEgress.FileInfo.Builder clearFilename()
string filename = 1;
-
setFilenameBytes
LivekitEgress.FileInfo.Builder setFilenameBytes(ByteString value)
string filename = 1;- Parameters:
value- The bytes for filename to set.
-
getStartedAt
long getStartedAt()
int64 started_at = 2;
-
setStartedAt
LivekitEgress.FileInfo.Builder setStartedAt(long value)
int64 started_at = 2;- Parameters:
value- The startedAt to set.
-
clearStartedAt
LivekitEgress.FileInfo.Builder clearStartedAt()
int64 started_at = 2;
-
getEndedAt
long getEndedAt()
int64 ended_at = 3;
-
setEndedAt
LivekitEgress.FileInfo.Builder setEndedAt(long value)
int64 ended_at = 3;- Parameters:
value- The endedAt to set.
-
clearEndedAt
LivekitEgress.FileInfo.Builder clearEndedAt()
int64 ended_at = 3;
-
getDuration
long getDuration()
int64 duration = 6;
-
setDuration
LivekitEgress.FileInfo.Builder setDuration(long value)
int64 duration = 6;- Parameters:
value- The duration to set.
-
clearDuration
LivekitEgress.FileInfo.Builder clearDuration()
int64 duration = 6;
-
getSize
long getSize()
int64 size = 4;
-
setSize
LivekitEgress.FileInfo.Builder setSize(long value)
int64 size = 4;- Parameters:
value- The size to set.
-
clearSize
LivekitEgress.FileInfo.Builder clearSize()
int64 size = 4;
-
getLocation
String getLocation()
string location = 5;
-
getLocationBytes
ByteString getLocationBytes()
string location = 5;
-
setLocation
LivekitEgress.FileInfo.Builder setLocation(String value)
string location = 5;- Parameters:
value- The location to set.
-
clearLocation
LivekitEgress.FileInfo.Builder clearLocation()
string location = 5;
-
setLocationBytes
LivekitEgress.FileInfo.Builder setLocationBytes(ByteString value)
string location = 5;- Parameters:
value- The bytes for location to set.
-
-
-
-