Package feast.proto.types
Interface FeatureRowExtendedProto.ErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureRowExtendedProto.Error,FeatureRowExtendedProto.Error.Builder
- Enclosing class:
- FeatureRowExtendedProto
public static interface FeatureRowExtendedProto.ErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCause()exception class namecom.google.protobuf.ByteStringgetCauseBytes()exception class nameStringgetMessage()string message = 3;com.google.protobuf.ByteStringgetMessageBytes()string message = 3;StringgetStackTrace()string stack_trace = 4;com.google.protobuf.ByteStringgetStackTraceBytes()string stack_trace = 4;StringgetTransform()name of transform where the error occurredcom.google.protobuf.ByteStringgetTransformBytes()name of transform where the error occurred-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCause
String getCause()
exception class name
string cause = 1;- Returns:
- The cause.
-
getCauseBytes
com.google.protobuf.ByteString getCauseBytes()
exception class name
string cause = 1;- Returns:
- The bytes for cause.
-
getTransform
String getTransform()
name of transform where the error occurred
string transform = 2;- Returns:
- The transform.
-
getTransformBytes
com.google.protobuf.ByteString getTransformBytes()
name of transform where the error occurred
string transform = 2;- Returns:
- The bytes for transform.
-
getMessage
String getMessage()
string message = 3;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
string message = 3;- Returns:
- The bytes for message.
-
getStackTrace
String getStackTrace()
string stack_trace = 4;- Returns:
- The stackTrace.
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()
string stack_trace = 4;- Returns:
- The bytes for stackTrace.
-
-