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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: daemon.proto

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

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

  /**
   * bytes configuration = 1;
   * @return The configuration.
   */
  com.google.protobuf.ByteString getConfiguration();

  /**
   * repeated string test_classpath_entry = 2;
   * @return A list containing the testClasspathEntry.
   */
  java.util.List
      getTestClasspathEntryList();
  /**
   * repeated string test_classpath_entry = 2;
   * @return The count of testClasspathEntry.
   */
  int getTestClasspathEntryCount();
  /**
   * repeated string test_classpath_entry = 2;
   * @param index The index of the element to return.
   * @return The testClasspathEntry at the given index.
   */
  java.lang.String getTestClasspathEntry(int index);
  /**
   * repeated string test_classpath_entry = 2;
   * @param index The index of the value to return.
   * @return The bytes of the testClasspathEntry at the given index.
   */
  com.google.protobuf.ByteString
      getTestClasspathEntryBytes(int index);

  /**
   * map<string, uint32> ports = 3;
   */
  int getPortsCount();
  /**
   * map<string, uint32> ports = 3;
   */
  boolean containsPorts(
      java.lang.String key);
  /**
   * Use {@link #getPortsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getPorts();
  /**
   * map<string, uint32> ports = 3;
   */
  java.util.Map
  getPortsMap();
  /**
   * map<string, uint32> ports = 3;
   */

  int getPortsOrDefault(
      java.lang.String key,
      int defaultValue);
  /**
   * map<string, uint32> ports = 3;
   */

  int getPortsOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy