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

com.google.protobuf.TimestampOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/timestamp.proto

package com.google.protobuf;

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

  /**
   * int64 seconds = 1 [json_name = "seconds"];
   * @return The seconds.
   */
  long getSeconds();

  /**
   * int32 nanos = 2 [json_name = "nanos"];
   * @return The nanos.
   */
  int getNanos();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy