Class TimestampValue
TimestampValue wraps optional timestamp.
Inheritance
System.Object
TimestampValue
Implements
Google.Protobuf.IBufferMessage
Assembly: KaikoSdk.dll
Syntax
public sealed class TimestampValue : Google.Protobuf.IMessage<TimestampValue>
Constructors
TimestampValue()
Declaration
TimestampValue(TimestampValue)
Declaration
public TimestampValue(TimestampValue other)
Parameters
Fields
ValueFieldNumber
Field number for the "value" field.
Declaration
public const int ValueFieldNumber = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<TimestampValue> Parser { get; }
Property Value
Value
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp Value { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Clone()
Declaration
public TimestampValue Clone()
Returns
Equals(TimestampValue)
Declaration
public bool Equals(TimestampValue other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(TimestampValue)
Declaration
public void MergeFrom(TimestampValue other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage