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

com.google.appengine.v1.ApiEndpointHandlerOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/appengine/v1/app_yaml.proto

package com.google.appengine.v1;

public interface ApiEndpointHandlerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.appengine.v1.ApiEndpointHandler)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Path to the script from the application root directory.
   * 
* * string script_path = 1; */ java.lang.String getScriptPath(); /** *
   * Path to the script from the application root directory.
   * 
* * string script_path = 1; */ com.google.protobuf.ByteString getScriptPathBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy