Interface RespondWorkflowTaskCompletedRequest.CapabilitiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RespondWorkflowTaskCompletedRequest.Capabilities,RespondWorkflowTaskCompletedRequest.Capabilities.Builder
- Enclosing class:
- RespondWorkflowTaskCompletedRequest
public static interface RespondWorkflowTaskCompletedRequest.CapabilitiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetDiscardSpeculativeWorkflowTaskWithEvents()True if the SDK can handle speculative workflow task with command events.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDiscardSpeculativeWorkflowTaskWithEvents
boolean getDiscardSpeculativeWorkflowTaskWithEvents()
True if the SDK can handle speculative workflow task with command events. If true, the server may choose, at its discretion, to discard a speculative workflow task even if that speculative task included command events the SDK had not previously processed. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "with" used to describe the workflow task. --)bool discard_speculative_workflow_task_with_events = 1;- Returns:
- The discardSpeculativeWorkflowTaskWithEvents.
-
-