Interface SlidesExtensionPointOrBuilder (2.41.0)

public interface SlidesExtensionPointOrBuilder 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 [(.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.