Package 

Interface LivekitModels.FilterParamsOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getIncludeEventsList() repeated string include_events = 1;
      abstract int getIncludeEventsCount() repeated string include_events = 1;
      abstract String getIncludeEvents(int index) repeated string include_events = 1;
      abstract ByteString getIncludeEventsBytes(int index) repeated string include_events = 1;
      abstract List<String> getExcludeEventsList() repeated string exclude_events = 2;
      abstract int getExcludeEventsCount() repeated string exclude_events = 2;
      abstract String getExcludeEvents(int index) repeated string exclude_events = 2;
      abstract ByteString getExcludeEventsBytes(int index) repeated string exclude_events = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.
      • 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.