public interface PlaybookOutputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActionParameters()
public abstract Struct getActionParameters()
Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Struct |
The actionParameters. |
getActionParametersOrBuilder()
public abstract StructOrBuilder getActionParametersOrBuilder()
Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StructOrBuilder |
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. |
hasActionParameters()
public abstract boolean hasActionParameters()
Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the actionParameters field is set. |