Interface ExecuteExtensionResponseOrBuilder (3.44.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
Type Description
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
Type Description
ByteString

The bytes for content.