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

com.google.appengine.tools.development.proto.NodeConfigOrBuilder Maven / Gradle / Ivy

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

package com.google.appengine.tools.development.proto;

public interface NodeConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apphosting.tools.devappserver2.NodeConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The path to the node executable that should be used.
   * 
* * optional bytes node_executable_path = 1; * @return Whether the nodeExecutablePath field is set. */ boolean hasNodeExecutablePath(); /** *
   * The path to the node executable that should be used.
   * 
* * optional bytes node_executable_path = 1; * @return The nodeExecutablePath. */ com.google.protobuf.ByteString getNodeExecutablePath(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy