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

org.yamcs.protobuf.SetConfigRequestOrBuilder 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 SetConfigRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.cop1.SetConfigRequest)
    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();

  /**
   * optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;
   */
  boolean hasCop1Config();
  /**
   * optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;
   */
  org.yamcs.protobuf.Cop1Config getCop1Config();
  /**
   * optional .yamcs.protobuf.cop1.Cop1Config cop1Config = 3;
   */
  org.yamcs.protobuf.Cop1ConfigOrBuilder getCop1ConfigOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy