-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.UpdateDataSubscriptionOrBuilder
public final class LivekitRtc.UpdateDataSubscription extends GeneratedMessageLite<LivekitRtc.UpdateDataSubscription, LivekitRtc.UpdateDataSubscription.Builder> implements LivekitRtc.UpdateDataSubscriptionOrBuilder
Protobuf type
{@code livekit.UpdateDataSubscription}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceLivekitRtc.UpdateDataSubscription.UpdateOrBuilderpublic final classLivekitRtc.UpdateDataSubscription.UpdateProtobuf type
{@code livekit.UpdateDataSubscription.Update}public final classLivekitRtc.UpdateDataSubscription.BuilderProtobuf type
{@code livekit.UpdateDataSubscription}
-
Field Summary
Fields Modifier and Type Field Description public final static intUPDATES_FIELD_NUMBER
-
Method Summary
-
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
-
getUpdatesList
List<LivekitRtc.UpdateDataSubscription.Update> getUpdatesList()
repeated .livekit.UpdateDataSubscription.Update updates = 1;
-
getUpdatesOrBuilderList
List<out LivekitRtc.UpdateDataSubscription.UpdateOrBuilder> getUpdatesOrBuilderList()
repeated .livekit.UpdateDataSubscription.Update updates = 1;
-
getUpdatesCount
int getUpdatesCount()
repeated .livekit.UpdateDataSubscription.Update updates = 1;
-
getUpdates
LivekitRtc.UpdateDataSubscription.Update getUpdates(int index)
repeated .livekit.UpdateDataSubscription.Update updates = 1;
-
getUpdatesOrBuilder
LivekitRtc.UpdateDataSubscription.UpdateOrBuilder getUpdatesOrBuilder(int index)
repeated .livekit.UpdateDataSubscription.Update updates = 1;
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.UpdateDataSubscription parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.UpdateDataSubscription parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.UpdateDataSubscription parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.UpdateDataSubscription.Builder newBuilder()
-
newBuilder
static LivekitRtc.UpdateDataSubscription.Builder newBuilder(LivekitRtc.UpdateDataSubscription prototype)
-
getDefaultInstance
static LivekitRtc.UpdateDataSubscription getDefaultInstance()
-
parser
static Parser<LivekitRtc.UpdateDataSubscription> parser()
-
-
-
-