-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.TrackUnpublishedResponseOrBuilder
public final class LivekitRtc.TrackUnpublishedResponse extends GeneratedMessageLite<LivekitRtc.TrackUnpublishedResponse, LivekitRtc.TrackUnpublishedResponse.Builder> implements LivekitRtc.TrackUnpublishedResponseOrBuilder
Protobuf type
{@code livekit.TrackUnpublishedResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRtc.TrackUnpublishedResponse.BuilderProtobuf type
{@code livekit.TrackUnpublishedResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intTRACK_SID_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
-
getTrackSid
String getTrackSid()
string track_sid = 1;
-
getTrackSidBytes
ByteString getTrackSidBytes()
string track_sid = 1;
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.TrackUnpublishedResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.TrackUnpublishedResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.TrackUnpublishedResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.TrackUnpublishedResponse.Builder newBuilder()
-
newBuilder
static LivekitRtc.TrackUnpublishedResponse.Builder newBuilder(LivekitRtc.TrackUnpublishedResponse prototype)
-
getDefaultInstance
static LivekitRtc.TrackUnpublishedResponse getDefaultInstance()
-
parser
static Parser<LivekitRtc.TrackUnpublishedResponse> parser()
-
-
-
-