Interface PlaybookOutputOrBuilder (0.94.0)

public interface PlaybookOutputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionSummary()

public abstract String getExecutionSummary()

Optional. Summary string of the execution result of the child playbook.

string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The executionSummary.

getExecutionSummaryBytes()

public abstract ByteString getExecutionSummaryBytes()

Optional. Summary string of the execution result of the child playbook.

string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for executionSummary.