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

org.yamcs.protobuf.AlgorithmTextOverrideOrBuilder 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/processing/mdb_override_service.proto

package org.yamcs.protobuf;

public interface AlgorithmTextOverrideOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.processing.AlgorithmTextOverride)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Algorithm name
   * 
* * optional string algorithm = 1; * @return Whether the algorithm field is set. */ boolean hasAlgorithm(); /** *
   * Algorithm name
   * 
* * optional string algorithm = 1; * @return The algorithm. */ java.lang.String getAlgorithm(); /** *
   * Algorithm name
   * 
* * optional string algorithm = 1; * @return The bytes for algorithm. */ com.google.protobuf.ByteString getAlgorithmBytes(); /** *
   * Algorithm text
   * 
* * optional string text = 2; * @return Whether the text field is set. */ boolean hasText(); /** *
   * Algorithm text
   * 
* * optional string text = 2; * @return The text. */ java.lang.String getText(); /** *
   * Algorithm text
   * 
* * optional string text = 2; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy