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 TypeMethodDescriptionA description of what went wrong.com.google.protobuf.ByteStringA description of what went wrong.The ID of the node that encountered the error.com.google.protobuf.ByteStringThe ID of the node that encountered the error.com.google.protobuf.TimestampWhen the error occurred.com.google.protobuf.TimestampOrBuilderWhen the error occurred.booleanWhen the error occurred.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
-
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;
-