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

org.yamcs.protobuf.AcknowledgmentInfoOrBuilder 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/yamcsManagement/yamcsManagement.proto

package org.yamcs.protobuf;

public interface AcknowledgmentInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.yamcsManagement.AcknowledgmentInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Acknowledgment name
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Acknowledgment name
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Acknowledgment name
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Description of the acknowledgment
   * 
* * optional string description = 2; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Description of the acknowledgment
   * 
* * optional string description = 2; * @return The description. */ java.lang.String getDescription(); /** *
   * Description of the acknowledgment
   * 
* * optional string description = 2; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy