-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.UpdateStreamRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetEgressId()string egress_id = 1;abstract ByteStringgetEgressIdBytes()string egress_id = 1;abstract List<String>getAddOutputUrlsList()repeated string add_output_urls = 2;abstract intgetAddOutputUrlsCount()repeated string add_output_urls = 2;abstract StringgetAddOutputUrls(int index)repeated string add_output_urls = 2;abstract ByteStringgetAddOutputUrlsBytes(int index)repeated string add_output_urls = 2;abstract List<String>getRemoveOutputUrlsList()repeated string remove_output_urls = 3;abstract intgetRemoveOutputUrlsCount()repeated string remove_output_urls = 3;abstract StringgetRemoveOutputUrls(int index)repeated string remove_output_urls = 3;abstract ByteStringgetRemoveOutputUrlsBytes(int index)repeated string remove_output_urls = 3;-
-
Method Detail
-
getEgressId
abstract String getEgressId()
string egress_id = 1;
-
getEgressIdBytes
abstract ByteString getEgressIdBytes()
string egress_id = 1;
-
getAddOutputUrlsList
abstract List<String> getAddOutputUrlsList()
repeated string add_output_urls = 2;
-
getAddOutputUrlsCount
abstract int getAddOutputUrlsCount()
repeated string add_output_urls = 2;
-
getAddOutputUrls
abstract String getAddOutputUrls(int index)
repeated string add_output_urls = 2;- Parameters:
index- The index of the element to return.
-
getAddOutputUrlsBytes
abstract ByteString getAddOutputUrlsBytes(int index)
repeated string add_output_urls = 2;- Parameters:
index- The index of the element to return.
-
getRemoveOutputUrlsList
abstract List<String> getRemoveOutputUrlsList()
repeated string remove_output_urls = 3;
-
getRemoveOutputUrlsCount
abstract int getRemoveOutputUrlsCount()
repeated string remove_output_urls = 3;
-
getRemoveOutputUrls
abstract String getRemoveOutputUrls(int index)
repeated string remove_output_urls = 3;- Parameters:
index- The index of the element to return.
-
getRemoveOutputUrlsBytes
abstract ByteString getRemoveOutputUrlsBytes(int index)
repeated string remove_output_urls = 3;- Parameters:
index- The index of the element to return.
-
-
-
-