Interface NodeErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NodeError, NodeError.Builder

@Generated public interface NodeErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A description of what went wrong.
    com.google.protobuf.ByteString
    A description of what went wrong.
    The ID of the node that encountered the error.
    com.google.protobuf.ByteString
    The ID of the node that encountered the error.
    com.google.protobuf.Timestamp
    When the error occurred.
    com.google.protobuf.TimestampOrBuilder
    When the error occurred.
    boolean
    When the error occurred.

    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

    • getNodeId

      String getNodeId()
      The ID of the node that encountered the error.
      
      string node_id = 1;
      Returns:
      The nodeId.
    • getNodeIdBytes

      com.google.protobuf.ByteString getNodeIdBytes()
      The ID of the node that encountered the error.
      
      string node_id = 1;
      Returns:
      The bytes for nodeId.
    • getErrorMessage

      String getErrorMessage()
      A description of what went wrong.
      
      string error_message = 2;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
      A description of what went wrong.
      
      string error_message = 2;
      Returns:
      The bytes for errorMessage.
    • hasTimestamp

      boolean hasTimestamp()
      When the error occurred.
      
      .google.protobuf.Timestamp timestamp = 3;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      com.google.protobuf.Timestamp getTimestamp()
      When the error occurred.
      
      .google.protobuf.Timestamp timestamp = 3;
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      When the error occurred.
      
      .google.protobuf.Timestamp timestamp = 3;