Package com.google.appengine.v1
Interface ScriptHandlerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScriptHandler,ScriptHandler.Builder
public interface ScriptHandlerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetScriptPath()Path to the script from the application root directory.com.google.protobuf.ByteStringgetScriptPathBytes()Path to the script from the application root directory.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getScriptPath
String getScriptPath()
Path to the script from the application root directory.
string script_path = 1;- Returns:
- The scriptPath.
-
getScriptPathBytes
com.google.protobuf.ByteString getScriptPathBytes()
Path to the script from the application root directory.
string script_path = 1;- Returns:
- The bytes for scriptPath.
-
-