Class ListSIPTrunkResponse
[Obsolete]
public sealed class ListSIPTrunkResponse : IMessage<ListSIPTrunkResponse>, IEquatable<ListSIPTrunkResponse>, IDeepCloneable<ListSIPTrunkResponse>, IBufferMessage, IMessage
- Inheritance
-
ListSIPTrunkResponse
- Implements
-
IMessage<ListSIPTrunkResponse>IDeepCloneable<ListSIPTrunkResponse>IBufferMessageIMessage
- Inherited Members
Constructors
ListSIPTrunkResponse()
public ListSIPTrunkResponse()
ListSIPTrunkResponse(ListSIPTrunkResponse)
public ListSIPTrunkResponse(ListSIPTrunkResponse other)
Parameters
otherListSIPTrunkResponse
Fields
ItemsFieldNumber
Field number for the "items" field.
public const int ItemsFieldNumber = 1
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Items
[Obsolete]
public RepeatedField<SIPTrunkInfo> Items { get; }
Property Value
- RepeatedField<SIPTrunkInfo>
Parser
public static MessageParser<ListSIPTrunkResponse> Parser { get; }
Property Value
- MessageParser<ListSIPTrunkResponse>
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public ListSIPTrunkResponse Clone()
Returns
- ListSIPTrunkResponse
A deep clone of this object.
Equals(ListSIPTrunkResponse)
public bool Equals(ListSIPTrunkResponse other)
Parameters
otherListSIPTrunkResponse
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(ListSIPTrunkResponse)
Merges the given message into this one.
public void MergeFrom(ListSIPTrunkResponse other)
Parameters
otherListSIPTrunkResponse
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.