java.io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponseOrBuilder 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
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/console.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;
public interface GetPublishDiagnosticResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string uri = 1;
* @return The uri.
*/
java.lang.String getUri();
/**
* string uri = 1;
* @return The bytes for uri.
*/
com.google.protobuf.ByteString
getUriBytes();
/**
* optional int32 version = 2;
* @return Whether the version field is set.
*/
boolean hasVersion();
/**
* optional int32 version = 2;
* @return The version.
*/
int getVersion();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3;
*/
java.util.List
getDiagnosticsList();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3;
*/
io.deephaven.proto.backplane.script.grpc.Diagnostic getDiagnostics(int index);
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3;
*/
int getDiagnosticsCount();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3;
*/
java.util.List extends io.deephaven.proto.backplane.script.grpc.DiagnosticOrBuilder>
getDiagnosticsOrBuilderList();
/**
* repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3;
*/
io.deephaven.proto.backplane.script.grpc.DiagnosticOrBuilder getDiagnosticsOrBuilder(
int index);
}