Interface DocsExtensionPointOrBuilder (2.5.0)

See more code actions.
public interface DocsExtensionPointOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getRunFunction()

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

string run_function = 1 [(.google.api.field_behavior) = REQUIRED];

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 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for runFunction.