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

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

There is a newer version: 0.36.1
Show 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 GetPullDiagnosticResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string kind = 1;
   * @return The kind.
   */
  java.lang.String getKind();
  /**
   * string kind = 1;
   * @return The bytes for kind.
   */
  com.google.protobuf.ByteString
      getKindBytes();

  /**
   * optional string result_id = 2;
   * @return Whether the resultId field is set.
   */
  boolean hasResultId();
  /**
   * optional string result_id = 2;
   * @return The resultId.
   */
  java.lang.String getResultId();
  /**
   * optional string result_id = 2;
   * @return The bytes for resultId.
   */
  com.google.protobuf.ByteString
      getResultIdBytes();

  /**
   * repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;
   */
  java.util.List 
      getItemsList();
  /**
   * repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;
   */
  io.deephaven.proto.backplane.script.grpc.Diagnostic getItems(int index);
  /**
   * repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;
   */
  int getItemsCount();
  /**
   * repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;
   */
  java.util.List 
      getItemsOrBuilderList();
  /**
   * repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3;
   */
  io.deephaven.proto.backplane.script.grpc.DiagnosticOrBuilder getItemsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy