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

org.yamcs.protobuf.LogEntryOrBuilder 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/timeline/timeline.proto

package org.yamcs.protobuf;

public interface LogEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.timeline.LogEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Timestamp time = 1;
   * @return Whether the time field is set.
   */
  boolean hasTime();
  /**
   * optional .google.protobuf.Timestamp time = 1;
   * @return The time.
   */
  com.google.protobuf.Timestamp getTime();
  /**
   * optional .google.protobuf.Timestamp time = 1;
   */
  com.google.protobuf.TimestampOrBuilder getTimeOrBuilder();

  /**
   * optional string user = 2;
   * @return Whether the user field is set.
   */
  boolean hasUser();
  /**
   * optional string user = 2;
   * @return The user.
   */
  java.lang.String getUser();
  /**
   * optional string user = 2;
   * @return The bytes for user.
   */
  com.google.protobuf.ByteString
      getUserBytes();

  /**
   * optional string type = 3;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * optional string type = 3;
   * @return The type.
   */
  java.lang.String getType();
  /**
   * optional string type = 3;
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * optional string msg = 4;
   * @return Whether the msg field is set.
   */
  boolean hasMsg();
  /**
   * optional string msg = 4;
   * @return The msg.
   */
  java.lang.String getMsg();
  /**
   * optional string msg = 4;
   * @return The bytes for msg.
   */
  com.google.protobuf.ByteString
      getMsgBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy