Class Signals.Response

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Signals.ResponseOrBuilder, java.io.Serializable
    Enclosing class:
    Signals

    public static final class Signals.Response
    extends com.google.protobuf.GeneratedMessageV3
    implements Signals.ResponseOrBuilder
    Protobuf type mux.spaces.api.Response
    See Also:
    Serialized Form
    • Field Detail

      • PARTICIPANT_CONNECTED_FIELD_NUMBER

        public static final int PARTICIPANT_CONNECTED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PARTICIPANT_DISCONNECTED_FIELD_NUMBER

        public static final int PARTICIPANT_DISCONNECTED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ACTIVE_SPEAKERS_FIELD_NUMBER

        public static final int ACTIVE_SPEAKERS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REMOVE_TRACK_FIELD_NUMBER

        public static final int REMOVE_TRACK_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRACK_MUTED_FIELD_NUMBER

        public static final int TRACK_MUTED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRACK_UNMUTED_FIELD_NUMBER

        public static final int TRACK_UNMUTED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REMOVE_SFU_FIELD_NUMBER

        public static final int REMOVE_SFU_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BROADCAST_STATE_UPDATE_FIELD_NUMBER

        public static final int BROADCAST_STATE_UPDATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PENDING_TRACK_ACK_FIELD_NUMBER

        public static final int PENDING_TRACK_ACK_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUBSCRIBE_TRACKS_FIELD_NUMBER

        public static final int SUBSCRIBE_TRACKS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • UNSUBSCRIBE_TRACKS_FIELD_NUMBER

        public static final int UNSUBSCRIBE_TRACKS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasJoined

        public boolean hasJoined()
        .mux.spaces.api.JoinResponse joined = 1;
        Specified by:
        hasJoined in interface Signals.ResponseOrBuilder
        Returns:
        Whether the joined field is set.
      • hasSubOffer

        public boolean hasSubOffer()
         Offer for a subscription to a SFU
         
        .mux.spaces.api.SFUDescription sub_offer = 2;
        Specified by:
        hasSubOffer in interface Signals.ResponseOrBuilder
        Returns:
        Whether the subOffer field is set.
      • hasCandidate

        public boolean hasCandidate()
        .mux.spaces.api.Candidate candidate = 4;
        Specified by:
        hasCandidate in interface Signals.ResponseOrBuilder
        Returns:
        Whether the candidate field is set.
      • hasParticipantConnected

        public boolean hasParticipantConnected()
        .mux.spaces.api.Participant participant_connected = 5;
        Specified by:
        hasParticipantConnected in interface Signals.ResponseOrBuilder
        Returns:
        Whether the participantConnected field is set.
      • hasParticipantDisconnected

        public boolean hasParticipantDisconnected()
        .mux.spaces.api.Participant participant_disconnected = 6;
        Specified by:
        hasParticipantDisconnected in interface Signals.ResponseOrBuilder
        Returns:
        Whether the participantDisconnected field is set.
      • hasActiveSpeakers

        public boolean hasActiveSpeakers()
        .mux.spaces.api.ActiveSpeakers active_speakers = 7;
        Specified by:
        hasActiveSpeakers in interface Signals.ResponseOrBuilder
        Returns:
        Whether the activeSpeakers field is set.
      • hasAddTrack

        public boolean hasAddTrack()
        .mux.spaces.api.TrackUpdate add_track = 8;
        Specified by:
        hasAddTrack in interface Signals.ResponseOrBuilder
        Returns:
        Whether the addTrack field is set.
      • hasRemoveTrack

        public boolean hasRemoveTrack()
        .mux.spaces.api.TrackUpdate remove_track = 9;
        Specified by:
        hasRemoveTrack in interface Signals.ResponseOrBuilder
        Returns:
        Whether the removeTrack field is set.
      • hasTrackMuted

        public boolean hasTrackMuted()
        .mux.spaces.api.TrackUpdate track_muted = 10;
        Specified by:
        hasTrackMuted in interface Signals.ResponseOrBuilder
        Returns:
        Whether the trackMuted field is set.
      • hasTrackUnmuted

        public boolean hasTrackUnmuted()
        .mux.spaces.api.TrackUpdate track_unmuted = 11;
        Specified by:
        hasTrackUnmuted in interface Signals.ResponseOrBuilder
        Returns:
        Whether the trackUnmuted field is set.
      • hasRemoveSfu

        public boolean hasRemoveSfu()
         ID of a SFU to remove
         
        string remove_sfu = 12;
        Specified by:
        hasRemoveSfu in interface Signals.ResponseOrBuilder
        Returns:
        Whether the removeSfu field is set.
      • getRemoveSfu

        public java.lang.String getRemoveSfu()
         ID of a SFU to remove
         
        string remove_sfu = 12;
        Specified by:
        getRemoveSfu in interface Signals.ResponseOrBuilder
        Returns:
        The removeSfu.
      • getRemoveSfuBytes

        public com.google.protobuf.ByteString getRemoveSfuBytes()
         ID of a SFU to remove
         
        string remove_sfu = 12;
        Specified by:
        getRemoveSfuBytes in interface Signals.ResponseOrBuilder
        Returns:
        The bytes for removeSfu.
      • hasBroadcastStateUpdate

        public boolean hasBroadcastStateUpdate()
        .mux.spaces.api.BroadcastState broadcast_state_update = 13;
        Specified by:
        hasBroadcastStateUpdate in interface Signals.ResponseOrBuilder
        Returns:
        Whether the broadcastStateUpdate field is set.
      • getBroadcastStateUpdateValue

        public int getBroadcastStateUpdateValue()
        .mux.spaces.api.BroadcastState broadcast_state_update = 13;
        Specified by:
        getBroadcastStateUpdateValue in interface Signals.ResponseOrBuilder
        Returns:
        The enum numeric value on the wire for broadcastStateUpdate.
      • getPendingTrackAckBytes

        public com.google.protobuf.ByteString getPendingTrackAckBytes()
        string pending_track_ack = 14;
        Specified by:
        getPendingTrackAckBytes in interface Signals.ResponseOrBuilder
        Returns:
        The bytes for pendingTrackAck.
      • hasError

        public boolean hasError()
        .mux.spaces.api.Error error = 15;
        Specified by:
        hasError in interface Signals.ResponseOrBuilder
        Returns:
        Whether the error field is set.
      • hasSubscribeTracks

        public boolean hasSubscribeTracks()
        .mux.spaces.api.SubscriptionsResponse subscribe_tracks = 16;
        Specified by:
        hasSubscribeTracks in interface Signals.ResponseOrBuilder
        Returns:
        Whether the subscribeTracks field is set.
      • hasUnsubscribeTracks

        public boolean hasUnsubscribeTracks()
        .mux.spaces.api.SubscriptionsResponse unsubscribe_tracks = 17;
        Specified by:
        hasUnsubscribeTracks in interface Signals.ResponseOrBuilder
        Returns:
        Whether the unsubscribeTracks field is set.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Signals.Response parseFrom​(java.nio.ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Signals.Response parseFrom​(java.nio.ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Signals.Response parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Signals.Response parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Signals.Response parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Signals.Response parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Signals.Response parseFrom​(java.io.InputStream input)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Signals.Response parseFrom​(java.io.InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Signals.Response parseDelimitedFrom​(java.io.InputStream input)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Signals.Response parseDelimitedFrom​(java.io.InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Signals.Response parseFrom​(com.google.protobuf.CodedInputStream input)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Signals.Response parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Signals.Response.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Signals.Response.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Signals.Response.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Signals.Response> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Signals.Response getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder