com.hedera.hashgraph.sdk.proto.TimestampOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: timestamp.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TimestampOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.Timestamp)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Number of complete seconds since the start of the epoch
*
*
* int64 seconds = 1;
* @return The seconds.
*/
long getSeconds();
/**
*
**
* Number of nanoseconds since the start of the last second
*
*
* int32 nanos = 2;
* @return The nanos.
*/
int getNanos();
}