Interface ExecuteExtensionResponseOrBuilder (3.42.0)

public interface ExecuteExtensionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract String getContent()

Response content from the extension. The content should be conformant to the response.content schema in the extension's manifest/OpenAPI spec.

string content = 2;

Returns
TypeDescription
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

Response content from the extension. The content should be conformant to the response.content schema in the extension's manifest/OpenAPI spec.

string content = 2;

Returns
TypeDescription
ByteString

The bytes for content.