-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.FilterParamsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getIncludeEventsList()repeated string include_events = 1;abstract intgetIncludeEventsCount()repeated string include_events = 1;abstract StringgetIncludeEvents(int index)repeated string include_events = 1;abstract ByteStringgetIncludeEventsBytes(int index)repeated string include_events = 1;abstract List<String>getExcludeEventsList()repeated string exclude_events = 2;abstract intgetExcludeEventsCount()repeated string exclude_events = 2;abstract StringgetExcludeEvents(int index)repeated string exclude_events = 2;abstract ByteStringgetExcludeEventsBytes(int index)repeated string exclude_events = 2;-
-
Method Detail
-
getIncludeEventsList
abstract List<String> getIncludeEventsList()
repeated string include_events = 1;
-
getIncludeEventsCount
abstract int getIncludeEventsCount()
repeated string include_events = 1;
-
getIncludeEvents
abstract String getIncludeEvents(int index)
repeated string include_events = 1;- Parameters:
index- The index of the element to return.
-
getIncludeEventsBytes
abstract ByteString getIncludeEventsBytes(int index)
repeated string include_events = 1;- Parameters:
index- The index of the element to return.
-
getExcludeEventsList
abstract List<String> getExcludeEventsList()
repeated string exclude_events = 2;
-
getExcludeEventsCount
abstract int getExcludeEventsCount()
repeated string exclude_events = 2;
-
getExcludeEvents
abstract String getExcludeEvents(int index)
repeated string exclude_events = 2;- Parameters:
index- The index of the element to return.
-
getExcludeEventsBytes
abstract ByteString getExcludeEventsBytes(int index)
repeated string exclude_events = 2;- Parameters:
index- The index of the element to return.
-
-
-
-