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

com.github.veithen.daemon.launcher.proto.DaemonRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: daemon.proto

package com.github.veithen.daemon.launcher.proto;

public interface DaemonRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:DaemonRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .InitRequest init = 1;
   * @return Whether the init field is set.
   */
  boolean hasInit();
  /**
   * .InitRequest init = 1;
   * @return The init.
   */
  com.github.veithen.daemon.launcher.proto.InitRequest getInit();
  /**
   * .InitRequest init = 1;
   */
  com.github.veithen.daemon.launcher.proto.InitRequestOrBuilder getInitOrBuilder();

  /**
   * .StartRequest start = 2;
   * @return Whether the start field is set.
   */
  boolean hasStart();
  /**
   * .StartRequest start = 2;
   * @return The start.
   */
  com.github.veithen.daemon.launcher.proto.StartRequest getStart();
  /**
   * .StartRequest start = 2;
   */
  com.github.veithen.daemon.launcher.proto.StartRequestOrBuilder getStartOrBuilder();

  /**
   * .StopRequest stop = 3;
   * @return Whether the stop field is set.
   */
  boolean hasStop();
  /**
   * .StopRequest stop = 3;
   * @return The stop.
   */
  com.github.veithen.daemon.launcher.proto.StopRequest getStop();
  /**
   * .StopRequest stop = 3;
   */
  com.github.veithen.daemon.launcher.proto.StopRequestOrBuilder getStopOrBuilder();

  public com.github.veithen.daemon.launcher.proto.DaemonRequest.RequestCase getRequestCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy