-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitModels.ListUpdateOrBuilder
public final class LivekitModels.ListUpdate extends GeneratedMessageLite<LivekitModels.ListUpdate, LivekitModels.ListUpdate.Builder> implements LivekitModels.ListUpdateOrBuilder
Protobuf typeListUpdate is used for updated APIs where 'repeated string' field is modified.{@code livekit.ListUpdate}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitModels.ListUpdate.Builder
Protobuf typeListUpdate is used for updated APIs where 'repeated string' field is modified.{@code livekit.ListUpdate}
-
Field Summary
Fields Modifier and Type Field Description public final static intSET_FIELD_NUMBERpublic final static intADD_FIELD_NUMBERpublic final static intREMOVE_FIELD_NUMBERpublic final static intCLEAR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description List<String>getSetList()set the field to a new listrepeated string set = 1;intgetSetCount()set the field to a new listrepeated string set = 1;StringgetSet(int index)set the field to a new listrepeated string set = 1;ByteStringgetSetBytes(int index)set the field to a new listrepeated string set = 1;List<String>getAddList()append items to a list, avoiding duplicatesrepeated string add = 2;intgetAddCount()append items to a list, avoiding duplicatesrepeated string add = 2;StringgetAdd(int index)append items to a list, avoiding duplicatesrepeated string add = 2;ByteStringgetAddBytes(int index)append items to a list, avoiding duplicatesrepeated string add = 2;List<String>getRemoveList()delete items from a listrepeated string remove = 3;intgetRemoveCount()delete items from a listrepeated string remove = 3;StringgetRemove(int index)delete items from a listrepeated string remove = 3;ByteStringgetRemoveBytes(int index)delete items from a listrepeated string remove = 3;booleangetClear()sets the list to an empty listbool clear = 4;static LivekitModels.ListUpdateparseFrom(ByteBuffer data)static LivekitModels.ListUpdateparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitModels.ListUpdateparseFrom(ByteString data)static LivekitModels.ListUpdateparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitModels.ListUpdateparseFrom(Array<byte> data)static LivekitModels.ListUpdateparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitModels.ListUpdateparseFrom(InputStream input)static LivekitModels.ListUpdateparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.ListUpdateparseDelimitedFrom(InputStream input)static LivekitModels.ListUpdateparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.ListUpdateparseFrom(CodedInputStream input)static LivekitModels.ListUpdateparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.ListUpdate.BuildernewBuilder()static LivekitModels.ListUpdate.BuildernewBuilder(LivekitModels.ListUpdate prototype)static LivekitModels.ListUpdategetDefaultInstance()static Parser<LivekitModels.ListUpdate>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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
-
getSetList
List<String> getSetList()
set the field to a new listrepeated string set = 1;
-
getSetCount
int getSetCount()
set the field to a new listrepeated string set = 1;
-
getSet
String getSet(int index)
set the field to a new listrepeated string set = 1;- Parameters:
index- The index of the element to return.
-
getSetBytes
ByteString getSetBytes(int index)
set the field to a new listrepeated string set = 1;- Parameters:
index- The index of the value to return.
-
getAddList
List<String> getAddList()
append items to a list, avoiding duplicatesrepeated string add = 2;
-
getAddCount
int getAddCount()
append items to a list, avoiding duplicatesrepeated string add = 2;
-
getAdd
String getAdd(int index)
append items to a list, avoiding duplicatesrepeated string add = 2;- Parameters:
index- The index of the element to return.
-
getAddBytes
ByteString getAddBytes(int index)
append items to a list, avoiding duplicatesrepeated string add = 2;- Parameters:
index- The index of the value to return.
-
getRemoveList
List<String> getRemoveList()
delete items from a listrepeated string remove = 3;
-
getRemoveCount
int getRemoveCount()
delete items from a listrepeated string remove = 3;
-
getRemove
String getRemove(int index)
delete items from a listrepeated string remove = 3;- Parameters:
index- The index of the element to return.
-
getRemoveBytes
ByteString getRemoveBytes(int index)
delete items from a listrepeated string remove = 3;- Parameters:
index- The index of the value to return.
-
getClear
boolean getClear()
sets the list to an empty listbool clear = 4;
-
parseFrom
static LivekitModels.ListUpdate parseFrom(ByteBuffer data)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(ByteString data)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(Array<byte> data)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(InputStream input)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitModels.ListUpdate parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitModels.ListUpdate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(CodedInputStream input)
-
parseFrom
static LivekitModels.ListUpdate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitModels.ListUpdate.Builder newBuilder()
-
newBuilder
static LivekitModels.ListUpdate.Builder newBuilder(LivekitModels.ListUpdate prototype)
-
getDefaultInstance
static LivekitModels.ListUpdate getDefaultInstance()
-
parser
static Parser<LivekitModels.ListUpdate> parser()
-
-
-
-