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

org.yamcs.protobuf.ExtraColumnInfoOrBuilder 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/filetransfer/filetransfer.proto

package org.yamcs.protobuf;

public interface ExtraColumnInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.filetransfer.ExtraColumnInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * optional string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * optional string label = 2;
   * @return Whether the label field is set.
   */
  boolean hasLabel();
  /**
   * optional string label = 2;
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * optional string label = 2;
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy