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

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

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

package org.yamcs.protobuf;

public interface RestExceptionMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.RestExceptionMessage)
    com.google.protobuf.GeneratedMessageV3.
        ExtendableMessageOrBuilder {

  /**
   * optional string type = 1;
   */
  boolean hasType();
  /**
   * optional string type = 1;
   */
  java.lang.String getType();
  /**
   * optional string type = 1;
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * optional string msg = 2;
   */
  boolean hasMsg();
  /**
   * optional string msg = 2;
   */
  java.lang.String getMsg();
  /**
   * optional string msg = 2;
   */
  com.google.protobuf.ByteString
      getMsgBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy