-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitEgress.StreamOutputOrBuilder
public final class LivekitEgress.StreamOutput.Builder extends GeneratedMessageLite.Builder<LivekitEgress.StreamOutput, LivekitEgress.StreamOutput.Builder> implements LivekitEgress.StreamOutputOrBuilder
Protobuf type
{@code livekit.StreamOutput}
-
-
Method Summary
Modifier and Type Method Description intgetProtocolValue()required.livekit.StreamProtocol protocol = 1;LivekitEgress.StreamOutput.BuildersetProtocolValue(int value)required.livekit.StreamProtocol protocol = 1;LivekitEgress.StreamProtocolgetProtocol()required.livekit.StreamProtocol protocol = 1;LivekitEgress.StreamOutput.BuildersetProtocol(LivekitEgress.StreamProtocol value)required.livekit.StreamProtocol protocol = 1;LivekitEgress.StreamOutput.BuilderclearProtocol()required.livekit.StreamProtocol protocol = 1;List<String>getUrlsList()requiredrepeated string urls = 2;intgetUrlsCount()requiredrepeated string urls = 2;StringgetUrls(int index)requiredrepeated string urls = 2;ByteStringgetUrlsBytes(int index)requiredrepeated string urls = 2;LivekitEgress.StreamOutput.BuildersetUrls(int index, String value)requiredrepeated string urls = 2;LivekitEgress.StreamOutput.BuilderaddUrls(String value)requiredrepeated string urls = 2;LivekitEgress.StreamOutput.BuilderaddAllUrls(Iterable<String> values)requiredrepeated string urls = 2;LivekitEgress.StreamOutput.BuilderclearUrls()requiredrepeated string urls = 2;LivekitEgress.StreamOutput.BuilderaddUrlsBytes(ByteString value)requiredrepeated string urls = 2;-
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
-
getProtocolValue
int getProtocolValue()
required.livekit.StreamProtocol protocol = 1;
-
setProtocolValue
LivekitEgress.StreamOutput.Builder setProtocolValue(int value)
required.livekit.StreamProtocol protocol = 1;- Parameters:
value- The protocol to set.
-
getProtocol
LivekitEgress.StreamProtocol getProtocol()
required.livekit.StreamProtocol protocol = 1;
-
setProtocol
LivekitEgress.StreamOutput.Builder setProtocol(LivekitEgress.StreamProtocol value)
required.livekit.StreamProtocol protocol = 1;- Parameters:
value- The enum numeric value on the wire for protocol to set.
-
clearProtocol
LivekitEgress.StreamOutput.Builder clearProtocol()
required.livekit.StreamProtocol protocol = 1;
-
getUrlsList
List<String> getUrlsList()
requiredrepeated string urls = 2;
-
getUrlsCount
int getUrlsCount()
requiredrepeated string urls = 2;
-
getUrls
String getUrls(int index)
requiredrepeated string urls = 2;- Parameters:
index- The index of the element to return.
-
getUrlsBytes
ByteString getUrlsBytes(int index)
requiredrepeated string urls = 2;- Parameters:
index- The index of the value to return.
-
setUrls
LivekitEgress.StreamOutput.Builder setUrls(int index, String value)
requiredrepeated string urls = 2;- Parameters:
index- The index to set the value at.value- The urls to set.
-
addUrls
LivekitEgress.StreamOutput.Builder addUrls(String value)
requiredrepeated string urls = 2;- Parameters:
value- The urls to add.
-
addAllUrls
LivekitEgress.StreamOutput.Builder addAllUrls(Iterable<String> values)
requiredrepeated string urls = 2;- Parameters:
values- The urls to add.
-
clearUrls
LivekitEgress.StreamOutput.Builder clearUrls()
requiredrepeated string urls = 2;
-
addUrlsBytes
LivekitEgress.StreamOutput.Builder addUrlsBytes(ByteString value)
requiredrepeated string urls = 2;- Parameters:
value- The bytes of the urls to add.
-
-
-
-