Package io.temporal.api.errordetails.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailuregetFailure()The full reason for this query failure.FailureOrBuildergetFailureOrBuilder()The full reason for this query failure.booleanhasFailure()The full reason for this query failure.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-