Interface Summary.ConnectorErrorSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Summary.ConnectorErrorSummary,Summary.ConnectorErrorSummary.Builder
- Enclosing class:
Summary
public static interface Summary.ConnectorErrorSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring message = 1;com.google.protobuf.ByteStringstring message = 1;string root_cause = 2;com.google.protobuf.ByteStringstring root_cause = 2;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.
-
getRootCause
-
getRootCauseBytes
com.google.protobuf.ByteString getRootCauseBytes()string root_cause = 2;- Returns:
- The bytes for rootCause.
-