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

org.yamcs.protobuf.TraceElementInfoOrBuilder 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/server/server_service.proto

package org.yamcs.protobuf;

public interface TraceElementInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.server.TraceElementInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string className = 1;
   * @return Whether the className field is set.
   */
  boolean hasClassName();
  /**
   * optional string className = 1;
   * @return The className.
   */
  java.lang.String getClassName();
  /**
   * optional string className = 1;
   * @return The bytes for className.
   */
  com.google.protobuf.ByteString
      getClassNameBytes();

  /**
   * optional string fileName = 2;
   * @return Whether the fileName field is set.
   */
  boolean hasFileName();
  /**
   * optional string fileName = 2;
   * @return The fileName.
   */
  java.lang.String getFileName();
  /**
   * optional string fileName = 2;
   * @return The bytes for fileName.
   */
  com.google.protobuf.ByteString
      getFileNameBytes();

  /**
   * optional string methodName = 3;
   * @return Whether the methodName field is set.
   */
  boolean hasMethodName();
  /**
   * optional string methodName = 3;
   * @return The methodName.
   */
  java.lang.String getMethodName();
  /**
   * optional string methodName = 3;
   * @return The bytes for methodName.
   */
  com.google.protobuf.ByteString
      getMethodNameBytes();

  /**
   * optional int32 lineNumber = 4;
   * @return Whether the lineNumber field is set.
   */
  boolean hasLineNumber();
  /**
   * optional int32 lineNumber = 4;
   * @return The lineNumber.
   */
  int getLineNumber();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy