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

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

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

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

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

  /**
   * string configuration_type = 1;
   * @return The configurationType.
   */
  java.lang.String getConfigurationType();
  /**
   * string configuration_type = 1;
   * @return The bytes for configurationType.
   */
  com.google.protobuf.ByteString
      getConfigurationTypeBytes();

  /**
   * .google.protobuf.FileDescriptorProto file_descriptor = 2;
   * @return Whether the fileDescriptor field is set.
   */
  boolean hasFileDescriptor();
  /**
   * .google.protobuf.FileDescriptorProto file_descriptor = 2;
   * @return The fileDescriptor.
   */
  com.google.protobuf.DescriptorProtos.FileDescriptorProto getFileDescriptor();
  /**
   * .google.protobuf.FileDescriptorProto file_descriptor = 2;
   */
  com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileDescriptorOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy