com.google.appengine.v1.ScriptHandlerOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/appengine/v1/app_yaml.proto
package com.google.appengine.v1;
public interface ScriptHandlerOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.ScriptHandler)
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