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 TypeMethodDescriptiongetCode()optional string code = 3;com.google.protobuf.ByteStringoptional 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.ByteStringgetData()optional bytes data = 9;string message = 6;com.google.protobuf.ByteStringstring message = 6;getRange().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.ByteStringoptional string source = 5;getTags(int index) repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;intrepeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;intgetTagsValue(int index) repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;booleanhasCode()optional string code = 3;booleanoptional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;booleanhasData()optional bytes data = 9;booleanhasRange().io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;booleanoptional string source = 5;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
-
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
Diagnostic.DiagnosticSeverity 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
List<Diagnostic.DiagnosticTag> 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
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
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.
-