Interface DriveExtensionPointOrBuilder (2.41.0)

public interface DriveExtensionPointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRunFunction()

public abstract String getRunFunction()

Required. The endpoint to execute when this extension point is activated.

string run_function = 1;

Returns
TypeDescription
String

The runFunction.

getRunFunctionBytes()

public abstract ByteString getRunFunctionBytes()

Required. The endpoint to execute when this extension point is activated.

string run_function = 1;

Returns
TypeDescription
ByteString

The bytes for runFunction.