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

org.yamcs.protobuf.RouteInfoOrBuilder 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 RouteInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.RouteInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string service = 1;
   */
  boolean hasService();
  /**
   * optional string service = 1;
   */
  java.lang.String getService();
  /**
   * optional string service = 1;
   */
  com.google.protobuf.ByteString
      getServiceBytes();

  /**
   * optional string method = 2;
   */
  boolean hasMethod();
  /**
   * optional string method = 2;
   */
  java.lang.String getMethod();
  /**
   * optional string method = 2;
   */
  com.google.protobuf.ByteString
      getMethodBytes();

  /**
   * optional string description = 3;
   */
  boolean hasDescription();
  /**
   * optional string description = 3;
   */
  java.lang.String getDescription();
  /**
   * optional string description = 3;
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * optional string httpMethod = 4;
   */
  boolean hasHttpMethod();
  /**
   * optional string httpMethod = 4;
   */
  java.lang.String getHttpMethod();
  /**
   * optional string httpMethod = 4;
   */
  com.google.protobuf.ByteString
      getHttpMethodBytes();

  /**
   * optional string url = 5;
   */
  boolean hasUrl();
  /**
   * optional string url = 5;
   */
  java.lang.String getUrl();
  /**
   * optional string url = 5;
   */
  com.google.protobuf.ByteString
      getUrlBytes();

  /**
   * optional string inputType = 6;
   */
  boolean hasInputType();
  /**
   * optional string inputType = 6;
   */
  java.lang.String getInputType();
  /**
   * optional string inputType = 6;
   */
  com.google.protobuf.ByteString
      getInputTypeBytes();

  /**
   * optional string outputType = 7;
   */
  boolean hasOutputType();
  /**
   * optional string outputType = 7;
   */
  java.lang.String getOutputType();
  /**
   * optional string outputType = 7;
   */
  com.google.protobuf.ByteString
      getOutputTypeBytes();

  /**
   * optional bool deprecated = 8;
   */
  boolean hasDeprecated();
  /**
   * optional bool deprecated = 8;
   */
  boolean getDeprecated();

  /**
   * optional int64 requestCount = 9;
   */
  boolean hasRequestCount();
  /**
   * optional int64 requestCount = 9;
   */
  long getRequestCount();

  /**
   * optional int64 errorCount = 10;
   */
  boolean hasErrorCount();
  /**
   * optional int64 errorCount = 10;
   */
  long getErrorCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy