io.deephaven.proto.backplane.script.grpc.DiagnosticOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/console.proto
package io.deephaven.proto.backplane.script.grpc;
public interface DiagnosticOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.Diagnostic)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
* @return Whether the range field is set.
*/
boolean hasRange();
/**
* .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
* @return The range.
*/
io.deephaven.proto.backplane.script.grpc.DocumentRange getRange();
/**
* .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
*/
io.deephaven.proto.backplane.script.grpc.DocumentRangeOrBuilder getRangeOrBuilder();
/**
* .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2;
* @return The enum numeric value on the wire for severity.
*/
int getSeverityValue();
/**
* .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2;
* @return The severity.
*/
io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity getSeverity();
/**
* optional string code = 3;
* @return Whether the code field is set.
*/
boolean hasCode();
/**
* optional string code = 3;
* @return The code.
*/
java.lang.String getCode();
/**
* optional string code = 3;
* @return The bytes for code.
*/
com.google.protobuf.ByteString
getCodeBytes();
/**
* optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
* @return Whether the codeDescription field is set.
*/
boolean hasCodeDescription();
/**
* optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
* @return The codeDescription.
*/
io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription getCodeDescription();
/**
* optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4;
*/
io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescriptionOrBuilder getCodeDescriptionOrBuilder();
/**
* optional string source = 5;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* optional string source = 5;
* @return The source.
*/
java.lang.String getSource();
/**
* optional string source = 5;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
* string message = 6;
* @return The message.
*/
java.lang.String getMessage();
/**
* string message = 6;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
* @return A list containing the tags.
*/
java.util.List getTagsList();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
* @return The count of tags.
*/
int getTagsCount();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
* @param index The index of the element to return.
* @return The tags at the given index.
*/
io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag getTags(int index);
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
* @return A list containing the enum numeric values on the wire for tags.
*/
java.util.List
getTagsValueList();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7;
* @param index The index of the value to return.
* @return The enum numeric value on the wire of tags at the given index.
*/
int getTagsValue(int index);
/**
* optional bytes data = 9;
* @return Whether the data field is set.
*/
boolean hasData();
/**
* optional bytes data = 9;
* @return The data.
*/
com.google.protobuf.ByteString getData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy