Timestamp

An exact date and time. This is the same data structure as the protobuf Timestamp.proto
(see the comments in https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto)
Protobuf type TW.Hedera.Proto.Timestamp

Types

Link copied to clipboard
class Builder
An exact date and time. This is the same data structure as the protobuf Timestamp.proto
(see the comments in https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto)
Protobuf type TW.Hedera.Proto.Timestamp

Functions

Link copied to clipboard
open fun getDefaultInstance(): Timestamp
Link copied to clipboard
open fun getNanos(): Int
Number of nanoseconds since the start of the last second
int32 nanos = 2;
Link copied to clipboard
open fun getSeconds(): Long
Number of complete seconds since the start of the epoch
int64 seconds = 1;
Link copied to clipboard
open fun newBuilder(prototype: Timestamp): Hedera.Timestamp.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Timestamp
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Timestamp
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Timestamp
open fun parseFrom(data: ByteString): Timestamp
open fun parseFrom(input: CodedInputStream): Timestamp
open fun parseFrom(input: InputStream): Timestamp
open fun parseFrom(data: ByteBuffer): Timestamp
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Timestamp
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Timestamp
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Timestamp
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Timestamp
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Timestamp
Link copied to clipboard
open fun parser(): Parser<Timestamp>

Properties

Link copied to clipboard
Link copied to clipboard