-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRoom.ListRoomsRequestOrBuilder
public final class LivekitRoom.ListRoomsRequest extends GeneratedMessageLite<LivekitRoom.ListRoomsRequest, LivekitRoom.ListRoomsRequest.Builder> implements LivekitRoom.ListRoomsRequestOrBuilder
Protobuf type
{@code livekit.ListRoomsRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRoom.ListRoomsRequest.BuilderProtobuf type
{@code livekit.ListRoomsRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intNAMES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description List<String>getNamesList()when set, will only return rooms with name matchrepeated string names = 1;intgetNamesCount()when set, will only return rooms with name matchrepeated string names = 1;StringgetNames(int index)when set, will only return rooms with name matchrepeated string names = 1;ByteStringgetNamesBytes(int index)when set, will only return rooms with name matchrepeated string names = 1;static LivekitRoom.ListRoomsRequestparseFrom(ByteBuffer data)static LivekitRoom.ListRoomsRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ListRoomsRequestparseFrom(ByteString data)static LivekitRoom.ListRoomsRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ListRoomsRequestparseFrom(Array<byte> data)static LivekitRoom.ListRoomsRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ListRoomsRequestparseFrom(InputStream input)static LivekitRoom.ListRoomsRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ListRoomsRequestparseDelimitedFrom(InputStream input)static LivekitRoom.ListRoomsRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ListRoomsRequestparseFrom(CodedInputStream input)static LivekitRoom.ListRoomsRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ListRoomsRequest.BuildernewBuilder()static LivekitRoom.ListRoomsRequest.BuildernewBuilder(LivekitRoom.ListRoomsRequest prototype)static LivekitRoom.ListRoomsRequestgetDefaultInstance()static Parser<LivekitRoom.ListRoomsRequest>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
-
getNamesList
List<String> getNamesList()
when set, will only return rooms with name matchrepeated string names = 1;
-
getNamesCount
int getNamesCount()
when set, will only return rooms with name matchrepeated string names = 1;
-
getNames
String getNames(int index)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
index- The index of the element to return.
-
getNamesBytes
ByteString getNamesBytes(int index)
when set, will only return rooms with name matchrepeated string names = 1;- Parameters:
index- The index of the value to return.
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(ByteString data)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(InputStream input)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRoom.ListRoomsRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRoom.ListRoomsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRoom.ListRoomsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRoom.ListRoomsRequest.Builder newBuilder()
-
newBuilder
static LivekitRoom.ListRoomsRequest.Builder newBuilder(LivekitRoom.ListRoomsRequest prototype)
-
getDefaultInstance
static LivekitRoom.ListRoomsRequest getDefaultInstance()
-
parser
static Parser<LivekitRoom.ListRoomsRequest> parser()
-
-
-
-