Interface FailureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Failure,Failure.Builder
@Generated(value="protoc",
comments="annotations:FailureOrBuilder.java.pb.meta")
public interface FailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 2;getCause().temporal.api.nexus.v1.Failure cause = 5;.temporal.api.nexus.v1.Failure cause = 5;com.google.protobuf.ByteStringUTF-8 encoded JSON serializable details.string message = 1;com.google.protobuf.ByteStringstring message = 1;Deprecated.intmap<string, string> metadata = 2;map<string, string> metadata = 2;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 2;getMetadataOrThrow(String key) map<string, string> metadata = 2;string stack_trace = 4;com.google.protobuf.ByteStringstring stack_trace = 4;booleanhasCause().temporal.api.nexus.v1.Failure cause = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMessage
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 1;- Returns:
- The bytes for message.
-
getStackTrace
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()string stack_trace = 4;- Returns:
- The bytes for stackTrace.
-
getMetadataCount
int getMetadataCount()map<string, string> metadata = 2; -
containsMetadata
map<string, string> metadata = 2; -
getMetadata
-
getMetadataMap
-
getMetadataOrDefault
-
getMetadataOrThrow
-
getDetails
com.google.protobuf.ByteString getDetails()UTF-8 encoded JSON serializable details.
bytes details = 3;- Returns:
- The details.
-
hasCause
boolean hasCause().temporal.api.nexus.v1.Failure cause = 5;- Returns:
- Whether the cause field is set.
-
getCause
-
getCauseOrBuilder
FailureOrBuilder getCauseOrBuilder().temporal.api.nexus.v1.Failure cause = 5;
-