All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponseOrBuilder Maven / Gradle / Ivy

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 
      getDiagnosticsOrBuilderList();
  /**
   * repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3;
   */
  io.deephaven.proto.backplane.script.grpc.DiagnosticOrBuilder getDiagnosticsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy