public interface PlaybookOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getActionParameters()
Optional.
|
com.google.protobuf.StructOrBuilder |
getActionParametersOrBuilder()
Optional.
|
String |
getExecutionSummary()
Optional.
|
com.google.protobuf.ByteString |
getExecutionSummaryBytes()
Optional.
|
boolean |
hasActionParameters()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExecutionSummary()
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getExecutionSummaryBytes()
Optional. Summary string of the execution result of the child playbook.
string execution_summary = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasActionParameters()
Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getActionParameters()
Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getActionParametersOrBuilder()
Optional. A Struct object of output parameters for the action.
.google.protobuf.Struct action_parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.