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

org.yamcs.protobuf.GetStatusRequestOrBuilder 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/cop1/cop1.proto

package org.yamcs.protobuf;

public interface GetStatusRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.cop1.GetStatusRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string instance = 1;
   */
  boolean hasInstance();
  /**
   * optional string instance = 1;
   */
  java.lang.String getInstance();
  /**
   * optional string instance = 1;
   */
  com.google.protobuf.ByteString
      getInstanceBytes();

  /**
   * optional string name = 2;
   */
  boolean hasName();
  /**
   * optional string name = 2;
   */
  java.lang.String getName();
  /**
   * optional string name = 2;
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy