Class PrivateLinkStatus
public sealed class PrivateLinkStatus : IMessage<PrivateLinkStatus>, IEquatable<PrivateLinkStatus>, IDeepCloneable<PrivateLinkStatus>, IBufferMessage, IMessage
- Inheritance
-
PrivateLinkStatus
- Implements
-
IMessage<PrivateLinkStatus>IDeepCloneable<PrivateLinkStatus>IBufferMessageIMessage
- Inherited Members
Constructors
PrivateLinkStatus()
public PrivateLinkStatus()
PrivateLinkStatus(PrivateLinkStatus)
public PrivateLinkStatus(PrivateLinkStatus other)
Parameters
otherPrivateLinkStatus
Fields
ReasonFieldNumber
Field number for the "reason" field.
public const int ReasonFieldNumber = 3
Field Value
StatusFieldNumber
Field number for the "status" field.
public const int StatusFieldNumber = 1
Field Value
UpdatedAtFieldNumber
Field number for the "updated_at" field.
public const int UpdatedAtFieldNumber = 2
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static MessageParser<PrivateLinkStatus> Parser { get; }
Property Value
- MessageParser<PrivateLinkStatus>
Reason
public string Reason { get; set; }
Property Value
Status
public PrivateLinkStatus.Types.Status Status { get; set; }
Property Value
UpdatedAt
public Timestamp UpdatedAt { get; set; }
Property Value
- Timestamp
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 PrivateLinkStatus Clone()
Returns
- PrivateLinkStatus
A deep clone of this object.
Equals(PrivateLinkStatus)
public bool Equals(PrivateLinkStatus other)
Parameters
otherPrivateLinkStatus
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(PrivateLinkStatus)
Merges the given message into this one.
public void MergeFrom(PrivateLinkStatus other)
Parameters
otherPrivateLinkStatus
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.