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

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

  /**
   * optional string topic = 1;
   * @return Whether the topic field is set.
   */
  boolean hasTopic();
  /**
   * optional string topic = 1;
   * @return The topic.
   */
  java.lang.String getTopic();
  /**
   * optional string topic = 1;
   * @return The bytes for topic.
   */
  com.google.protobuf.ByteString
      getTopicBytes();

  /**
   * optional string service = 2;
   * @return Whether the service field is set.
   */
  boolean hasService();
  /**
   * optional string service = 2;
   * @return The service.
   */
  java.lang.String getService();
  /**
   * optional string service = 2;
   * @return The bytes for service.
   */
  com.google.protobuf.ByteString
      getServiceBytes();

  /**
   * optional string method = 3;
   * @return Whether the method field is set.
   */
  boolean hasMethod();
  /**
   * optional string method = 3;
   * @return The method.
   */
  java.lang.String getMethod();
  /**
   * optional string method = 3;
   * @return The bytes for method.
   */
  com.google.protobuf.ByteString
      getMethodBytes();

  /**
   * optional string description = 4;
   * @return Whether the description field is set.
   */
  boolean hasDescription();
  /**
   * optional string description = 4;
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * optional string description = 4;
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * optional string inputType = 5;
   * @return Whether the inputType field is set.
   */
  boolean hasInputType();
  /**
   * optional string inputType = 5;
   * @return The inputType.
   */
  java.lang.String getInputType();
  /**
   * optional string inputType = 5;
   * @return The bytes for inputType.
   */
  com.google.protobuf.ByteString
      getInputTypeBytes();

  /**
   * optional string outputType = 6;
   * @return Whether the outputType field is set.
   */
  boolean hasOutputType();
  /**
   * optional string outputType = 6;
   * @return The outputType.
   */
  java.lang.String getOutputType();
  /**
   * optional string outputType = 6;
   * @return The bytes for outputType.
   */
  com.google.protobuf.ByteString
      getOutputTypeBytes();

  /**
   * optional bool deprecated = 7;
   * @return Whether the deprecated field is set.
   */
  boolean hasDeprecated();
  /**
   * optional bool deprecated = 7;
   * @return The deprecated.
   */
  boolean getDeprecated();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy