Interface DiagnosticOrBuilder

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

public interface DiagnosticOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string code = 3;
    com.google.protobuf.ByteString
    optional string code = 3;
    optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
    optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
    com.google.protobuf.ByteString
    optional bytes data = 9;
    string message = 6;
    com.google.protobuf.ByteString
    string message = 6;
    .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
    .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
    .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2;
    int
    .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2;
    optional string source = 5;
    com.google.protobuf.ByteString
    optional string source = 5;
    getTags(int index)
    repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
    int
    repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
    repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
    int
    getTagsValue(int index)
    repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
    repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
    boolean
    optional string code = 3;
    boolean
    optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
    boolean
    optional bytes data = 9;
    boolean
    .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
    boolean
    optional string source = 5;

    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

    • hasRange

      boolean hasRange()
      .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
      Returns:
      Whether the range field is set.
    • getRange

      DocumentRange getRange()
      .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
      Returns:
      The range.
    • getRangeOrBuilder

      DocumentRangeOrBuilder getRangeOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
    • getSeverityValue

      int getSeverityValue()
      .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2;
      Returns:
      The enum numeric value on the wire for severity.
    • getSeverity

      .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2;
      Returns:
      The severity.
    • hasCode

      boolean hasCode()
      optional string code = 3;
      Returns:
      Whether the code field is set.
    • getCode

      String getCode()
      optional string code = 3;
      Returns:
      The code.
    • getCodeBytes

      com.google.protobuf.ByteString getCodeBytes()
      optional string code = 3;
      Returns:
      The bytes for code.
    • hasCodeDescription

      boolean hasCodeDescription()
      optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
      Returns:
      Whether the codeDescription field is set.
    • getCodeDescription

      Diagnostic.CodeDescription getCodeDescription()
      optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
      Returns:
      The codeDescription.
    • getCodeDescriptionOrBuilder

      Diagnostic.CodeDescriptionOrBuilder getCodeDescriptionOrBuilder()
      optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
    • hasSource

      boolean hasSource()
      optional string source = 5;
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
      optional string source = 5;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      optional string source = 5;
      Returns:
      The bytes for source.
    • getMessage

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

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

      repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
      repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
      Returns:
      The count of tags.
    • getTags

      Diagnostic.DiagnosticTag getTags(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsValueList

      List<Integer> getTagsValueList()
      repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
      Returns:
      A list containing the enum numeric values on the wire for tags.
    • getTagsValue

      int getTagsValue(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of tags at the given index.
    • hasData

      boolean hasData()
      optional bytes data = 9;
      Returns:
      Whether the data field is set.
    • getData

      com.google.protobuf.ByteString getData()
      optional bytes data = 9;
      Returns:
      The data.