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 Type
    Method
    Description
    string message = 1;
    com.google.protobuf.ByteString
    string message = 1;
    string root_cause = 2;
    com.google.protobuf.ByteString
    string root_cause = 2;

    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

    • getMessage

      String getMessage()
      string message = 1;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 1;
      Returns:
      The bytes for message.
    • getRootCause

      String getRootCause()
      string root_cause = 2;
      Returns:
      The rootCause.
    • getRootCauseBytes

      com.google.protobuf.ByteString getRootCauseBytes()
      string root_cause = 2;
      Returns:
      The bytes for rootCause.