Class TrackUnpublished
public sealed class TrackUnpublished : Google.Protobuf.IMessage<TrackUnpublished>, Google.Protobuf.IBufferMessage
- Inheritance
-
TrackUnpublished
- Implements
-
IBufferMessage
- Extension Methods
Constructors
TrackUnpublished()
public TrackUnpublished()
TrackUnpublished(TrackUnpublished)
public TrackUnpublished(TrackUnpublished other)
Parameters
otherTrackUnpublished
Fields
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
PublicationSidFieldNumber
Field number for the "publication_sid" field.
public const int PublicationSidFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
HasPublicationSid
Gets whether the "publication_sid" field is set
public bool HasPublicationSid { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<TrackUnpublished> Parser { get; }
Property Value
- MessageParser<TrackUnpublished>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
PublicationSid
public string PublicationSid { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
ClearPublicationSid()
Clears the value of the "publication_sid" field
public void ClearPublicationSid()
Clone()
public TrackUnpublished Clone()
Returns
Equals(TrackUnpublished)
public bool Equals(TrackUnpublished other)
Parameters
otherTrackUnpublished
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(TrackUnpublished)
public void MergeFrom(TrackUnpublished other)
Parameters
otherTrackUnpublished
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream