Interface RespondWorkflowTaskFailedRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RespondWorkflowTaskFailedRequest, RespondWorkflowTaskFailedRequest.Builder

    @Generated(value="protoc",
               comments="annotations:RespondWorkflowTaskFailedRequestOrBuilder.java.pb.meta")
    public interface RespondWorkflowTaskFailedRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBinaryChecksum()
      Worker process' unique binary id
      com.google.protobuf.ByteString getBinaryChecksumBytes()
      Worker process' unique binary id
      WorkflowTaskFailedCause getCause()
      Why did the task fail? It's important to note that many of the variants in this enum cannot apply to worker responses.
      int getCauseValue()
      Why did the task fail? It's important to note that many of the variants in this enum cannot apply to worker responses.
      Failure getFailure()
      Failure details
      FailureOrBuilder getFailureOrBuilder()
      Failure details
      java.lang.String getIdentity()
      The identity of the worker/client
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client
      Message getMessages​(int index)
      Protocol messages piggybacking on a WFT as a transport
      int getMessagesCount()
      Protocol messages piggybacking on a WFT as a transport
      java.util.List<Message> getMessagesList()
      Protocol messages piggybacking on a WFT as a transport
      MessageOrBuilder getMessagesOrBuilder​(int index)
      Protocol messages piggybacking on a WFT as a transport
      java.util.List<? extends MessageOrBuilder> getMessagesOrBuilderList()
      Protocol messages piggybacking on a WFT as a transport
      java.lang.String getNamespace()
      string namespace = 6;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 6;
      com.google.protobuf.ByteString getTaskToken()
      The task token as received in `PollWorkflowTaskQueueResponse`
      boolean hasFailure()
      Failure details
      • 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 Detail

      • getTaskToken

        com.google.protobuf.ByteString getTaskToken()
         The task token as received in `PollWorkflowTaskQueueResponse`
         
        bytes task_token = 1;
        Returns:
        The taskToken.
      • getCauseValue

        int getCauseValue()
         Why did the task fail? It's important to note that many of the variants in this enum cannot
         apply to worker responses. See the type's doc for more.
         
        .temporal.api.enums.v1.WorkflowTaskFailedCause cause = 2;
        Returns:
        The enum numeric value on the wire for cause.
      • getCause

        WorkflowTaskFailedCause getCause()
         Why did the task fail? It's important to note that many of the variants in this enum cannot
         apply to worker responses. See the type's doc for more.
         
        .temporal.api.enums.v1.WorkflowTaskFailedCause cause = 2;
        Returns:
        The cause.
      • hasFailure

        boolean hasFailure()
         Failure details
         
        .temporal.api.failure.v1.Failure failure = 3;
        Returns:
        Whether the failure field is set.
      • getFailure

        Failure getFailure()
         Failure details
         
        .temporal.api.failure.v1.Failure failure = 3;
        Returns:
        The failure.
      • getFailureOrBuilder

        FailureOrBuilder getFailureOrBuilder()
         Failure details
         
        .temporal.api.failure.v1.Failure failure = 3;
      • getIdentity

        java.lang.String getIdentity()
         The identity of the worker/client
         
        string identity = 4;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         The identity of the worker/client
         
        string identity = 4;
        Returns:
        The bytes for identity.
      • getBinaryChecksum

        java.lang.String getBinaryChecksum()
         Worker process' unique binary id
         
        string binary_checksum = 5;
        Returns:
        The binaryChecksum.
      • getBinaryChecksumBytes

        com.google.protobuf.ByteString getBinaryChecksumBytes()
         Worker process' unique binary id
         
        string binary_checksum = 5;
        Returns:
        The bytes for binaryChecksum.
      • getNamespace

        java.lang.String getNamespace()
        string namespace = 6;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 6;
        Returns:
        The bytes for namespace.
      • getMessagesList

        java.util.List<Message> getMessagesList()
         Protocol messages piggybacking on a WFT as a transport
         
        repeated .temporal.api.protocol.v1.Message messages = 7;
      • getMessages

        Message getMessages​(int index)
         Protocol messages piggybacking on a WFT as a transport
         
        repeated .temporal.api.protocol.v1.Message messages = 7;
      • getMessagesCount

        int getMessagesCount()
         Protocol messages piggybacking on a WFT as a transport
         
        repeated .temporal.api.protocol.v1.Message messages = 7;
      • getMessagesOrBuilderList

        java.util.List<? extends MessageOrBuilder> getMessagesOrBuilderList()
         Protocol messages piggybacking on a WFT as a transport
         
        repeated .temporal.api.protocol.v1.Message messages = 7;
      • getMessagesOrBuilder

        MessageOrBuilder getMessagesOrBuilder​(int index)
         Protocol messages piggybacking on a WFT as a transport
         
        repeated .temporal.api.protocol.v1.Message messages = 7;