Interface Request.CapabilitiesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Request.Capabilities, Request.Capabilities.Builder
Enclosing class:
Request

public static interface Request.CapabilitiesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set, handlers may use temporal.api.failure.v1.Failure instances to return failures to the server.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTemporalFailureResponses

      boolean getTemporalFailureResponses()
       If set, handlers may use temporal.api.failure.v1.Failure instances to return failures to the server.
       This also allows handler and operation errors to have their own messages and stack traces.
       
      bool temporal_failure_responses = 1;
      Returns:
      The temporalFailureResponses.