All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.metadata.v1.p8e.TimestampOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/metadata/v1/p8e/p8e.proto

package io.provenance.metadata.v1.p8e;

public interface TimestampOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.p8e.Timestamp)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Represents seconds of UTC time since Unix epoch
   * 
* * int64 seconds = 1; */ long getSeconds(); /** *
   * Non-negative fractions of a second at nanosecond resolution.
   * 
* * int32 nanos = 2; */ int getNanos(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy