Interface ValidationDiagnosticOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A composite edge key related to this diagnostic, or empty.
    com.google.protobuf.ByteString
    A composite edge key related to this diagnostic, or empty.
    Human-readable description of the issue.
    com.google.protobuf.ByteString
    Human-readable description of the issue.
    The node related to this diagnostic, or empty for graph-level issues.
    com.google.protobuf.ByteString
    The node related to this diagnostic, or empty for graph-level issues.
    Severity level of this diagnostic.
    int
    Severity level of this diagnostic.

    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 node related to this diagnostic, or empty for graph-level issues.
      
      string node_id = 1;
      Returns:
      The nodeId.
    • getNodeIdBytes

      com.google.protobuf.ByteString getNodeIdBytes()
      The node related to this diagnostic, or empty for graph-level issues.
      
      string node_id = 1;
      Returns:
      The bytes for nodeId.
    • getEdgeId

      String getEdgeId()
      A composite edge key related to this diagnostic, or empty.
      
      string edge_id = 2;
      Returns:
      The edgeId.
    • getEdgeIdBytes

      com.google.protobuf.ByteString getEdgeIdBytes()
      A composite edge key related to this diagnostic, or empty.
      
      string edge_id = 2;
      Returns:
      The bytes for edgeId.
    • getMessage

      String getMessage()
      Human-readable description of the issue.
      
      string message = 3;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      Human-readable description of the issue.
      
      string message = 3;
      Returns:
      The bytes for message.
    • getSeverityValue

      int getSeverityValue()
      Severity level of this diagnostic.
      
      .soulfire.v1.DiagnosticSeverity severity = 4;
      Returns:
      The enum numeric value on the wire for severity.
    • getSeverity

      DiagnosticSeverity getSeverity()
      Severity level of this diagnostic.
      
      .soulfire.v1.DiagnosticSeverity severity = 4;
      Returns:
      The severity.