Interface ApiEndpointHandlerOrBuilder (2.5.0)

public interface ApiEndpointHandlerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScriptPath()

public abstract String getScriptPath()

Path to the script from the application root directory.

string script_path = 1;

Returns
TypeDescription
String

The scriptPath.

getScriptPathBytes()

public abstract ByteString getScriptPathBytes()

Path to the script from the application root directory.

string script_path = 1;

Returns
TypeDescription
ByteString

The bytes for scriptPath.