Show / Hide Table of Contents

Class TimestampValue

TimestampValue wraps optional timestamp.

Inheritance
System.Object
TimestampValue
Implements
Google.Protobuf.IBufferMessage
Namespace: KaikoSdk.Core
Assembly: KaikoSdk.dll
Syntax
public sealed class TimestampValue : Google.Protobuf.IMessage<TimestampValue>

Constructors

TimestampValue()

Declaration
public TimestampValue()

TimestampValue(TimestampValue)

Declaration
public TimestampValue(TimestampValue other)
Parameters
Type Name Description
TimestampValue other

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
Type Description
Google.Protobuf.MessageParser<TimestampValue>

Value

The timestamp 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
Type Description
TimestampValue

Equals(TimestampValue)

Declaration
public bool Equals(TimestampValue other)
Parameters
Type Name Description
TimestampValue other
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

MergeFrom(Google.Protobuf.CodedInputStream)

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
Type Name Description
TimestampValue other

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
In This Article
Back to top Generated by DocFX