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

org.yamcs.protobuf.TimeInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/time/time_service.proto

package org.yamcs.protobuf;

public interface TimeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.time.TimeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Timestamp currentTime = 3;
   * @return Whether the currentTime field is set.
   */
  boolean hasCurrentTime();
  /**
   * optional .google.protobuf.Timestamp currentTime = 3;
   * @return The currentTime.
   */
  com.google.protobuf.Timestamp getCurrentTime();
  /**
   * optional .google.protobuf.Timestamp currentTime = 3;
   */
  com.google.protobuf.TimestampOrBuilder getCurrentTimeOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy