Interface ApiEndpointHandlerOrBuilder (2.41.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
Type Description
String

The scriptPath.

getScriptPathBytes()

public abstract ByteString getScriptPathBytes()

Path to the script from the application root directory.

string script_path = 1;

Returns
Type Description
ByteString

The bytes for scriptPath.