Interface QueryFailedFailureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The full reason for this query failure.
    The full reason for this query failure.
    boolean
    The full reason for this query failure.

    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

    • hasFailure

      boolean hasFailure()
       The full reason for this query failure. May not be available if the response is generated by an old
       SDK. This field can be encoded by the SDK's failure converter to support E2E encryption of messages and stack
       traces.
       
      .temporal.api.failure.v1.Failure failure = 1;
      Returns:
      Whether the failure field is set.
    • getFailure

      Failure getFailure()
       The full reason for this query failure. May not be available if the response is generated by an old
       SDK. This field can be encoded by the SDK's failure converter to support E2E encryption of messages and stack
       traces.
       
      .temporal.api.failure.v1.Failure failure = 1;
      Returns:
      The failure.
    • getFailureOrBuilder

      FailureOrBuilder getFailureOrBuilder()
       The full reason for this query failure. May not be available if the response is generated by an old
       SDK. This field can be encoded by the SDK's failure converter to support E2E encryption of messages and stack
       traces.
       
      .temporal.api.failure.v1.Failure failure = 1;